Build Information
Successful build of JavaLang, reference master (1b7320), with Swift 6.3 for Linux on 18 Apr 2026 16:32:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArithmeticException")
6 | open class ArithmeticException: RuntimeException {
| `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayStoreException")
6 | open class ArrayStoreException: RuntimeException {
| `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AssertionError")
6 | open class AssertionError: JavaError {
| `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.BootstrapMethodError")
6 | open class BootstrapMethodError: LinkageError {
| `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[397/426] Compiling JavaLang ArrayIndexOutOfBoundsException.swift
/host/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AbstractMethodError")
6 | open class AbstractMethodError: IncompatibleClassChangeError {
| `- warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArithmeticException")
6 | open class ArithmeticException: RuntimeException {
| `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayStoreException")
6 | open class ArrayStoreException: RuntimeException {
| `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AssertionError")
6 | open class AssertionError: JavaError {
| `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.BootstrapMethodError")
6 | open class BootstrapMethodError: LinkageError {
| `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[398/426] Compiling JavaLang ArrayStoreException.swift
/host/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AbstractMethodError")
6 | open class AbstractMethodError: IncompatibleClassChangeError {
| `- warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArithmeticException")
6 | open class ArithmeticException: RuntimeException {
| `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayStoreException")
6 | open class ArrayStoreException: RuntimeException {
| `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AssertionError")
6 | open class AssertionError: JavaError {
| `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.BootstrapMethodError")
6 | open class BootstrapMethodError: LinkageError {
| `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[399/426] Compiling JavaLang AssertionError.swift
/host/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AbstractMethodError")
6 | open class AbstractMethodError: IncompatibleClassChangeError {
| `- warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArithmeticException")
6 | open class ArithmeticException: RuntimeException {
| `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayStoreException")
6 | open class ArrayStoreException: RuntimeException {
| `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AssertionError")
6 | open class AssertionError: JavaError {
| `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.BootstrapMethodError")
6 | open class BootstrapMethodError: LinkageError {
| `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[400/426] Compiling JavaLang AutoCloseable.swift
/host/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AbstractMethodError")
6 | open class AbstractMethodError: IncompatibleClassChangeError {
| `- warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArithmeticException")
6 | open class ArithmeticException: RuntimeException {
| `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayStoreException")
6 | open class ArrayStoreException: RuntimeException {
| `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AssertionError")
6 | open class AssertionError: JavaError {
| `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.BootstrapMethodError")
6 | open class BootstrapMethodError: LinkageError {
| `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[401/426] Compiling JavaLang BootstrapMethodError.swift
/host/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AbstractMethodError")
6 | open class AbstractMethodError: IncompatibleClassChangeError {
| `- warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArithmeticException")
6 | open class ArithmeticException: RuntimeException {
| `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayStoreException")
6 | open class ArrayStoreException: RuntimeException {
| `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AssertionError")
6 | open class AssertionError: JavaError {
| `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.BootstrapMethodError")
6 | open class BootstrapMethodError: LinkageError {
| `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[402/426] Compiling JavaLang Character+Subset.swift
/host/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AbstractMethodError")
6 | open class AbstractMethodError: IncompatibleClassChangeError {
| `- warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArithmeticException")
6 | open class ArithmeticException: RuntimeException {
| `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayStoreException")
6 | open class ArrayStoreException: RuntimeException {
| `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AssertionError")
6 | open class AssertionError: JavaError {
| `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.BootstrapMethodError")
6 | open class BootstrapMethodError: LinkageError {
| `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[403/426] Compiling JavaLang Character+UnicodeBlock.swift
/host/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AbstractMethodError")
6 | open class AbstractMethodError: IncompatibleClassChangeError {
| `- warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArithmeticException")
6 | open class ArithmeticException: RuntimeException {
| `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayStoreException")
6 | open class ArrayStoreException: RuntimeException {
| `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AssertionError")
6 | open class AssertionError: JavaError {
| `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.BootstrapMethodError")
6 | open class BootstrapMethodError: LinkageError {
| `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[404/426] Compiling JavaLang ClassCastException.swift
/host/spi-builder-workspace/Sources/JavaLang/AbstractMethodError.swift:6:12: warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AbstractMethodError")
6 | open class AbstractMethodError: IncompatibleClassChangeError {
| `- warning: non-final class 'AbstractMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArithmeticException.swift:6:12: warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArithmeticException")
6 | open class ArithmeticException: RuntimeException {
| `- warning: non-final class 'ArithmeticException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayIndexOutOfBoundsException.swift:6:12: warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayIndexOutOfBoundsException")
6 | open class ArrayIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'ArrayIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ArrayStoreException.swift:6:12: warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ArrayStoreException")
6 | open class ArrayStoreException: RuntimeException {
| `- warning: non-final class 'ArrayStoreException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/AssertionError.swift:6:12: warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.AssertionError")
6 | open class AssertionError: JavaError {
| `- warning: non-final class 'AssertionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/BootstrapMethodError.swift:6:12: warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.BootstrapMethodError")
6 | open class BootstrapMethodError: LinkageError {
| `- warning: non-final class 'BootstrapMethodError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[405/426] Compiling JavaLang Thread.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[406/426] Compiling JavaLang ThreadDeath.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[407/426] Compiling JavaLang ThreadGroup.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[408/426] Compiling JavaLang ThreadLocal.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[409/426] Compiling JavaLang TypeNotPresentException.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[410/426] Compiling JavaLang UnknownError.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[411/426] Compiling JavaLang UnsatisfiedLinkError.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[412/426] Compiling JavaLang UnsupportedClassVersionError.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[413/426] Compiling JavaLang UnsupportedOperationException.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[414/426] Compiling JavaLang VerifyError.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[415/426] Compiling JavaLang VirtualMachineError.swift
/host/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/TypeNotPresentException.swift:6:12: warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.TypeNotPresentException")
6 | open class TypeNotPresentException: RuntimeException {
| `- warning: non-final class 'TypeNotPresentException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnknownError.swift:6:12: warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnknownError")
6 | open class UnknownError: VirtualMachineError {
| `- warning: non-final class 'UnknownError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsatisfiedLinkError.swift:6:12: warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsatisfiedLinkError")
6 | open class UnsatisfiedLinkError: LinkageError {
| `- warning: non-final class 'UnsatisfiedLinkError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedClassVersionError.swift:6:12: warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedClassVersionError")
6 | open class UnsupportedClassVersionError: ClassFormatError {
| `- warning: non-final class 'UnsupportedClassVersionError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/UnsupportedOperationException.swift:6:12: warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.UnsupportedOperationException")
6 | open class UnsupportedOperationException: RuntimeException {
| `- warning: non-final class 'UnsupportedOperationException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VerifyError.swift:6:12: warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VerifyError")
6 | open class VerifyError: LinkageError {
| `- warning: non-final class 'VerifyError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/VirtualMachineError.swift:6:12: warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.VirtualMachineError")
6 | open class VirtualMachineError: JavaError {
| `- warning: non-final class 'VirtualMachineError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[416/426] Compiling JavaLang SecurityManager.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[417/426] Compiling JavaLang StackOverflowError.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[418/426] Compiling JavaLang StackTraceElement.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[419/426] Compiling JavaLang StrictMath.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[420/426] Compiling JavaLang StringBuffer.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[421/426] Compiling JavaLang StringBuilder.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[422/426] Compiling JavaLang StringIndexOutOfBoundsException.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[423/426] Compiling JavaLang SuppressWarnings.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[424/426] Compiling JavaLang System.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[425/426] Compiling JavaLang Thread+State.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[426/426] Compiling JavaLang Thread+UncaughtExceptionHandler.swift
/host/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[428/551] Emitting module JavaMath
[429/551] Compiling JavaAWT TextAttribute.swift
[430/551] Compiling JavaAWT NumericShaper.swift
[431/551] Emitting module JavaAWT
[433/552] Compiling JavaMath MathContext.swift
[434/552] Emitting module JavaLangNet
/host/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[435/559] Compiling JavaTime ValueRange.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[436/559] Compiling JavaTime WeekFields.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[437/559] Compiling JavaTime Year.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[438/559] Compiling JavaTime YearMonth.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[439/559] Compiling JavaTime ZoneId.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[440/559] Compiling JavaLangNet StandardSocketOptions.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[441/559] Compiling JavaLangNet URISyntaxException.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[442/559] Compiling JavaMath BigDecimal.swift
[443/559] Compiling JavaMath BigInteger.swift
[445/560] Compiling JavaTime OffsetDateTime.swift
[446/560] Compiling JavaTime OffsetTime.swift
[447/560] Compiling JavaTime Period.swift
[448/560] Compiling JavaTime Temporal.swift
[449/560] Compiling JavaTime TemporalAccessor.swift
[450/560] Compiling JavaTime TemporalAdjuster.swift
[451/560] Compiling JavaTime ThaiBuddhistDate.swift
[452/560] Compiling JavaTime UnsupportedTemporalTypeException.swift
[453/560] Compiling JavaTime JulianFields.swift
/host/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[454/560] Compiling JavaTime LocalDate.swift
/host/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[455/560] Compiling JavaTime LocalDateTime.swift
/host/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[456/560] Compiling JavaTime LocalTime.swift
/host/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[457/560] Compiling JavaTime MinguoChronology.swift
/host/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[458/560] Compiling JavaTime MinguoDate.swift
/host/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[459/560] Compiling JavaTime TemporalAdjusters.swift
/host/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[460/560] Compiling JavaTime TemporalAmount.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[461/560] Compiling JavaLangNet SecureCacheResponse.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[462/560] Compiling JavaTime TemporalQueries.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[463/560] Compiling JavaLangNet Socket.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[464/560] Compiling JavaLangNet SocketAddress.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[465/560] Compiling JavaTime ThaiBuddhistChronology.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[466/560] Compiling JavaTime MonthDay.swift
/host/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[467/560] Compiling JavaTime HijrahDate.swift
/host/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[468/560] Compiling JavaTime Instant.swift
/host/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[469/560] Compiling JavaTime IsoChronology.swift
/host/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[470/560] Compiling JavaTime IsoFields.swift
/host/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[471/560] Compiling JavaTime JapaneseChronology.swift
/host/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[472/560] Compiling JavaTime JapaneseDate.swift
/host/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[473/560] Compiling JavaTime JapaneseEra.swift
/host/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[474/560] Compiling JavaLangNet ContentHandlerFactory.swift
[475/560] Compiling JavaLangNet CookieHandler.swift
[476/561] Compiling JavaLangNet Authenticator.swift
[477/561] Compiling JavaLangNet BindException.swift
[478/561] Compiling JavaLangNet ConnectException.swift
[479/561] Compiling JavaLangNet ContentHandler.swift
[487/567] Compiling JavaTime ZoneOffsetTransitionRule.swift
/host/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[488/567] Compiling JavaTime ZoneRules.swift
/host/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[489/567] Compiling JavaTime ZoneRulesException.swift
/host/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[490/567] Compiling JavaTime ZonedDateTime.swift
/host/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[491/567] Compiling JavaLangNet URLStreamHandlerFactory.swift
/host/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[492/567] Compiling JavaLangNet UnknownHostException.swift
/host/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[493/567] Compiling JavaLangNet UnknownServiceException.swift
/host/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[494/567] Compiling JavaLangNet HttpCookie.swift
/host/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[495/567] Compiling JavaLangNet HttpRetryException.swift
/host/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[496/567] Compiling JavaLangNet HttpURLConnection.swift
/host/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[497/567] Compiling JavaLangNet IDN.swift
/host/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[498/567] Compiling JavaLangNet Inet4Address.swift
/host/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[499/567] Compiling JavaLangNet Inet6Address.swift
/host/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[500/567] Compiling JavaTime HijrahChronology.swift
/host/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[503/567] Compiling JavaLangNet CacheRequest.swift
/host/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[504/567] Compiling JavaLangNet CacheResponse.swift
/host/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[510/568] Compiling JavaLangUtil UUID.swift
/host/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[524/568] Emitting module JavaTime
/host/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
[539/568] Emitting module JavaLangUtil
[550/569] Compiling JavaTime ZoneOffset.swift
/host/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[551/569] Compiling JavaTime ZoneOffsetTransition.swift
/host/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/host/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
Build complete! (281.27s)
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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.