Build Information
Successful build of JavaLang, reference 0.2.0 (988d05), with Swift 6.2 for macOS (SPM) on 17 Feb 2026 16:01:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCircularityError.swift:6:12: warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCircularityError")
6 | open class ClassCircularityError: LinkageError {
| `- warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassFormatError.swift:6:12: warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassFormatError")
6 | open class ClassFormatError: LinkageError {
| `- warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassNotFoundException.swift:6:12: warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassNotFoundException")
6 | open class ClassNotFoundException: ReflectiveOperationException {
| `- warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/CloneNotSupportedException.swift:6:12: warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.CloneNotSupportedException")
6 | open class CloneNotSupportedException: Exception {
| `- warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[343/392] Compiling JavaLang ClassFormatError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCircularityError.swift:6:12: warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCircularityError")
6 | open class ClassCircularityError: LinkageError {
| `- warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassFormatError.swift:6:12: warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassFormatError")
6 | open class ClassFormatError: LinkageError {
| `- warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassNotFoundException.swift:6:12: warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassNotFoundException")
6 | open class ClassNotFoundException: ReflectiveOperationException {
| `- warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/CloneNotSupportedException.swift:6:12: warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.CloneNotSupportedException")
6 | open class CloneNotSupportedException: Exception {
| `- warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[344/392] Compiling JavaLang ClassNotFoundException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCircularityError.swift:6:12: warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCircularityError")
6 | open class ClassCircularityError: LinkageError {
| `- warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassFormatError.swift:6:12: warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassFormatError")
6 | open class ClassFormatError: LinkageError {
| `- warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassNotFoundException.swift:6:12: warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassNotFoundException")
6 | open class ClassNotFoundException: ReflectiveOperationException {
| `- warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/CloneNotSupportedException.swift:6:12: warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.CloneNotSupportedException")
6 | open class CloneNotSupportedException: Exception {
| `- warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[345/392] Compiling JavaLang CloneNotSupportedException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCircularityError.swift:6:12: warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCircularityError")
6 | open class ClassCircularityError: LinkageError {
| `- warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassFormatError.swift:6:12: warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassFormatError")
6 | open class ClassFormatError: LinkageError {
| `- warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassNotFoundException.swift:6:12: warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassNotFoundException")
6 | open class ClassNotFoundException: ReflectiveOperationException {
| `- warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/CloneNotSupportedException.swift:6:12: warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.CloneNotSupportedException")
6 | open class CloneNotSupportedException: Exception {
| `- warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[346/392] Compiling JavaLang Cloneable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCircularityError.swift:6:12: warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCircularityError")
6 | open class ClassCircularityError: LinkageError {
| `- warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassFormatError.swift:6:12: warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassFormatError")
6 | open class ClassFormatError: LinkageError {
| `- warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassNotFoundException.swift:6:12: warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassNotFoundException")
6 | open class ClassNotFoundException: ReflectiveOperationException {
| `- warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/CloneNotSupportedException.swift:6:12: warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.CloneNotSupportedException")
6 | open class CloneNotSupportedException: Exception {
| `- warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[347/392] Compiling JavaLang Comparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCircularityError.swift:6:12: warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCircularityError")
6 | open class ClassCircularityError: LinkageError {
| `- warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassFormatError.swift:6:12: warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassFormatError")
6 | open class ClassFormatError: LinkageError {
| `- warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassNotFoundException.swift:6:12: warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassNotFoundException")
6 | open class ClassNotFoundException: ReflectiveOperationException {
| `- warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/CloneNotSupportedException.swift:6:12: warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.CloneNotSupportedException")
6 | open class CloneNotSupportedException: Exception {
| `- warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[348/392] Compiling JavaLang Console.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCastException.swift:6:12: warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCastException")
6 | open class ClassCastException: RuntimeException {
| `- warning: non-final class 'ClassCastException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassCircularityError.swift:6:12: warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassCircularityError")
6 | open class ClassCircularityError: LinkageError {
| `- warning: non-final class 'ClassCircularityError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassFormatError.swift:6:12: warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassFormatError")
6 | open class ClassFormatError: LinkageError {
| `- warning: non-final class 'ClassFormatError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ClassNotFoundException.swift:6:12: warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ClassNotFoundException")
6 | open class ClassNotFoundException: ReflectiveOperationException {
| `- warning: non-final class 'ClassNotFoundException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/CloneNotSupportedException.swift:6:12: warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.CloneNotSupportedException")
6 | open class CloneNotSupportedException: Exception {
| `- warning: non-final class 'CloneNotSupportedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[349/392] Compiling JavaLang StringIndexOutOfBoundsException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[350/392] Compiling JavaLang SuppressWarnings.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[351/392] Compiling JavaLang System.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[352/392] Compiling JavaLang Thread+State.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[353/392] Compiling JavaLang Thread+UncaughtExceptionHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[354/392] Compiling JavaLang Thread.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[355/392] Compiling JavaLang ThreadDeath.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[356/392] Compiling JavaLang ThreadGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StringIndexOutOfBoundsException.swift:6:12: warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StringIndexOutOfBoundsException")
6 | open class StringIndexOutOfBoundsException: IndexOutOfBoundsException {
| `- warning: non-final class 'StringIndexOutOfBoundsException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ThreadDeath.swift:6:12: warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ThreadDeath")
6 | open class ThreadDeath: JavaError {
| `- warning: non-final class 'ThreadDeath' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[357/392] Compiling JavaLang Process.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ReflectiveOperationException")
6 | open class ReflectiveOperationException: Exception {
| `- warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[358/392] Compiling JavaLang ProcessBuilder+Redirect+`Type`.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ReflectiveOperationException")
6 | open class ReflectiveOperationException: Exception {
| `- warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[359/392] Compiling JavaLang ProcessBuilder+Redirect.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ReflectiveOperationException")
6 | open class ReflectiveOperationException: Exception {
| `- warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[360/392] Compiling JavaLang ProcessBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ReflectiveOperationException")
6 | open class ReflectiveOperationException: Exception {
| `- warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[361/392] Compiling JavaLang ProcessHandle+Info.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ReflectiveOperationException")
6 | open class ReflectiveOperationException: Exception {
| `- warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[362/392] Compiling JavaLang ProcessHandle.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ReflectiveOperationException")
6 | open class ReflectiveOperationException: Exception {
| `- warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[363/392] Compiling JavaLang ReflectiveOperationException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ReflectiveOperationException")
6 | open class ReflectiveOperationException: Exception {
| `- warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[364/392] Compiling JavaLang Runnable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ReflectiveOperationException")
6 | open class ReflectiveOperationException: Exception {
| `- warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[365/392] Compiling JavaLang Runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ReflectiveOperationException.swift:6:12: warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ReflectiveOperationException")
6 | open class ReflectiveOperationException: Exception {
| `- warning: non-final class 'ReflectiveOperationException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[366/392] Compiling JavaLang InternalError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoSuchFieldError")
6 | open class NoSuchFieldError: IncompatibleClassChangeError {
| `- warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[367/392] Compiling JavaLang InterruptedException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoSuchFieldError")
6 | open class NoSuchFieldError: IncompatibleClassChangeError {
| `- warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[368/392] Compiling JavaLang Iterable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoSuchFieldError")
6 | open class NoSuchFieldError: IncompatibleClassChangeError {
| `- warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[369/392] Compiling JavaLang JavaConsumer.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoSuchFieldError")
6 | open class NoSuchFieldError: IncompatibleClassChangeError {
| `- warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[370/392] Compiling JavaLang LinkageError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoSuchFieldError")
6 | open class NoSuchFieldError: IncompatibleClassChangeError {
| `- warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[371/392] Compiling JavaLang Math.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoSuchFieldError")
6 | open class NoSuchFieldError: IncompatibleClassChangeError {
| `- warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[372/392] Compiling JavaLang NegativeArraySizeException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoSuchFieldError")
6 | open class NoSuchFieldError: IncompatibleClassChangeError {
| `- warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[373/392] Compiling JavaLang NoClassDefFoundError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoSuchFieldError")
6 | open class NoSuchFieldError: IncompatibleClassChangeError {
| `- warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[374/392] Compiling JavaLang NoSuchFieldError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InternalError.swift:6:12: warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InternalError")
6 | open class InternalError: VirtualMachineError {
| `- warning: non-final class 'InternalError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/InterruptedException.swift:6:12: warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.InterruptedException")
6 | open class InterruptedException: Exception {
| `- warning: non-final class 'InterruptedException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/LinkageError.swift:6:12: warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.LinkageError")
6 | open class LinkageError: JavaError {
| `- warning: non-final class 'LinkageError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NegativeArraySizeException.swift:6:12: warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NegativeArraySizeException")
6 | open class NegativeArraySizeException: RuntimeException {
| `- warning: non-final class 'NegativeArraySizeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoClassDefFoundError.swift:6:12: warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoClassDefFoundError")
6 | open class NoClassDefFoundError: LinkageError {
| `- warning: non-final class 'NoClassDefFoundError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/NoSuchFieldError.swift:6:12: warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.NoSuchFieldError")
6 | open class NoSuchFieldError: IncompatibleClassChangeError {
| `- warning: non-final class 'NoSuchFieldError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[375/392] Compiling JavaLang RuntimePermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.SecurityException")
6 | open class SecurityException: RuntimeException {
| `- warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[376/392] Compiling JavaLang SafeVarargs.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.SecurityException")
6 | open class SecurityException: RuntimeException {
| `- warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[377/392] Compiling JavaLang SecurityException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.SecurityException")
6 | open class SecurityException: RuntimeException {
| `- warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[378/392] Compiling JavaLang SecurityManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.SecurityException")
6 | open class SecurityException: RuntimeException {
| `- warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[379/392] Compiling JavaLang StackOverflowError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.SecurityException")
6 | open class SecurityException: RuntimeException {
| `- warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[380/392] Compiling JavaLang StackTraceElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.SecurityException")
6 | open class SecurityException: RuntimeException {
| `- warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[381/392] Compiling JavaLang StrictMath.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.SecurityException")
6 | open class SecurityException: RuntimeException {
| `- warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[382/392] Compiling JavaLang StringBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.SecurityException")
6 | open class SecurityException: RuntimeException {
| `- warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[383/392] Compiling JavaLang StringBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/SecurityException.swift:6:12: warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.SecurityException")
6 | open class SecurityException: RuntimeException {
| `- warning: non-final class 'SecurityException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/StackOverflowError.swift:6:12: warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.StackOverflowError")
6 | open class StackOverflowError: VirtualMachineError {
| `- warning: non-final class 'StackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[384/392] Compiling JavaLang Constable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[385/392] Compiling JavaLang ConstantDesc.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[386/392] Compiling JavaLang Deprecated.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[387/392] Compiling JavaLang Enum.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[388/392] Compiling JavaLang EnumConstantNotPresentException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[389/392] Compiling JavaLang ExceptionInInitializerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[390/392] Compiling JavaLang FunctionalInterface.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[391/392] Compiling JavaLang IllegalAccessError.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[392/392] Compiling JavaLang IllegalAccessException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/EnumConstantNotPresentException.swift:6:12: warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.EnumConstantNotPresentException")
6 | open class EnumConstantNotPresentException: RuntimeException {
| `- warning: non-final class 'EnumConstantNotPresentException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | open func constantName() -> String
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/ExceptionInInitializerError.swift:6:12: warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.ExceptionInInitializerError")
6 | open class ExceptionInInitializerError: LinkageError {
| `- warning: non-final class 'ExceptionInInitializerError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessError.swift:6:12: warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessError")
6 | open class IllegalAccessError: IncompatibleClassChangeError {
| `- warning: non-final class 'IllegalAccessError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaLang/IllegalAccessException.swift:6:12: warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.lang.IllegalAccessException")
6 | open class IllegalAccessException: ReflectiveOperationException {
| `- warning: non-final class 'IllegalAccessException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[393/519] Compiling JavaMath MathContext.swift
[394/519] Compiling JavaLangUtil Timer.swift
[395/520] Emitting module JavaAWT
[396/520] Compiling JavaAWT NumericShaper.swift
[397/520] Compiling JavaAWT TextAttribute.swift
[398/520] Compiling JavaLangUtil Random.swift
[399/520] Compiling JavaLangUtil TimeZone.swift
[400/520] Emitting module JavaLangNet
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[401/520] Compiling JavaTime AbstractChronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[402/520] Compiling JavaTime ChronoLocalDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[403/520] Compiling JavaTime ChronoLocalDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[404/520] Compiling JavaTime ChronoPeriod.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[405/520] Compiling JavaTime ChronoZonedDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[406/520] Compiling JavaTime Chronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/BindException.swift:6:12: warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.BindException")
6 | open class BindException: SocketException {
| `- warning: non-final class 'BindException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ConnectException.swift:6:12: warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.ConnectException")
6 | open class ConnectException: SocketException {
| `- warning: non-final class 'ConnectException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[407/525] Compiling JavaTime TemporalAdjusters.swift
[408/525] Compiling JavaTime TemporalAmount.swift
[409/525] Compiling JavaTime TemporalField.swift
[410/525] Compiling JavaTime TemporalQueries.swift
[411/525] Compiling JavaTime TemporalQuery.swift
[412/525] Compiling JavaLangUtil UUID.swift
[413/530] Compiling JavaTime LocalDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[414/530] Compiling JavaTime LocalTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[415/530] Compiling JavaTime MinguoChronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[416/530] Compiling JavaTime MinguoDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[417/530] Compiling JavaTime MonthDay.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[418/530] Compiling JavaTime OffsetDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/NoRouteToHostException.swift:6:12: warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.NoRouteToHostException")
6 | open class NoRouteToHostException: SocketException {
| `- warning: non-final class 'NoRouteToHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/PortUnreachableException.swift:6:12: warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.PortUnreachableException")
6 | open class PortUnreachableException: SocketException {
| `- warning: non-final class 'PortUnreachableException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/ProtocolException.swift:8:12: warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.ProtocolException")
8 | open class ProtocolException: IOException {
| `- warning: non-final class 'ProtocolException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[419/530] Compiling JavaTime OffsetTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[420/530] Compiling JavaTime Period.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[421/530] Compiling JavaTime Temporal.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[422/530] Compiling JavaTime TemporalAccessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[423/530] Compiling JavaTime TemporalAdjuster.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/MalformedURLException.swift:8:12: warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.MalformedURLException")
8 | open class MalformedURLException: IOException {
| `- warning: non-final class 'MalformedURLException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[429/530] Compiling JavaTime TemporalUnit.swift
[430/530] Compiling JavaTime ThaiBuddhistChronology.swift
[431/530] Compiling JavaMath BigInteger.swift
[432/530] Emitting module JavaMath
[433/530] Compiling JavaMath BigDecimal.swift
[434/530] Compiling JavaTime ThaiBuddhistDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[435/530] Compiling JavaTime UnsupportedTemporalTypeException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[436/530] Compiling JavaTime ValueRange.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[437/530] Compiling JavaTime WeekFields.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[438/530] Compiling JavaTime Year.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[439/530] Compiling JavaTime YearMonth.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketException.swift:8:12: warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketException")
8 | open class SocketException: IOException {
| `- warning: non-final class 'SocketException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: Throwable?, environment: JNIEnvironment? = nil)
[440/530] Compiling JavaLangNet SocketTimeoutException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[441/530] Compiling JavaLangNet StandardSocketOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[442/530] Compiling JavaTime ZoneOffsetTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[443/530] Compiling JavaTime ZoneOffsetTransitionRule.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[444/530] Compiling JavaTime ZoneRules.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/SocketTimeoutException.swift:8:12: warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.SocketTimeoutException")
8 | open class SocketTimeoutException: InterruptedIOException {
| `- warning: non-final class 'SocketTimeoutException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/URISyntaxException.swift:6:12: warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.net.URISyntaxException")
6 | open class URISyntaxException: Exception {
| `- warning: non-final class 'URISyntaxException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: String, _ arg2: Int32, environment: JNIEnvironment? = nil)
[445/530] Compiling JavaTime ZoneRulesException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[446/530] Compiling JavaTime ZonedDateTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[447/530] Compiling JavaLangNet URLStreamHandlerFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[448/530] Compiling JavaLangNet UnknownHostException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[449/530] Compiling JavaLangNet UnknownServiceException.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownHostException.swift:8:12: warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownHostException")
8 | open class UnknownHostException: IOException {
| `- warning: non-final class 'UnknownHostException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/UnknownServiceException.swift:8:12: warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.UnknownServiceException")
8 | open class UnknownServiceException: IOException {
| `- warning: non-final class 'UnknownServiceException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(environment: JNIEnvironment? = nil)
[450/530] Compiling JavaTime Clock.swift
[451/530] Compiling JavaTime DateTimeException.swift
[452/530] Compiling JavaTime DateTimeFormatter.swift
[453/530] Compiling JavaTime DateTimeFormatterBuilder.swift
[454/530] Compiling JavaTime DateTimeParseException.swift
[455/530] Compiling JavaTime DecimalStyle.swift
[462/530] Compiling JavaTime Duration.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[463/530] Compiling JavaTime Era.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[464/530] Compiling JavaTime HijrahChronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[465/530] Compiling JavaTime HijrahDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[466/530] Compiling JavaTime Instant.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[467/530] Compiling JavaTime IsoChronology.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaNet/HttpRetryException.swift:8:12: warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
6 |
7 | @JavaClass("java.net.HttpRetryException")
8 | open class HttpRetryException: IOException {
| `- warning: non-final class 'HttpRetryException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
9 | @JavaMethod
10 | @_nonoverride public convenience init(_ arg0: String, _ arg1: Int32, environment: JNIEnvironment? = nil)
[468/530] Compiling JavaTime IsoFields.swift
[469/530] Compiling JavaTime JapaneseChronology.swift
[470/530] Compiling JavaTime JapaneseDate.swift
[471/530] Compiling JavaTime JapaneseEra.swift
[472/530] Compiling JavaTime JulianFields.swift
[473/530] Compiling JavaTime LocalDate.swift
[476/530] Compiling JavaLangUtil Random+Generator.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
[492/530] Emitting module JavaTime
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/UnsupportedTemporalTypeException.swift:6:12: warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.temporal.UnsupportedTemporalTypeException")
6 | open class UnsupportedTemporalTypeException: DateTimeException {
| `- warning: non-final class 'UnsupportedTemporalTypeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaUtil/Arrays.swift:441:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | /// ```
440 | @JavaStaticMethod
441 | public func copyOf<T: AnyJavaObject, U: AnyJavaObject>(_ arg0: [U?], _ arg1: Int32, _ arg2: JavaClass<JavaArray>?) -> [T?]
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
442 |
443 | /// Java method `copyOf`.
/Users/admin/builder/spi-builder-workspace/Sources/JavaUtil/Arrays.swift:702:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
700 | /// ```
701 | @JavaStaticMethod
702 | public func copyOfRange<T: AnyJavaObject, U: AnyJavaObject>(_ arg0: [U?], _ arg1: Int32, _ arg2: Int32, _ arg3: JavaClass<JavaArray>?) -> [T?]
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
703 |
704 | /// Java method `copyOfRange`.
/Users/admin/builder/spi-builder-workspace/Sources/JavaUtil/Arrays.swift:441:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | /// ```
440 | @JavaStaticMethod
441 | public func copyOf<T: AnyJavaObject, U: AnyJavaObject>(_ arg0: [U?], _ arg1: Int32, _ arg2: JavaClass<JavaArray>?) -> [T?]
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
442 |
443 | /// Java method `copyOf`.
/Users/admin/builder/spi-builder-workspace/Sources/JavaUtil/Arrays.swift:702:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
700 | /// ```
701 | @JavaStaticMethod
702 | public func copyOfRange<T: AnyJavaObject, U: AnyJavaObject>(_ arg0: [U?], _ arg1: Int32, _ arg2: Int32, _ arg3: JavaClass<JavaArray>?) -> [T?]
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
703 |
704 | /// Java method `copyOfRange`.
[501/530] Emitting module JavaLangUtil
/Users/admin/builder/spi-builder-workspace/Sources/JavaUtil/Arrays.swift:441:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | /// ```
440 | @JavaStaticMethod
441 | public func copyOf<T: AnyJavaObject, U: AnyJavaObject>(_ arg0: [U?], _ arg1: Int32, _ arg2: JavaClass<JavaArray>?) -> [T?]
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
442 |
443 | /// Java method `copyOf`.
/Users/admin/builder/spi-builder-workspace/Sources/JavaUtil/Arrays.swift:702:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
700 | /// ```
701 | @JavaStaticMethod
702 | public func copyOfRange<T: AnyJavaObject, U: AnyJavaObject>(_ arg0: [U?], _ arg1: Int32, _ arg2: Int32, _ arg3: JavaClass<JavaArray>?) -> [T?]
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
703 |
704 | /// Java method `copyOfRange`.
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/ZoneRulesException.swift:6:12: warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.zone.ZoneRulesException")
6 | open class ZoneRulesException: DateTimeException {
| `- warning: non-final class 'ZoneRulesException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeException.swift:6:12: warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.DateTimeException")
6 | open class DateTimeException: RuntimeException {
| `- warning: non-final class 'DateTimeException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, environment: JNIEnvironment? = nil)
/Users/admin/builder/spi-builder-workspace/Sources/JavaTime/DateTimeParseException.swift:6:12: warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
4 |
5 | @JavaClass("java.time.format.DateTimeParseException")
6 | open class DateTimeParseException: DateTimeException {
| `- warning: non-final class 'DateTimeParseException' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
7 | @JavaMethod
8 | @_nonoverride public convenience init(_ arg0: String, _ arg1: CharSequence?, _ arg2: Int32, environment: JNIEnvironment? = nil)
Build complete! (29.39s)
warning: 'swift-java': JAVA_HOME = /Users/admin/.sdkman/candidates/java/current
Build complete.
{
"dependencies" : [
{
"identity" : "swift-java",
"requirement" : {
"branch" : [
"feature/android"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/swift-java.git"
}
],
"manifest_display_name" : "JavaLang",
"name" : "JavaLang",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "JavaLang",
"targets" : [
"JavaLang"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaAWT",
"targets" : [
"JavaAWT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaBeans",
"targets" : [
"JavaBeans"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaMath",
"targets" : [
"JavaMath"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaTime",
"targets" : [
"JavaTime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaLangIO",
"targets" : [
"JavaLangIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaLangNet",
"targets" : [
"JavaLangNet"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaLangUtil",
"targets" : [
"JavaLangUtil"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JavaTime",
"module_type" : "SwiftTarget",
"name" : "JavaTime",
"path" : "Sources/JavaTime",
"product_dependencies" : [
"SwiftJava",
"JavaLangReflect",
"JavaIO"
],
"product_memberships" : [
"JavaTime"
],
"sources" : [
"AbstractChronology.swift",
"ChronoLocalDate.swift",
"ChronoLocalDateTime.swift",
"ChronoPeriod.swift",
"ChronoZonedDateTime.swift",
"Chronology.swift",
"Clock.swift",
"DateTimeException.swift",
"DateTimeFormatter.swift",
"DateTimeFormatterBuilder.swift",
"DateTimeParseException.swift",
"DecimalStyle.swift",
"Duration.swift",
"Era.swift",
"HijrahChronology.swift",
"HijrahDate.swift",
"Instant.swift",
"IsoChronology.swift",
"IsoFields.swift",
"JapaneseChronology.swift",
"JapaneseDate.swift",
"JapaneseEra.swift",
"JulianFields.swift",
"LocalDate.swift",
"LocalDateTime.swift",
"LocalTime.swift",
"MinguoChronology.swift",
"MinguoDate.swift",
"MonthDay.swift",
"OffsetDateTime.swift",
"OffsetTime.swift",
"Period.swift",
"Temporal.swift",
"TemporalAccessor.swift",
"TemporalAdjuster.swift",
"TemporalAdjusters.swift",
"TemporalAmount.swift",
"TemporalField.swift",
"TemporalQueries.swift",
"TemporalQuery.swift",
"TemporalUnit.swift",
"ThaiBuddhistChronology.swift",
"ThaiBuddhistDate.swift",
"UnsupportedTemporalTypeException.swift",
"ValueRange.swift",
"WeekFields.swift",
"Year.swift",
"YearMonth.swift",
"ZoneId.swift",
"ZoneOffset.swift",
"ZoneOffsetTransition.swift",
"ZoneOffsetTransitionRule.swift",
"ZoneRules.swift",
"ZoneRulesException.swift",
"ZonedDateTime.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
},
{
"c99name" : "JavaMath",
"module_type" : "SwiftTarget",
"name" : "JavaMath",
"path" : "Sources/JavaMath",
"product_memberships" : [
"JavaMath"
],
"sources" : [
"BigDecimal.swift",
"BigInteger.swift",
"MathContext.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
},
{
"c99name" : "JavaLangUtil",
"module_type" : "SwiftTarget",
"name" : "JavaLangUtil",
"path" : "Sources/JavaUtil",
"product_dependencies" : [
"JavaUtil"
],
"product_memberships" : [
"JavaLangUtil"
],
"sources" : [
"Arrays.swift",
"Base64+Decoder.swift",
"Base64+Encoder.swift",
"Base64.swift",
"Calendar.swift",
"Formatter.swift",
"GregorianCalendar.swift",
"Locale.swift",
"Map+Entry.swift",
"Map.swift",
"Random+Generator.swift",
"Random.swift",
"TimeZone.swift",
"Timer.swift",
"UUID.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
},
{
"c99name" : "JavaLangTests",
"module_type" : "SwiftTarget",
"name" : "JavaLangTests",
"path" : "Tests/JavaLangTests",
"sources" : [
"JavaLangTests.swift",
"JavaUtilTests.swift"
],
"target_dependencies" : [
"JavaLang",
"JavaLangUtil"
],
"type" : "test"
},
{
"c99name" : "JavaLangNet",
"module_type" : "SwiftTarget",
"name" : "JavaLangNet",
"path" : "Sources/JavaNet",
"product_dependencies" : [
"JavaNet"
],
"product_memberships" : [
"JavaLangNet"
],
"sources" : [
"Authenticator.swift",
"BindException.swift",
"CacheRequest.swift",
"CacheResponse.swift",
"ConnectException.swift",
"ContentHandler.swift",
"ContentHandlerFactory.swift",
"CookieHandler.swift",
"CookieManager.swift",
"CookiePolicy.swift",
"CookieStore.swift",
"DatagramPacket.swift",
"DatagramSocket.swift",
"DatagramSocketImpl.swift",
"DatagramSocketImplFactory.swift",
"FileNameMap.swift",
"HttpCookie.swift",
"HttpRetryException.swift",
"HttpURLConnection.swift",
"IDN.swift",
"Inet4Address.swift",
"Inet6Address.swift",
"InetAddress.swift",
"InetSocketAddress.swift",
"InterfaceAddress.swift",
"JarURLConnection.swift",
"MalformedURLException.swift",
"MulticastSocket.swift",
"NetPermission.swift",
"NetworkInterface.swift",
"NoRouteToHostException.swift",
"PasswordAuthentication.swift",
"PortUnreachableException.swift",
"ProtocolException.swift",
"ProtocolFamily.swift",
"Proxy.swift",
"ProxySelector.swift",
"ResponseCache.swift",
"SecureCacheResponse.swift",
"ServerSocket.swift",
"Socket.swift",
"SocketAddress.swift",
"SocketException.swift",
"SocketImpl.swift",
"SocketImplFactory.swift",
"SocketOption.swift",
"SocketOptions.swift",
"SocketPermission.swift",
"SocketTimeoutException.swift",
"StandardSocketOptions.swift",
"URISyntaxException.swift",
"URLConnection.swift",
"URLDecoder.swift",
"URLEncoder.swift",
"URLStreamHandler.swift",
"URLStreamHandlerFactory.swift",
"UnknownHostException.swift",
"UnknownServiceException.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
},
{
"c99name" : "JavaLangIO",
"module_type" : "SwiftTarget",
"name" : "JavaLangIO",
"path" : "Sources/JavaIO",
"product_dependencies" : [
"SwiftJava",
"JavaIO",
"JavaLangReflect"
],
"product_memberships" : [
"JavaLang",
"JavaAWT",
"JavaBeans",
"JavaMath",
"JavaTime",
"JavaLangIO",
"JavaLangNet",
"JavaLangUtil"
],
"sources" : [
"BufferedInputStream.swift",
"BufferedOutputStream.swift",
"BufferedReader.swift",
"BufferedWriter.swift",
"ByteArrayInputStream.swift",
"ByteArrayOutputStream.swift",
"CharArrayReader.swift",
"CharArrayWriter.swift",
"CharConversionException.swift",
"Console.swift",
"DataInput.swift",
"DataInputStream.swift",
"DataOutput.swift",
"DataOutputStream.swift",
"EOFException.swift",
"Externalizable.swift",
"FileFilter.swift",
"FileInputStream.swift",
"FileNotFoundException.swift",
"FileOutputStream.swift",
"FilePermission.swift",
"FileReader.swift",
"FileWriter.swift",
"FilenameFilter.swift",
"FilterInputStream.swift",
"FilterOutputStream.swift",
"FilterReader.swift",
"FilterWriter.swift",
"IOError.swift",
"IOException.swift",
"InterruptedIOException.swift",
"InvalidClassException.swift",
"InvalidObjectException.swift",
"LineNumberInputStream.swift",
"LineNumberReader.swift",
"NotActiveException.swift",
"NotSerializableException.swift",
"ObjectInput.swift",
"ObjectInputStream+GetField.swift",
"ObjectInputStream.swift",
"ObjectInputValidation.swift",
"ObjectOutput.swift",
"ObjectOutputStream+PutField.swift",
"ObjectOutputStream.swift",
"ObjectStreamClass.swift",
"ObjectStreamConstants.swift",
"ObjectStreamException.swift",
"ObjectStreamField.swift",
"OptionalDataException.swift",
"OutputStreamWriter.swift",
"PipedInputStream.swift",
"PipedOutputStream.swift",
"PipedReader.swift",
"PipedWriter.swift",
"PrintStream.swift",
"PushbackInputStream.swift",
"PushbackReader.swift",
"RandomAccessFile.swift",
"Reader.swift",
"SequenceInputStream.swift",
"Serializable.swift",
"SerializablePermission.swift",
"StreamCorruptedException.swift",
"StreamTokenizer.swift",
"StringBufferInputStream.swift",
"StringReader.swift",
"SyncFailedException.swift",
"UTFDataFormatException.swift",
"UncheckedIOException.swift",
"UnsupportedEncodingException.swift",
"WriteAbortedException.swift"
],
"type" : "library"
},
{
"c99name" : "JavaLang",
"module_type" : "SwiftTarget",
"name" : "JavaLang",
"path" : "Sources/JavaLang",
"product_dependencies" : [
"SwiftJava",
"JavaLangReflect",
"JavaUtilFunction",
"JavaIO"
],
"product_memberships" : [
"JavaLang",
"JavaAWT",
"JavaMath",
"JavaTime",
"JavaLangNet",
"JavaLangUtil"
],
"sources" : [
"AbstractMethodError.swift",
"AbstractStringBuilder.swift",
"ArithmeticException.swift",
"ArrayIndexOutOfBoundsException.swift",
"ArrayStoreException.swift",
"AssertionError.swift",
"AutoCloseable.swift",
"BootstrapMethodError.swift",
"Character+Subset.swift",
"Character+UnicodeBlock.swift",
"ClassCastException.swift",
"ClassCircularityError.swift",
"ClassFormatError.swift",
"ClassNotFoundException.swift",
"CloneNotSupportedException.swift",
"Cloneable.swift",
"Comparable.swift",
"Console.swift",
"Constable.swift",
"ConstantDesc.swift",
"Deprecated.swift",
"Enum.swift",
"EnumConstantNotPresentException.swift",
"ExceptionInInitializerError.swift",
"FunctionalInterface.swift",
"IllegalAccessError.swift",
"IllegalAccessException.swift",
"IllegalArgumentException.swift",
"IllegalMonitorStateException.swift",
"IllegalStateException.swift",
"IllegalThreadStateException.swift",
"IncompatibleClassChangeError.swift",
"IndexOutOfBoundsException.swift",
"InheritableThreadLocal.swift",
"InstantiationError.swift",
"InstantiationException.swift",
"InternalError.swift",
"InterruptedException.swift",
"Iterable.swift",
"JavaConsumer.swift",
"LinkageError.swift",
"Math.swift",
"NegativeArraySizeException.swift",
"NoClassDefFoundError.swift",
"NoSuchFieldError.swift",
"NoSuchFieldException.swift",
"NoSuchMethodError.swift",
"NoSuchMethodException.swift",
"NullPointerException.swift",
"NumberFormatException.swift",
"OutOfMemoryError.swift",
"Override.swift",
"Package.swift",
"PrintStream.swift",
"Process.swift",
"ProcessBuilder+Redirect+`Type`.swift",
"ProcessBuilder+Redirect.swift",
"ProcessBuilder.swift",
"ProcessHandle+Info.swift",
"ProcessHandle.swift",
"ReflectiveOperationException.swift",
"Runnable.swift",
"Runtime.swift",
"RuntimePermission.swift",
"SafeVarargs.swift",
"SecurityException.swift",
"SecurityManager.swift",
"StackOverflowError.swift",
"StackTraceElement.swift",
"StrictMath.swift",
"StringBuffer.swift",
"StringBuilder.swift",
"StringIndexOutOfBoundsException.swift",
"SuppressWarnings.swift",
"System.swift",
"Thread+State.swift",
"Thread+UncaughtExceptionHandler.swift",
"Thread.swift",
"ThreadDeath.swift",
"ThreadGroup.swift",
"ThreadLocal.swift",
"TypeNotPresentException.swift",
"UnknownError.swift",
"UnsatisfiedLinkError.swift",
"UnsupportedClassVersionError.swift",
"UnsupportedOperationException.swift",
"VerifyError.swift",
"VirtualMachineError.swift"
],
"target_dependencies" : [
"JavaLangIO"
],
"type" : "library"
},
{
"c99name" : "JavaBeans",
"module_type" : "SwiftTarget",
"name" : "JavaBeans",
"path" : "Sources/JavaBeans",
"product_dependencies" : [
"SwiftJava",
"JavaLangReflect",
"JavaUtilFunction",
"JavaIO"
],
"product_memberships" : [
"JavaBeans"
],
"sources" : [
"IndexedPropertyChangeEvent.swift",
"PropertyChangeEvent.swift",
"PropertyChangeListener.swift",
"PropertyChangeListenerProxy.swift",
"PropertyChangeSupport.swift"
],
"target_dependencies" : [
"JavaLangIO"
],
"type" : "library"
},
{
"c99name" : "JavaAWT",
"module_type" : "SwiftTarget",
"name" : "JavaAWT",
"path" : "Sources/JavaAWT",
"product_dependencies" : [
"SwiftJava",
"JavaLangReflect",
"JavaIO"
],
"product_memberships" : [
"JavaAWT"
],
"sources" : [
"NumericShaper.swift",
"TextAttribute.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.