The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build java_swift, reference master (e6b10c), with Swift 6.0 for watchOS using Xcode 16.2 on 30 Nov 2024 09:43:29 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme java_swift -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    private static var getMethods_MethodID_38: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:800:24: warning: static property 'getModifiers_MethodID_39' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getModifiers_MethodID_39: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:800:24: note: convert 'getModifiers_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getModifiers_MethodID_39: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:800:24: note: annotate 'getModifiers_MethodID_39' with '@MainActor' if property should only be accessed from the main actor
    private static var getModifiers_MethodID_39: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:800:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getModifiers_MethodID_39: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:812:24: warning: static property 'getName_MethodID_40' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getName_MethodID_40: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:812:24: note: convert 'getName_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getName_MethodID_40: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:812:24: note: annotate 'getName_MethodID_40' with '@MainActor' if property should only be accessed from the main actor
    private static var getName_MethodID_40: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:812:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getName_MethodID_40: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:827:24: warning: static property 'getPackage_MethodID_41' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getPackage_MethodID_41: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:827:24: note: convert 'getPackage_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getPackage_MethodID_41: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:827:24: note: annotate 'getPackage_MethodID_41' with '@MainActor' if property should only be accessed from the main actor
    private static var getPackage_MethodID_41: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:827:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getPackage_MethodID_41: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:840:24: warning: static property 'getProtectionDomain_MethodID_42' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getProtectionDomain_MethodID_42: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:840:24: note: convert 'getProtectionDomain_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getProtectionDomain_MethodID_42: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:840:24: note: annotate 'getProtectionDomain_MethodID_42' with '@MainActor' if property should only be accessed from the main actor
    private static var getProtectionDomain_MethodID_42: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:840:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getProtectionDomain_MethodID_42: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:863:24: warning: static property 'getResource_MethodID_43' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getResource_MethodID_43: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:863:24: note: convert 'getResource_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getResource_MethodID_43: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:863:24: note: annotate 'getResource_MethodID_43' with '@MainActor' if property should only be accessed from the main actor
    private static var getResource_MethodID_43: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:863:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getResource_MethodID_43: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:880:24: warning: static property 'getResourceAsStream_MethodID_44' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getResourceAsStream_MethodID_44: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:880:24: note: convert 'getResourceAsStream_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getResourceAsStream_MethodID_44: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:880:24: note: annotate 'getResourceAsStream_MethodID_44' with '@MainActor' if property should only be accessed from the main actor
    private static var getResourceAsStream_MethodID_44: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:880:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getResourceAsStream_MethodID_44: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:897:24: warning: static property 'getSigners_MethodID_45' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getSigners_MethodID_45: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:897:24: note: convert 'getSigners_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getSigners_MethodID_45: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:897:24: note: annotate 'getSigners_MethodID_45' with '@MainActor' if property should only be accessed from the main actor
    private static var getSigners_MethodID_45: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:897:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getSigners_MethodID_45: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:911:24: warning: static property 'getSimpleName_MethodID_46' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getSimpleName_MethodID_46: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:911:24: note: convert 'getSimpleName_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getSimpleName_MethodID_46: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:911:24: note: annotate 'getSimpleName_MethodID_46' with '@MainActor' if property should only be accessed from the main actor
    private static var getSimpleName_MethodID_46: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:911:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getSimpleName_MethodID_46: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:924:24: warning: static property 'getSuperclass_MethodID_47' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getSuperclass_MethodID_47: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:924:24: note: convert 'getSuperclass_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getSuperclass_MethodID_47: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:924:24: note: annotate 'getSuperclass_MethodID_47' with '@MainActor' if property should only be accessed from the main actor
    private static var getSuperclass_MethodID_47: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:924:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getSuperclass_MethodID_47: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:937:24: warning: static property 'getTypeName_MethodID_48' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getTypeName_MethodID_48: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:937:24: note: convert 'getTypeName_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getTypeName_MethodID_48: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:937:24: note: annotate 'getTypeName_MethodID_48' with '@MainActor' if property should only be accessed from the main actor
    private static var getTypeName_MethodID_48: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:937:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getTypeName_MethodID_48: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:950:24: warning: static property 'getTypeParameters_MethodID_49' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getTypeParameters_MethodID_49: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:950:24: note: convert 'getTypeParameters_MethodID_49' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getTypeParameters_MethodID_49: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:950:24: note: annotate 'getTypeParameters_MethodID_49' with '@MainActor' if property should only be accessed from the main actor
    private static var getTypeParameters_MethodID_49: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:950:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getTypeParameters_MethodID_49: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:962:24: warning: static property 'isAnnotation_MethodID_50' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isAnnotation_MethodID_50: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:962:24: note: convert 'isAnnotation_MethodID_50' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isAnnotation_MethodID_50: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:962:24: note: annotate 'isAnnotation_MethodID_50' with '@MainActor' if property should only be accessed from the main actor
    private static var isAnnotation_MethodID_50: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:962:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isAnnotation_MethodID_50: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:974:24: warning: static property 'isAnnotationPresent_MethodID_51' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isAnnotationPresent_MethodID_51: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:974:24: note: convert 'isAnnotationPresent_MethodID_51' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isAnnotationPresent_MethodID_51: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:974:24: note: annotate 'isAnnotationPresent_MethodID_51' with '@MainActor' if property should only be accessed from the main actor
    private static var isAnnotationPresent_MethodID_51: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:974:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isAnnotationPresent_MethodID_51: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:990:24: warning: static property 'isAnonymousClass_MethodID_52' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isAnonymousClass_MethodID_52: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:990:24: note: convert 'isAnonymousClass_MethodID_52' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isAnonymousClass_MethodID_52: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:990:24: note: annotate 'isAnonymousClass_MethodID_52' with '@MainActor' if property should only be accessed from the main actor
    private static var isAnonymousClass_MethodID_52: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:990:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isAnonymousClass_MethodID_52: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1002:24: warning: static property 'isArray_MethodID_53' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isArray_MethodID_53: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1002:24: note: convert 'isArray_MethodID_53' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isArray_MethodID_53: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1002:24: note: annotate 'isArray_MethodID_53' with '@MainActor' if property should only be accessed from the main actor
    private static var isArray_MethodID_53: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1002:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isArray_MethodID_53: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1014:24: warning: static property 'isAssignableFrom_MethodID_54' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isAssignableFrom_MethodID_54: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1014:24: note: convert 'isAssignableFrom_MethodID_54' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isAssignableFrom_MethodID_54: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1014:24: note: annotate 'isAssignableFrom_MethodID_54' with '@MainActor' if property should only be accessed from the main actor
    private static var isAssignableFrom_MethodID_54: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1014:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isAssignableFrom_MethodID_54: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1030:24: warning: static property 'isEnum_MethodID_55' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isEnum_MethodID_55: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1030:24: note: convert 'isEnum_MethodID_55' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isEnum_MethodID_55: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1030:24: note: annotate 'isEnum_MethodID_55' with '@MainActor' if property should only be accessed from the main actor
    private static var isEnum_MethodID_55: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1030:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isEnum_MethodID_55: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1042:24: warning: static property 'isInstance_MethodID_56' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isInstance_MethodID_56: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1042:24: note: convert 'isInstance_MethodID_56' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isInstance_MethodID_56: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1042:24: note: annotate 'isInstance_MethodID_56' with '@MainActor' if property should only be accessed from the main actor
    private static var isInstance_MethodID_56: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1042:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isInstance_MethodID_56: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1058:24: warning: static property 'isInterface_MethodID_57' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isInterface_MethodID_57: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1058:24: note: convert 'isInterface_MethodID_57' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isInterface_MethodID_57: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1058:24: note: annotate 'isInterface_MethodID_57' with '@MainActor' if property should only be accessed from the main actor
    private static var isInterface_MethodID_57: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1058:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isInterface_MethodID_57: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1070:24: warning: static property 'isLocalClass_MethodID_58' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isLocalClass_MethodID_58: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1070:24: note: convert 'isLocalClass_MethodID_58' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isLocalClass_MethodID_58: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1070:24: note: annotate 'isLocalClass_MethodID_58' with '@MainActor' if property should only be accessed from the main actor
    private static var isLocalClass_MethodID_58: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1070:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isLocalClass_MethodID_58: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1084:24: warning: static property 'isMemberClass_MethodID_59' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isMemberClass_MethodID_59: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1084:24: note: convert 'isMemberClass_MethodID_59' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isMemberClass_MethodID_59: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1084:24: note: annotate 'isMemberClass_MethodID_59' with '@MainActor' if property should only be accessed from the main actor
    private static var isMemberClass_MethodID_59: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1084:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isMemberClass_MethodID_59: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1096:24: warning: static property 'isPrimitive_MethodID_60' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isPrimitive_MethodID_60: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1096:24: note: convert 'isPrimitive_MethodID_60' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isPrimitive_MethodID_60: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1096:24: note: annotate 'isPrimitive_MethodID_60' with '@MainActor' if property should only be accessed from the main actor
    private static var isPrimitive_MethodID_60: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1096:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isPrimitive_MethodID_60: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1108:24: warning: static property 'isSynthetic_MethodID_61' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isSynthetic_MethodID_61: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1108:24: note: convert 'isSynthetic_MethodID_61' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isSynthetic_MethodID_61: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1108:24: note: annotate 'isSynthetic_MethodID_61' with '@MainActor' if property should only be accessed from the main actor
    private static var isSynthetic_MethodID_61: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1108:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isSynthetic_MethodID_61: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1120:24: warning: static property 'newInstance_MethodID_62' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var newInstance_MethodID_62: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1120:24: note: convert 'newInstance_MethodID_62' to a 'let' constant to make 'Sendable' shared state immutable
    private static var newInstance_MethodID_62: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1120:24: note: annotate 'newInstance_MethodID_62' with '@MainActor' if property should only be accessed from the main actor
    private static var newInstance_MethodID_62: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1120:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var newInstance_MethodID_62: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1159:24: warning: static property 'toGenericString_MethodID_63' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toGenericString_MethodID_63: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1159:24: note: convert 'toGenericString_MethodID_63' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toGenericString_MethodID_63: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1159:24: note: annotate 'toGenericString_MethodID_63' with '@MainActor' if property should only be accessed from the main actor
    private static var toGenericString_MethodID_63: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1159:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toGenericString_MethodID_63: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:6:12: warning: class 'JavaClass' must restate inherited '@unchecked Sendable' conformance
open class JavaClass: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:15:24: warning: static property 'JavaEnumJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var JavaEnumJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:15:24: note: convert 'JavaEnumJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var JavaEnumJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:15:24: note: annotate 'JavaEnumJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var JavaEnumJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var JavaEnumJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:23:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:23:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:23:24: note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:41:24: warning: static property 'valueOf_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var valueOf_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:41:24: note: convert 'valueOf_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:41:24: note: annotate 'valueOf_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    private static var valueOf_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:41:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:59:24: warning: static property 'clone_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clone_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:59:24: note: convert 'clone_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clone_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:59:24: note: annotate 'clone_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    private static var clone_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clone_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:76:24: warning: static property 'compareTo_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var compareTo_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:76:24: note: convert 'compareTo_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compareTo_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:76:24: note: annotate 'compareTo_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    private static var compareTo_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:76:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compareTo_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:92:24: warning: static property 'compareTo_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var compareTo_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:92:24: note: convert 'compareTo_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compareTo_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:92:24: note: annotate 'compareTo_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    private static var compareTo_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:92:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compareTo_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:108:24: warning: static property 'equals_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var equals_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:108:24: note: convert 'equals_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var equals_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:108:24: note: annotate 'equals_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    private static var equals_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:108:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var equals_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:124:24: warning: static property 'finalize_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var finalize_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:124:24: note: convert 'finalize_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var finalize_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:124:24: note: annotate 'finalize_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    private static var finalize_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:124:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var finalize_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:135:24: warning: static property 'getDeclaringClass_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getDeclaringClass_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:135:24: note: convert 'getDeclaringClass_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDeclaringClass_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:135:24: note: annotate 'getDeclaringClass_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    private static var getDeclaringClass_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:135:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDeclaringClass_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:152:24: warning: static property 'name_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var name_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:152:24: note: convert 'name_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var name_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:152:24: note: annotate 'name_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    private static var name_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:152:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var name_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:165:24: warning: static property 'ordinal_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ordinal_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:165:24: note: convert 'ordinal_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ordinal_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:165:24: note: annotate 'ordinal_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    private static var ordinal_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:165:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ordinal_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:6:12: warning: class 'JavaEnum' must restate inherited '@unchecked Sendable' conformance
open class JavaEnum: JavaObject, /* interface java.lang.Comparable */ UnavailableProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:113:24: warning: static property 'JavaMapJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var JavaMapJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:113:24: note: convert 'JavaMapJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var JavaMapJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:113:24: note: annotate 'JavaMapJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var JavaMapJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:113:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var JavaMapJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:117:24: warning: static property 'clear_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clear_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:117:24: note: convert 'clear_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clear_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:117:24: note: annotate 'clear_MethodID_25' with '@MainActor' if property should only be accessed from the main actor
    private static var clear_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:117:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clear_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:128:24: warning: static property 'compute_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var compute_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:128:24: note: convert 'compute_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compute_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:128:24: note: annotate 'compute_MethodID_26' with '@MainActor' if property should only be accessed from the main actor
    private static var compute_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:128:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compute_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:146:24: warning: static property 'computeIfAbsent_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var computeIfAbsent_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:146:24: note: convert 'computeIfAbsent_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var computeIfAbsent_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:146:24: note: annotate 'computeIfAbsent_MethodID_27' with '@MainActor' if property should only be accessed from the main actor
    private static var computeIfAbsent_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:146:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var computeIfAbsent_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:164:24: warning: static property 'computeIfPresent_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var computeIfPresent_MethodID_28: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:164:24: note: convert 'computeIfPresent_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    private static var computeIfPresent_MethodID_28: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:164:24: note: annotate 'computeIfPresent_MethodID_28' with '@MainActor' if property should only be accessed from the main actor
    private static var computeIfPresent_MethodID_28: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:164:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var computeIfPresent_MethodID_28: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:182:24: warning: static property 'containsKey_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var containsKey_MethodID_29: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:182:24: note: convert 'containsKey_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    private static var containsKey_MethodID_29: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:182:24: note: annotate 'containsKey_MethodID_29' with '@MainActor' if property should only be accessed from the main actor
    private static var containsKey_MethodID_29: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:182:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var containsKey_MethodID_29: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:195:24: warning: static property 'containsValue_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var containsValue_MethodID_30: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:195:24: note: convert 'containsValue_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    private static var containsValue_MethodID_30: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:195:24: note: annotate 'containsValue_MethodID_30' with '@MainActor' if property should only be accessed from the main actor
    private static var containsValue_MethodID_30: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:195:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var containsValue_MethodID_30: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:208:24: warning: static property 'entrySet_MethodID_31' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var entrySet_MethodID_31: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:208:24: note: convert 'entrySet_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
    private static var entrySet_MethodID_31: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:208:24: note: annotate 'entrySet_MethodID_31' with '@MainActor' if property should only be accessed from the main actor
    private static var entrySet_MethodID_31: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:208:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var entrySet_MethodID_31: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:221:24: warning: static property 'equals_MethodID_32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var equals_MethodID_32: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:221:24: note: convert 'equals_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
    private static var equals_MethodID_32: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:221:24: note: annotate 'equals_MethodID_32' with '@MainActor' if property should only be accessed from the main actor
    private static var equals_MethodID_32: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:221:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var equals_MethodID_32: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:234:24: warning: static property 'forEach_MethodID_33' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var forEach_MethodID_33: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:234:24: note: convert 'forEach_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
    private static var forEach_MethodID_33: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:234:24: note: annotate 'forEach_MethodID_33' with '@MainActor' if property should only be accessed from the main actor
    private static var forEach_MethodID_33: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:234:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var forEach_MethodID_33: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:246:24: warning: static property 'get_MethodID_34' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var get_MethodID_34: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:246:24: note: convert 'get_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
    private static var get_MethodID_34: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:246:24: note: annotate 'get_MethodID_34' with '@MainActor' if property should only be accessed from the main actor
    private static var get_MethodID_34: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:246:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var get_MethodID_34: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:263:24: warning: static property 'getOrDefault_MethodID_35' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getOrDefault_MethodID_35: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:263:24: note: convert 'getOrDefault_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getOrDefault_MethodID_35: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:263:24: note: annotate 'getOrDefault_MethodID_35' with '@MainActor' if property should only be accessed from the main actor
    private static var getOrDefault_MethodID_35: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:263:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getOrDefault_MethodID_35: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:281:24: warning: static property 'hashCode_MethodID_36' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var hashCode_MethodID_36: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:281:24: note: convert 'hashCode_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
    private static var hashCode_MethodID_36: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:281:24: note: annotate 'hashCode_MethodID_36' with '@MainActor' if property should only be accessed from the main actor
    private static var hashCode_MethodID_36: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:281:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var hashCode_MethodID_36: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:293:24: warning: static property 'isEmpty_MethodID_37' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isEmpty_MethodID_37: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:293:24: note: convert 'isEmpty_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isEmpty_MethodID_37: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:293:24: note: annotate 'isEmpty_MethodID_37' with '@MainActor' if property should only be accessed from the main actor
    private static var isEmpty_MethodID_37: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:293:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isEmpty_MethodID_37: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:305:24: warning: static property 'keySet_MethodID_38' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var keySet_MethodID_38: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:305:24: note: convert 'keySet_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
    private static var keySet_MethodID_38: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:305:24: note: annotate 'keySet_MethodID_38' with '@MainActor' if property should only be accessed from the main actor
    private static var keySet_MethodID_38: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:305:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var keySet_MethodID_38: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:318:24: warning: static property 'merge_MethodID_39' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var merge_MethodID_39: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:318:24: note: convert 'merge_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
    private static var merge_MethodID_39: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:318:24: note: annotate 'merge_MethodID_39' with '@MainActor' if property should only be accessed from the main actor
    private static var merge_MethodID_39: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:318:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var merge_MethodID_39: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:337:24: warning: static property 'put_MethodID_40' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var put_MethodID_40: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:337:24: note: convert 'put_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
    private static var put_MethodID_40: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:337:24: note: annotate 'put_MethodID_40' with '@MainActor' if property should only be accessed from the main actor
    private static var put_MethodID_40: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:337:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var put_MethodID_40: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:355:24: warning: static property 'putAll_MethodID_41' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var putAll_MethodID_41: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:355:24: note: convert 'putAll_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
    private static var putAll_MethodID_41: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:355:24: note: annotate 'putAll_MethodID_41' with '@MainActor' if property should only be accessed from the main actor
    private static var putAll_MethodID_41: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:355:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var putAll_MethodID_41: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:367:24: warning: static property 'putIfAbsent_MethodID_42' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var putIfAbsent_MethodID_42: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:367:24: note: convert 'putIfAbsent_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
    private static var putIfAbsent_MethodID_42: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:367:24: note: annotate 'putIfAbsent_MethodID_42' with '@MainActor' if property should only be accessed from the main actor
    private static var putIfAbsent_MethodID_42: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:367:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var putIfAbsent_MethodID_42: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:385:24: warning: static property 'remove_MethodID_43' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var remove_MethodID_43: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:385:24: note: convert 'remove_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
    private static var remove_MethodID_43: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:385:24: note: annotate 'remove_MethodID_43' with '@MainActor' if property should only be accessed from the main actor
    private static var remove_MethodID_43: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:385:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var remove_MethodID_43: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:402:24: warning: static property 'remove_MethodID_44' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var remove_MethodID_44: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:402:24: note: convert 'remove_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
    private static var remove_MethodID_44: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:402:24: note: annotate 'remove_MethodID_44' with '@MainActor' if property should only be accessed from the main actor
    private static var remove_MethodID_44: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:402:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var remove_MethodID_44: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:416:24: warning: static property 'replace_MethodID_45' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var replace_MethodID_45: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:416:24: note: convert 'replace_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
    private static var replace_MethodID_45: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:416:24: note: annotate 'replace_MethodID_45' with '@MainActor' if property should only be accessed from the main actor
    private static var replace_MethodID_45: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:416:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var replace_MethodID_45: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:434:24: warning: static property 'replace_MethodID_46' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var replace_MethodID_46: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:434:24: note: convert 'replace_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
    private static var replace_MethodID_46: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:434:24: note: annotate 'replace_MethodID_46' with '@MainActor' if property should only be accessed from the main actor
    private static var replace_MethodID_46: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:434:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var replace_MethodID_46: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:449:24: warning: static property 'replaceAll_MethodID_47' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var replaceAll_MethodID_47: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:449:24: note: convert 'replaceAll_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
    private static var replaceAll_MethodID_47: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:449:24: note: annotate 'replaceAll_MethodID_47' with '@MainActor' if property should only be accessed from the main actor
    private static var replaceAll_MethodID_47: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:449:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var replaceAll_MethodID_47: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:461:24: warning: static property 'size_MethodID_48' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var size_MethodID_48: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:461:24: note: convert 'size_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
    private static var size_MethodID_48: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:461:24: note: annotate 'size_MethodID_48' with '@MainActor' if property should only be accessed from the main actor
    private static var size_MethodID_48: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:461:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var size_MethodID_48: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift:111:12: warning: class 'JavaMapForward' must restate inherited '@unchecked Sendable' conformance
open class JavaMapForward: JNIObjectForward, JavaMap {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:15:24: warning: static property 'JavaObjectJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var JavaObjectJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:15:24: note: convert 'JavaObjectJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var JavaObjectJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:15:24: note: annotate 'JavaObjectJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var JavaObjectJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var JavaObjectJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:19:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:19:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:19:24: note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:33:24: warning: static property 'clone_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clone_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:33:24: note: convert 'clone_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clone_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:33:24: note: annotate 'clone_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    private static var clone_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:33:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clone_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:50:24: warning: static property 'equals_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var equals_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:50:24: note: convert 'equals_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var equals_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:50:24: note: annotate 'equals_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    private static var equals_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:50:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var equals_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:66:24: warning: static property 'finalize_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var finalize_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:66:24: note: convert 'finalize_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var finalize_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:66:24: note: annotate 'finalize_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    private static var finalize_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:66:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var finalize_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:81:24: warning: static property 'getClass_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getClass_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:81:24: note: convert 'getClass_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getClass_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:81:24: note: annotate 'getClass_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    private static var getClass_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:81:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getClass_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:94:24: warning: static property 'hashCode_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var hashCode_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:94:24: note: convert 'hashCode_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var hashCode_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:94:24: note: annotate 'hashCode_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    private static var hashCode_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:94:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var hashCode_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:106:24: warning: static property 'notify_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var notify_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:106:24: note: convert 'notify_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var notify_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:106:24: note: annotate 'notify_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    private static var notify_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:106:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var notify_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:117:24: warning: static property 'notifyAll_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var notifyAll_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:117:24: note: convert 'notifyAll_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var notifyAll_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:117:24: note: annotate 'notifyAll_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    private static var notifyAll_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:117:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var notifyAll_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:128:24: warning: static property 'toString_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toString_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:128:24: note: convert 'toString_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toString_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:128:24: note: annotate 'toString_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    private static var toString_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:128:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toString_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:141:24: warning: static property 'wait_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var wait_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:141:24: note: convert 'wait_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var wait_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:141:24: note: annotate 'wait_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    private static var wait_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:141:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var wait_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:160:24: warning: static property 'wait_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var wait_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:160:24: note: convert 'wait_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var wait_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:160:24: note: annotate 'wait_MethodID_11' with '@MainActor' if property should only be accessed from the main actor
    private static var wait_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:160:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var wait_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:180:24: warning: static property 'wait_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var wait_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:180:24: note: convert 'wait_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var wait_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:180:24: note: annotate 'wait_MethodID_12' with '@MainActor' if property should only be accessed from the main actor
    private static var wait_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:180:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var wait_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift:6:12: warning: class 'JavaObject' must restate inherited '@unchecked Sendable' conformance
open class JavaObject: JNIObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:77:24: warning: static property 'JavaSetJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var JavaSetJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:77:24: note: convert 'JavaSetJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var JavaSetJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:77:24: note: annotate 'JavaSetJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var JavaSetJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var JavaSetJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:81:24: warning: static property 'add_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var add_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:81:24: note: convert 'add_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var add_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:81:24: note: annotate 'add_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    private static var add_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:81:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var add_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:94:24: warning: static property 'addAll_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var addAll_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:94:24: note: convert 'addAll_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var addAll_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:94:24: note: annotate 'addAll_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    private static var addAll_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:94:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var addAll_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:107:24: warning: static property 'clear_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clear_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:107:24: note: convert 'clear_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clear_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:107:24: note: annotate 'clear_MethodID_17' with '@MainActor' if property should only be accessed from the main actor
    private static var clear_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:107:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clear_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:118:24: warning: static property 'contains_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var contains_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:118:24: note: convert 'contains_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var contains_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:118:24: note: annotate 'contains_MethodID_18' with '@MainActor' if property should only be accessed from the main actor
    private static var contains_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:118:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var contains_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:131:24: warning: static property 'containsAll_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var containsAll_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:131:24: note: convert 'containsAll_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var containsAll_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:131:24: note: annotate 'containsAll_MethodID_19' with '@MainActor' if property should only be accessed from the main actor
    private static var containsAll_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:131:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var containsAll_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:144:24: warning: static property 'equals_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var equals_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:144:24: note: convert 'equals_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var equals_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:144:24: note: annotate 'equals_MethodID_20' with '@MainActor' if property should only be accessed from the main actor
    private static var equals_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:144:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var equals_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:157:24: warning: static property 'forEach_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var forEach_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:157:24: note: convert 'forEach_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var forEach_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:157:24: note: annotate 'forEach_MethodID_21' with '@MainActor' if property should only be accessed from the main actor
    private static var forEach_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:157:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var forEach_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:169:24: warning: static property 'hashCode_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var hashCode_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:169:24: note: convert 'hashCode_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var hashCode_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:169:24: note: annotate 'hashCode_MethodID_22' with '@MainActor' if property should only be accessed from the main actor
    private static var hashCode_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:169:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var hashCode_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:181:24: warning: static property 'isEmpty_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isEmpty_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:181:24: note: convert 'isEmpty_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isEmpty_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:181:24: note: annotate 'isEmpty_MethodID_23' with '@MainActor' if property should only be accessed from the main actor
    private static var isEmpty_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:181:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isEmpty_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:201:24: warning: static property 'remove_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var remove_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:201:24: note: convert 'remove_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var remove_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:201:24: note: annotate 'remove_MethodID_24' with '@MainActor' if property should only be accessed from the main actor
    private static var remove_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:201:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var remove_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:214:24: warning: static property 'removeAll_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var removeAll_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:214:24: note: convert 'removeAll_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var removeAll_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:214:24: note: annotate 'removeAll_MethodID_25' with '@MainActor' if property should only be accessed from the main actor
    private static var removeAll_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:214:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var removeAll_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:227:24: warning: static property 'removeIf_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var removeIf_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:227:24: note: convert 'removeIf_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var removeIf_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:227:24: note: annotate 'removeIf_MethodID_26' with '@MainActor' if property should only be accessed from the main actor
    private static var removeIf_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:227:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var removeIf_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:240:24: warning: static property 'retainAll_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var retainAll_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:240:24: note: convert 'retainAll_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var retainAll_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:240:24: note: annotate 'retainAll_MethodID_27' with '@MainActor' if property should only be accessed from the main actor
    private static var retainAll_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:240:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var retainAll_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:253:24: warning: static property 'size_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var size_MethodID_28: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:253:24: note: convert 'size_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    private static var size_MethodID_28: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:253:24: note: annotate 'size_MethodID_28' with '@MainActor' if property should only be accessed from the main actor
    private static var size_MethodID_28: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:253:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var size_MethodID_28: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:273:24: warning: static property 'toArray_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toArray_MethodID_29: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:273:24: note: convert 'toArray_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toArray_MethodID_29: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:273:24: note: annotate 'toArray_MethodID_29' with '@MainActor' if property should only be accessed from the main actor
    private static var toArray_MethodID_29: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:273:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toArray_MethodID_29: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:289:24: warning: static property 'toArray_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toArray_MethodID_30: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:289:24: note: convert 'toArray_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toArray_MethodID_30: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:289:24: note: annotate 'toArray_MethodID_30' with '@MainActor' if property should only be accessed from the main actor
    private static var toArray_MethodID_30: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:289:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toArray_MethodID_30: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift:75:12: warning: class 'JavaSetForward' must restate inherited '@unchecked Sendable' conformance
open class JavaSetForward: /* interface java.util.Collection */ UnavailableProtocolForward, JavaSet {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:15:24: warning: static property 'JavaThreadJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var JavaThreadJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:15:24: note: convert 'JavaThreadJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var JavaThreadJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:15:24: note: annotate 'JavaThreadJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var JavaThreadJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var JavaThreadJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:21:24: warning: static property 'MAX_PRIORITY_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var MAX_PRIORITY_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:21:24: note: convert 'MAX_PRIORITY_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var MAX_PRIORITY_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:21:24: note: annotate 'MAX_PRIORITY_FieldID' with '@MainActor' if property should only be accessed from the main actor
    private static var MAX_PRIORITY_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var MAX_PRIORITY_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:32:24: warning: static property 'MIN_PRIORITY_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var MIN_PRIORITY_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:32:24: note: convert 'MIN_PRIORITY_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var MIN_PRIORITY_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:32:24: note: annotate 'MIN_PRIORITY_FieldID' with '@MainActor' if property should only be accessed from the main actor
    private static var MIN_PRIORITY_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:32:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var MIN_PRIORITY_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:43:24: warning: static property 'NORM_PRIORITY_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var NORM_PRIORITY_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:43:24: note: convert 'NORM_PRIORITY_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var NORM_PRIORITY_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:43:24: note: annotate 'NORM_PRIORITY_FieldID' with '@MainActor' if property should only be accessed from the main actor
    private static var NORM_PRIORITY_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:43:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var NORM_PRIORITY_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:122:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:122:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:122:24: note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:122:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:134:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:134:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:134:24: note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:134:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:151:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:151:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:151:24: note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:151:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:173:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:173:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:173:24: note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:173:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:190:24: warning: static property 'new_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:190:24: note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:190:24: note: annotate 'new_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:190:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:208:24: warning: static property 'new_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:208:24: note: convert 'new_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:208:24: note: annotate 'new_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:208:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:227:24: warning: static property 'new_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:227:24: note: convert 'new_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:227:24: note: annotate 'new_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:227:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:247:24: warning: static property 'new_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:247:24: note: convert 'new_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:247:24: note: annotate 'new_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:247:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:265:24: warning: static property 'activeCount_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var activeCount_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:265:24: note: convert 'activeCount_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var activeCount_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:265:24: note: annotate 'activeCount_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    private static var activeCount_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:265:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var activeCount_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:279:24: warning: static property 'currentThread_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var currentThread_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:279:24: note: convert 'currentThread_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var currentThread_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:279:24: note: annotate 'currentThread_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    private static var currentThread_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:279:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var currentThread_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:292:24: warning: static property 'dumpStack_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var dumpStack_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:292:24: note: convert 'dumpStack_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var dumpStack_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:292:24: note: annotate 'dumpStack_MethodID_11' with '@MainActor' if property should only be accessed from the main actor
    private static var dumpStack_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:292:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var dumpStack_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:305:24: warning: static property 'enumerate_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var enumerate_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:305:24: note: convert 'enumerate_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var enumerate_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:305:24: note: annotate 'enumerate_MethodID_12' with '@MainActor' if property should only be accessed from the main actor
    private static var enumerate_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:305:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var enumerate_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:321:24: warning: static property 'getAllStackTraces_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getAllStackTraces_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:321:24: note: convert 'getAllStackTraces_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAllStackTraces_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:321:24: note: annotate 'getAllStackTraces_MethodID_13' with '@MainActor' if property should only be accessed from the main actor
    private static var getAllStackTraces_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:321:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAllStackTraces_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:333:24: warning: static property 'getDefaultUncaughtExceptionHandler_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getDefaultUncaughtExceptionHandler_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:333:24: note: convert 'getDefaultUncaughtExceptionHandler_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDefaultUncaughtExceptionHandler_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:333:24: note: annotate 'getDefaultUncaughtExceptionHandler_MethodID_14' with '@MainActor' if property should only be accessed from the main actor
    private static var getDefaultUncaughtExceptionHandler_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:333:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDefaultUncaughtExceptionHandler_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:348:24: warning: static property 'holdsLock_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var holdsLock_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:348:24: note: convert 'holdsLock_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var holdsLock_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:348:24: note: annotate 'holdsLock_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    private static var holdsLock_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:348:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var holdsLock_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:364:24: warning: static property 'interrupted_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var interrupted_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:364:24: note: convert 'interrupted_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var interrupted_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:364:24: note: annotate 'interrupted_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    private static var interrupted_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:364:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var interrupted_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:388:24: warning: static property 'setDefaultUncaughtExceptionHandler_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setDefaultUncaughtExceptionHandler_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:388:24: note: convert 'setDefaultUncaughtExceptionHandler_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setDefaultUncaughtExceptionHandler_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:388:24: note: annotate 'setDefaultUncaughtExceptionHandler_MethodID_17' with '@MainActor' if property should only be accessed from the main actor
    private static var setDefaultUncaughtExceptionHandler_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:388:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setDefaultUncaughtExceptionHandler_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:403:24: warning: static property 'sleep_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var sleep_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:403:24: note: convert 'sleep_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var sleep_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:403:24: note: annotate 'sleep_MethodID_18' with '@MainActor' if property should only be accessed from the main actor
    private static var sleep_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:403:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var sleep_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:422:24: warning: static property 'sleep_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var sleep_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:422:24: note: convert 'sleep_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var sleep_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:422:24: note: annotate 'sleep_MethodID_19' with '@MainActor' if property should only be accessed from the main actor
    private static var sleep_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:422:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var sleep_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:442:24: warning: static property 'yield_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var yield_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:442:24: note: convert 'yield_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var yield_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:442:24: note: annotate 'yield_MethodID_20' with '@MainActor' if property should only be accessed from the main actor
    private static var yield_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:442:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var yield_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:461:24: warning: static property 'checkAccess_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var checkAccess_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:461:24: note: convert 'checkAccess_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var checkAccess_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:461:24: note: annotate 'checkAccess_MethodID_21' with '@MainActor' if property should only be accessed from the main actor
    private static var checkAccess_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:461:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var checkAccess_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:472:24: warning: static property 'clone_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clone_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:472:24: note: convert 'clone_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clone_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:472:24: note: annotate 'clone_MethodID_22' with '@MainActor' if property should only be accessed from the main actor
    private static var clone_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:472:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clone_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:489:24: warning: static property 'countStackFrames_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var countStackFrames_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:489:24: note: convert 'countStackFrames_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var countStackFrames_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:489:24: note: annotate 'countStackFrames_MethodID_23' with '@MainActor' if property should only be accessed from the main actor
    private static var countStackFrames_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:489:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var countStackFrames_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:501:24: warning: static property 'destroy_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var destroy_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:501:24: note: convert 'destroy_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var destroy_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:501:24: note: annotate 'destroy_MethodID_24' with '@MainActor' if property should only be accessed from the main actor
    private static var destroy_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:501:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var destroy_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:516:24: warning: static property 'getContextClassLoader_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getContextClassLoader_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:516:24: note: convert 'getContextClassLoader_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getContextClassLoader_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:516:24: note: annotate 'getContextClassLoader_MethodID_25' with '@MainActor' if property should only be accessed from the main actor
    private static var getContextClassLoader_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:516:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getContextClassLoader_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:529:24: warning: static property 'getId_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getId_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:529:24: note: convert 'getId_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getId_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:529:24: note: annotate 'getId_MethodID_26' with '@MainActor' if property should only be accessed from the main actor
    private static var getId_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:529:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getId_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:541:24: warning: static property 'getName_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getName_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:541:24: note: convert 'getName_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getName_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:541:24: note: annotate 'getName_MethodID_27' with '@MainActor' if property should only be accessed from the main actor
    private static var getName_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:541:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getName_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:554:24: warning: static property 'getPriority_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getPriority_MethodID_28: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:554:24: note: convert 'getPriority_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getPriority_MethodID_28: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:554:24: note: annotate 'getPriority_MethodID_28' with '@MainActor' if property should only be accessed from the main actor
    private static var getPriority_MethodID_28: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:554:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getPriority_MethodID_28: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:566:24: warning: static property 'getStackTrace_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getStackTrace_MethodID_29: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:566:24: note: convert 'getStackTrace_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getStackTrace_MethodID_29: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:566:24: note: annotate 'getStackTrace_MethodID_29' with '@MainActor' if property should only be accessed from the main actor
    private static var getStackTrace_MethodID_29: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:566:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getStackTrace_MethodID_29: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:578:24: warning: static property 'getState_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getState_MethodID_30: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:578:24: note: convert 'getState_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getState_MethodID_30: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:578:24: note: annotate 'getState_MethodID_30' with '@MainActor' if property should only be accessed from the main actor
    private static var getState_MethodID_30: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:578:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getState_MethodID_30: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:591:24: warning: static property 'getThreadGroup_MethodID_31' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getThreadGroup_MethodID_31: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:591:24: note: convert 'getThreadGroup_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getThreadGroup_MethodID_31: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:591:24: note: annotate 'getThreadGroup_MethodID_31' with '@MainActor' if property should only be accessed from the main actor
    private static var getThreadGroup_MethodID_31: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:591:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getThreadGroup_MethodID_31: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:604:24: warning: static property 'getUncaughtExceptionHandler_MethodID_32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getUncaughtExceptionHandler_MethodID_32: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:604:24: note: convert 'getUncaughtExceptionHandler_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getUncaughtExceptionHandler_MethodID_32: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:604:24: note: annotate 'getUncaughtExceptionHandler_MethodID_32' with '@MainActor' if property should only be accessed from the main actor
    private static var getUncaughtExceptionHandler_MethodID_32: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:604:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getUncaughtExceptionHandler_MethodID_32: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:617:24: warning: static property 'interrupt_MethodID_33' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var interrupt_MethodID_33: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:617:24: note: convert 'interrupt_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
    private static var interrupt_MethodID_33: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:617:24: note: annotate 'interrupt_MethodID_33' with '@MainActor' if property should only be accessed from the main actor
    private static var interrupt_MethodID_33: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:617:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var interrupt_MethodID_33: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:630:24: warning: static property 'isAlive_MethodID_34' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isAlive_MethodID_34: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:630:24: note: convert 'isAlive_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isAlive_MethodID_34: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:630:24: note: annotate 'isAlive_MethodID_34' with '@MainActor' if property should only be accessed from the main actor
    private static var isAlive_MethodID_34: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:630:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isAlive_MethodID_34: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:642:24: warning: static property 'isDaemon_MethodID_35' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isDaemon_MethodID_35: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:642:24: note: convert 'isDaemon_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isDaemon_MethodID_35: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:642:24: note: annotate 'isDaemon_MethodID_35' with '@MainActor' if property should only be accessed from the main actor
    private static var isDaemon_MethodID_35: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:642:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isDaemon_MethodID_35: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:656:24: warning: static property 'isInterrupted_MethodID_36' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isInterrupted_MethodID_36: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:656:24: note: convert 'isInterrupted_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isInterrupted_MethodID_36: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:656:24: note: annotate 'isInterrupted_MethodID_36' with '@MainActor' if property should only be accessed from the main actor
    private static var isInterrupted_MethodID_36: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:656:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isInterrupted_MethodID_36: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:668:24: warning: static property 'join_MethodID_37' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var join_MethodID_37: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:668:24: note: convert 'join_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
    private static var join_MethodID_37: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:668:24: note: annotate 'join_MethodID_37' with '@MainActor' if property should only be accessed from the main actor
    private static var join_MethodID_37: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:668:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var join_MethodID_37: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:687:24: warning: static property 'join_MethodID_38' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var join_MethodID_38: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:687:24: note: convert 'join_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
    private static var join_MethodID_38: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:687:24: note: annotate 'join_MethodID_38' with '@MainActor' if property should only be accessed from the main actor
    private static var join_MethodID_38: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:687:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var join_MethodID_38: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: warning: static property 'join_MethodID_39' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var join_MethodID_39: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: note: convert 'join_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
    private static var join_MethodID_39: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: note: annotate 'join_MethodID_39' with '@MainActor' if property should only be accessed from the main actor
    private static var join_MethodID_39: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var join_MethodID_39: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: warning: static property 'resume_MethodID_40' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var resume_MethodID_40: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: note: convert 'resume_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
    private static var resume_MethodID_40: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: note: annotate 'resume_MethodID_40' with '@MainActor' if property should only be accessed from the main actor
    private static var resume_MethodID_40: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var resume_MethodID_40: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: warning: static property 'run_MethodID_41' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var run_MethodID_41: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: note: convert 'run_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
    private static var run_MethodID_41: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: note: annotate 'run_MethodID_41' with '@MainActor' if property should only be accessed from the main actor
    private static var run_MethodID_41: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var run_MethodID_41: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: warning: static property 'setContextClassLoader_MethodID_42' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setContextClassLoader_MethodID_42: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: note: convert 'setContextClassLoader_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setContextClassLoader_MethodID_42: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: note: annotate 'setContextClassLoader_MethodID_42' with '@MainActor' if property should only be accessed from the main actor
    private static var setContextClassLoader_MethodID_42: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setContextClassLoader_MethodID_42: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: warning: static property 'setDaemon_MethodID_43' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setDaemon_MethodID_43: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: note: convert 'setDaemon_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setDaemon_MethodID_43: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: note: annotate 'setDaemon_MethodID_43' with '@MainActor' if property should only be accessed from the main actor
    private static var setDaemon_MethodID_43: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setDaemon_MethodID_43: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: warning: static property 'setName_MethodID_44' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setName_MethodID_44: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: note: convert 'setName_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setName_MethodID_44: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: note: annotate 'setName_MethodID_44' with '@MainActor' if property should only be accessed from the main actor
    private static var setName_MethodID_44: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setName_MethodID_44: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: warning: static property 'setPriority_MethodID_45' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setPriority_MethodID_45: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: note: convert 'setPriority_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setPriority_MethodID_45: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: note: annotate 'setPriority_MethodID_45' with '@MainActor' if property should only be accessed from the main actor
    private static var setPriority_MethodID_45: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setPriority_MethodID_45: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: warning: static property 'setUncaughtExceptionHandler_MethodID_46' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: note: convert 'setUncaughtExceptionHandler_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: note: annotate 'setUncaughtExceptionHandler_MethodID_46' with '@MainActor' if property should only be accessed from the main actor
    private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: warning: static property 'start_MethodID_47' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var start_MethodID_47: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: note: convert 'start_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
    private static var start_MethodID_47: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: note: annotate 'start_MethodID_47' with '@MainActor' if property should only be accessed from the main actor
    private static var start_MethodID_47: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var start_MethodID_47: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: warning: static property 'stop_MethodID_48' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var stop_MethodID_48: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: note: convert 'stop_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
    private static var stop_MethodID_48: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: note: annotate 'stop_MethodID_48' with '@MainActor' if property should only be accessed from the main actor
    private static var stop_MethodID_48: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var stop_MethodID_48: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: warning: static property 'stop_MethodID_49' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var stop_MethodID_49: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: note: convert 'stop_MethodID_49' to a 'let' constant to make 'Sendable' shared state immutable
    private static var stop_MethodID_49: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: note: annotate 'stop_MethodID_49' with '@MainActor' if property should only be accessed from the main actor
    private static var stop_MethodID_49: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var stop_MethodID_49: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: warning: static property 'suspend_MethodID_50' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var suspend_MethodID_50: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: note: convert 'suspend_MethodID_50' to a 'let' constant to make 'Sendable' shared state immutable
    private static var suspend_MethodID_50: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: note: annotate 'suspend_MethodID_50' with '@MainActor' if property should only be accessed from the main actor
    private static var suspend_MethodID_50: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var suspend_MethodID_50: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:6:12: warning: class 'JavaThread' must restate inherited '@unchecked Sendable' conformance
open class JavaThread: JavaObject, Runnable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:20:24: warning: static property 'RunnableJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var RunnableJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:20:24: note: convert 'RunnableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var RunnableJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:20:24: note: annotate 'RunnableJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var RunnableJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:20:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var RunnableJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:24:24: warning: static property 'run_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var run_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:24:24: note: convert 'run_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var run_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:24:24: note: annotate 'run_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    private static var run_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:24:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var run_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:18:12: warning: class 'RunnableForward' must restate inherited '@unchecked Sendable' conformance
open class RunnableForward: JNIObjectForward, Runnable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:43:28: warning: static property '_proxyClass' is not concurrency-safe because non-'Sendable' type 'jclass' (aka 'OpaquePointer') may have shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static let _proxyClass: jclass = {
                           ^
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
@frozen public struct OpaquePointer {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:43:28: note: annotate '_proxyClass' with '@MainActor' if property should only be accessed from the main actor
    fileprivate static let _proxyClass: jclass = {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:43:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static let _proxyClass: jclass = {
                           ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:47:48: error: cannot find 'strdup' in scope
        natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:47:76: error: cannot find 'strdup' in scope
        natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
                                                                           ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:49:48: error: cannot find 'strdup' in scope
        natives.append( JNINativeMethod( name: strdup("__finalize"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( JNIReleasableProxy__finalize_thunk, to: UnsafeMutableRawPointer.self ) ) )
                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:49:81: error: cannot find 'strdup' in scope
        natives.append( JNINativeMethod( name: strdup("__finalize"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( JNIReleasableProxy__finalize_thunk, to: UnsafeMutableRawPointer.self ) ) )
                                                                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:15:24: warning: static property 'ThrowableJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ThrowableJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:15:24: note: convert 'ThrowableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ThrowableJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:15:24: note: annotate 'ThrowableJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var ThrowableJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ThrowableJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:47:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:47:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:47:24: note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:59:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:59:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:59:24: note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:76:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:76:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:76:24: note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:76:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:94:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:94:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:94:24: note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:94:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:114:24: warning: static property 'new_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:114:24: note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:114:24: note: annotate 'new_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:114:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:131:24: warning: static property 'addSuppressed_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var addSuppressed_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:131:24: note: convert 'addSuppressed_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var addSuppressed_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:131:24: note: annotate 'addSuppressed_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    private static var addSuppressed_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:131:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var addSuppressed_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:148:24: warning: static property 'fillInStackTrace_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var fillInStackTrace_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:148:24: note: convert 'fillInStackTrace_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var fillInStackTrace_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:148:24: note: annotate 'fillInStackTrace_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    private static var fillInStackTrace_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:148:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var fillInStackTrace_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:161:24: warning: static property 'getCause_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getCause_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:161:24: note: convert 'getCause_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getCause_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:161:24: note: annotate 'getCause_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    private static var getCause_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:161:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getCause_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:174:24: warning: static property 'getLocalizedMessage_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getLocalizedMessage_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:174:24: note: convert 'getLocalizedMessage_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLocalizedMessage_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:174:24: note: annotate 'getLocalizedMessage_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    private static var getLocalizedMessage_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:174:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLocalizedMessage_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:187:24: warning: static property 'getMessage_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getMessage_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:187:24: note: convert 'getMessage_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getMessage_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:187:24: note: annotate 'getMessage_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    private static var getMessage_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:187:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getMessage_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:202:24: warning: static property 'getStackTrace_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getStackTrace_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:202:24: note: convert 'getStackTrace_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getStackTrace_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:202:24: note: annotate 'getStackTrace_MethodID_11' with '@MainActor' if property should only be accessed from the main actor
    private static var getStackTrace_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:202:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getStackTrace_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:222:24: warning: static property 'getSuppressed_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getSuppressed_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:222:24: note: convert 'getSuppressed_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getSuppressed_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:222:24: note: annotate 'getSuppressed_MethodID_12' with '@MainActor' if property should only be accessed from the main actor
    private static var getSuppressed_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:222:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getSuppressed_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:234:24: warning: static property 'initCause_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var initCause_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:234:24: note: convert 'initCause_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var initCause_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:234:24: note: annotate 'initCause_MethodID_13' with '@MainActor' if property should only be accessed from the main actor
    private static var initCause_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:234:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var initCause_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:255:24: warning: static property 'printStackTrace_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var printStackTrace_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:255:24: note: convert 'printStackTrace_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var printStackTrace_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:255:24: note: annotate 'printStackTrace_MethodID_14' with '@MainActor' if property should only be accessed from the main actor
    private static var printStackTrace_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:255:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var printStackTrace_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:272:24: warning: static property 'printStackTrace_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var printStackTrace_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:272:24: note: convert 'printStackTrace_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var printStackTrace_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:272:24: note: annotate 'printStackTrace_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    private static var printStackTrace_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:272:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var printStackTrace_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:285:24: warning: static property 'setStackTrace_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setStackTrace_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:285:24: note: convert 'setStackTrace_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setStackTrace_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:285:24: note: annotate 'setStackTrace_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    private static var setStackTrace_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:285:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setStackTrace_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:304:24: warning: static property 'classGetNameMethod' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var classGetNameMethod: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:304:24: note: convert 'classGetNameMethod' to a 'let' constant to make 'Sendable' shared state immutable
    private static var classGetNameMethod: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:304:24: note: annotate 'classGetNameMethod' with '@MainActor' if property should only be accessed from the main actor
    private static var classGetNameMethod: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:304:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var classGetNameMethod: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:6:12: warning: class 'Throwable' must restate inherited '@unchecked Sendable' conformance
open class Throwable: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
           ^
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ java_swift (in target 'java_swift' from project 'java_swift')
	EmitSwiftModule normal arm64 (in target 'java_swift' from project 'java_swift')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ java_swift (in target 'java_swift' from project 'java_swift')
	EmitSwiftModule normal armv7k (in target 'java_swift' from project 'java_swift')
	Building workspace spi-builder-workspace with scheme java_swift
(5 failures)
BUILD FAILURE 6.0 watchOS