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 2.5.1 (ef87de), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 07:57:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

    |                        |- note: convert 'setDefaultUncaughtExceptionHandler_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setDefaultUncaughtExceptionHandler_MethodID_17' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
389 |
390 |     open class func setDefaultUncaughtExceptionHandler( arg0: /* interface java.lang.Thread$UncaughtExceptionHandler */ UnavailableProtocol? ) {
/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
401 |     /// public static native void java.lang.Thread.sleep(long) throws java.lang.InterruptedException
402 |
403 |     private static var sleep_MethodID_18: jmethodID?
    |                        |- 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
    |                        |- note: convert 'sleep_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'sleep_MethodID_18' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
404 |
405 |     open class func sleep( arg0: Int64 ) throws /* java.lang.InterruptedException */ {
/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
420 |     /// public static void java.lang.Thread.sleep(long,int) throws java.lang.InterruptedException
421 |
422 |     private static var sleep_MethodID_19: jmethodID?
    |                        |- 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
    |                        |- note: convert 'sleep_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'sleep_MethodID_19' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
423 |
424 |     open class func sleep( arg0: Int64, arg1: Int ) throws /* java.lang.InterruptedException */ {
/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
440 |     /// public static native void java.lang.Thread.yield()
441 |
442 |     private static var yield_MethodID_20: jmethodID?
    |                        |- 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
    |                        |- note: convert 'yield_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'yield_MethodID_20' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
443 |
444 |     open class func yield() {
/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
459 |     /// public final void java.lang.Thread.checkAccess()
460 |
461 |     private static var checkAccess_MethodID_21: jmethodID?
    |                        |- 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
    |                        |- note: convert 'checkAccess_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'checkAccess_MethodID_21' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
462 |
463 |     open func checkAccess() {
/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
470 |     /// protected java.lang.Object java.lang.Thread.clone() throws java.lang.CloneNotSupportedException
471 |
472 |     private static var clone_MethodID_22: jmethodID?
    |                        |- 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
    |                        |- note: convert 'clone_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'clone_MethodID_22' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
473 |
474 |     override open func clone() throws /* java.lang.CloneNotSupportedException */ -> JavaObject! {
/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
487 |     /// public native int java.lang.Thread.countStackFrames()
488 |
489 |     private static var countStackFrames_MethodID_23: jmethodID?
    |                        |- 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
    |                        |- note: convert 'countStackFrames_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'countStackFrames_MethodID_23' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
490 |
491 |     open func countStackFrames() -> Int {
/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
499 |     /// public void java.lang.Thread.destroy()
500 |
501 |     private static var destroy_MethodID_24: jmethodID?
    |                        |- 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
    |                        |- note: convert 'destroy_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'destroy_MethodID_24' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
502 |
503 |     open func destroy() {
/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
514 |     /// public java.lang.ClassLoader java.lang.Thread.getContextClassLoader()
515 |
516 |     private static var getContextClassLoader_MethodID_25: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getContextClassLoader_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getContextClassLoader_MethodID_25' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
517 |
518 |     open func getContextClassLoader() -> /* class java.lang.ClassLoader */ UnavailableObject! {
/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
527 |     /// public long java.lang.Thread.getId()
528 |
529 |     private static var getId_MethodID_26: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getId_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getId_MethodID_26' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
530 |
531 |     open func getId() -> Int64 {
/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
539 |     /// public final java.lang.String java.lang.Thread.getName()
540 |
541 |     private static var getName_MethodID_27: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getName_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getName_MethodID_27' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
542 |
543 |     open func getName() -> String! {
/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
552 |     /// public final int java.lang.Thread.getPriority()
553 |
554 |     private static var getPriority_MethodID_28: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getPriority_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getPriority_MethodID_28' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
555 |
556 |     open func getPriority() -> Int {
/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
564 |     /// public java.lang.StackTraceElement[] java.lang.Thread.getStackTrace()
565 |
566 |     private static var getStackTrace_MethodID_29: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getStackTrace_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getStackTrace_MethodID_29' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
567 |
568 |     open func getStackTrace() -> [/* class java.lang.StackTraceElement */ UnavailableObject]! {
/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
576 |     /// public java.lang.Thread$State java.lang.Thread.getState()
577 |
578 |     private static var getState_MethodID_30: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getState_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getState_MethodID_30' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
579 |
580 |     open func getState() -> /* class java.lang.Thread$State */ UnavailableEnum! {
/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
589 |     /// public final java.lang.ThreadGroup java.lang.Thread.getThreadGroup()
590 |
591 |     private static var getThreadGroup_MethodID_31: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getThreadGroup_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getThreadGroup_MethodID_31' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
592 |
593 |     open func getThreadGroup() -> /* class java.lang.ThreadGroup */ UnavailableObject! {
/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
602 |     /// public java.lang.Thread$UncaughtExceptionHandler java.lang.Thread.getUncaughtExceptionHandler()
603 |
604 |     private static var getUncaughtExceptionHandler_MethodID_32: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getUncaughtExceptionHandler_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getUncaughtExceptionHandler_MethodID_32' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
605 |
606 |     open func getUncaughtExceptionHandler() -> /* interface java.lang.Thread$UncaughtExceptionHandler */ UnavailableProtocol! {
/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
615 |     /// public void java.lang.Thread.interrupt()
616 |
617 |     private static var interrupt_MethodID_33: jmethodID?
    |                        |- 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
    |                        |- note: convert 'interrupt_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'interrupt_MethodID_33' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
618 |
619 |     open func interrupt() {
/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
628 |     /// public final native boolean java.lang.Thread.isAlive()
629 |
630 |     private static var isAlive_MethodID_34: jmethodID?
    |                        |- 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
    |                        |- note: convert 'isAlive_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'isAlive_MethodID_34' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
631 |
632 |     open func isAlive() -> Bool {
/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
640 |     /// public final boolean java.lang.Thread.isDaemon()
641 |
642 |     private static var isDaemon_MethodID_35: jmethodID?
    |                        |- 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
    |                        |- note: convert 'isDaemon_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'isDaemon_MethodID_35' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
643 |
644 |     open func isDaemon() -> Bool {
/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
654 |     /// public boolean java.lang.Thread.isInterrupted()
655 |
656 |     private static var isInterrupted_MethodID_36: jmethodID?
    |                        |- 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
    |                        |- note: convert 'isInterrupted_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'isInterrupted_MethodID_36' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
657 |
658 |     open func isInterrupted() -> Bool {
/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
666 |     /// public final synchronized void java.lang.Thread.join(long) throws java.lang.InterruptedException
667 |
668 |     private static var join_MethodID_37: jmethodID?
    |                        |- 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
    |                        |- note: convert 'join_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'join_MethodID_37' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
669 |
670 |     open func join( arg0: Int64 ) throws /* java.lang.InterruptedException */ {
/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
685 |     /// public final synchronized void java.lang.Thread.join(long,int) throws java.lang.InterruptedException
686 |
687 |     private static var join_MethodID_38: jmethodID?
    |                        |- 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
    |                        |- note: convert 'join_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'join_MethodID_38' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
688 |
689 |     open func join( arg0: Int64, arg1: Int ) throws /* java.lang.InterruptedException */ {
/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
705 |     /// public final void java.lang.Thread.join() throws java.lang.InterruptedException
706 |
707 |     private static var join_MethodID_39: jmethodID?
    |                        |- 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
    |                        |- note: convert 'join_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'join_MethodID_39' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
708 |
709 |     open func join() throws /* java.lang.InterruptedException */ {
/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
720 |     /// public final void java.lang.Thread.resume()
721 |
722 |     private static var resume_MethodID_40: jmethodID?
    |                        |- 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
    |                        |- note: convert 'resume_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'resume_MethodID_40' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
723 |
724 |     open func resume() {
/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
733 |     /// public void java.lang.Thread.run()
734 |
735 |     private static var run_MethodID_41: jmethodID?
    |                        |- 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
    |                        |- note: convert 'run_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'run_MethodID_41' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
736 |
737 |     open func run() {
/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
744 |     /// public void java.lang.Thread.setContextClassLoader(java.lang.ClassLoader)
745 |
746 |     private static var setContextClassLoader_MethodID_42: jmethodID?
    |                        |- 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
    |                        |- note: convert 'setContextClassLoader_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setContextClassLoader_MethodID_42' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
747 |
748 |     open func setContextClassLoader( arg0: /* class java.lang.ClassLoader */ UnavailableObject? ) {
/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
759 |     /// public final void java.lang.Thread.setDaemon(boolean)
760 |
761 |     private static var setDaemon_MethodID_43: jmethodID?
    |                        |- 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
    |                        |- note: convert 'setDaemon_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setDaemon_MethodID_43' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
762 |
763 |     open func setDaemon( arg0: Bool ) {
/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
774 |     /// public final synchronized void java.lang.Thread.setName(java.lang.String)
775 |
776 |     private static var setName_MethodID_44: jmethodID?
    |                        |- 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
    |                        |- note: convert 'setName_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setName_MethodID_44' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
777 |
778 |     open func setName( arg0: String? ) {
/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
791 |     /// public final void java.lang.Thread.setPriority(int)
792 |
793 |     private static var setPriority_MethodID_45: jmethodID?
    |                        |- 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
    |                        |- note: convert 'setPriority_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setPriority_MethodID_45' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
794 |
795 |     open func setPriority( arg0: Int ) {
/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
808 |     /// public void java.lang.Thread.setUncaughtExceptionHandler(java.lang.Thread$UncaughtExceptionHandler)
809 |
810 |     private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
    |                        |- 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
    |                        |- note: convert 'setUncaughtExceptionHandler_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setUncaughtExceptionHandler_MethodID_46' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
811 |
812 |     open func setUncaughtExceptionHandler( arg0: /* interface java.lang.Thread$UncaughtExceptionHandler */ UnavailableProtocol? ) {
/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
823 |     /// public synchronized void java.lang.Thread.start()
824 |
825 |     private static var start_MethodID_47: jmethodID?
    |                        |- 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
    |                        |- note: convert 'start_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'start_MethodID_47' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
826 |
827 |     open func start() {
/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
836 |     /// public final synchronized void java.lang.Thread.stop(java.lang.Throwable)
837 |
838 |     private static var stop_MethodID_48: jmethodID?
    |                        |- 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
    |                        |- note: convert 'stop_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'stop_MethodID_48' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
839 |
840 |     open func stop( arg0: Throwable? ) {
/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
851 |     /// public final void java.lang.Thread.stop()
852 |
853 |     private static var stop_MethodID_49: jmethodID?
    |                        |- 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
    |                        |- note: convert 'stop_MethodID_49' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'stop_MethodID_49' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
854 |
855 |     open func stop() {
/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
864 |     /// public final void java.lang.Thread.suspend()
865 |
866 |     private static var suspend_MethodID_50: jmethodID?
    |                        |- 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
    |                        |- note: convert 'suspend_MethodID_50' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'suspend_MethodID_50' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
867 |
868 |     open func suspend() {
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:17: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
15 | open class RunnableForward: JNIObjectForward, Runnable {
16 |
17 |     private static var RunnableJNIClass: jclass?
   |                        |- 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
   |                        |- note: convert 'RunnableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'RunnableJNIClass' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     /// public abstract void java.lang.Runnable.run()
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:21: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
19 |     /// public abstract void java.lang.Runnable.run()
20 |
21 |     private static var run_MethodID_2: jmethodID?
   |                        |- 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
   |                        |- note: convert 'run_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'run_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     open func run() {
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:40: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
38 | fileprivate class RunnableLocal_: JNILocalProxy<Runnable, Any> {
39 |
40 |     fileprivate static let _proxyClass: jclass = {
   |                            |- 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
   |                            |- note: annotate '_proxyClass' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |         var natives = [JNINativeMethod]()
42 |
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:44:48: error: cannot find 'strdup' in scope
42 |
43 |         let Runnable_run_0_thunk: Runnable_run_0_type = Runnable_run_0
44 |         natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
   |                                                `- error: cannot find 'strdup' in scope
45 |
46 |         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:44:76: error: cannot find 'strdup' in scope
42 |
43 |         let Runnable_run_0_thunk: Runnable_run_0_type = Runnable_run_0
44 |         natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
   |                                                                            `- error: cannot find 'strdup' in scope
45 |
46 |         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:46:48: error: cannot find 'strdup' in scope
44 |         natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
45 |
46 |         natives.append( JNINativeMethod( name: strdup("__finalize"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( JNIReleasableProxy__finalize_thunk, to: UnsafeMutableRawPointer.self ) ) )
   |                                                `- error: cannot find 'strdup' in scope
47 |
48 |         let clazz = JNI.FindClass( proxyClassName() )
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:46:81: error: cannot find 'strdup' in scope
44 |         natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
45 |
46 |         natives.append( JNINativeMethod( name: strdup("__finalize"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( JNIReleasableProxy__finalize_thunk, to: UnsafeMutableRawPointer.self ) ) )
   |                                                                                 `- error: cannot find 'strdup' in scope
47 |
48 |         let clazz = JNI.FindClass( proxyClassName() )
/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
 13 |     }
 14 |
 15 |     private static var ThrowableJNIClass: jclass?
    |                        |- 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
    |                        |- note: convert 'ThrowableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'ThrowableJNIClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     /// static final boolean java.lang.Throwable.$assertionsDisabled
/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
 45 |     /// public java.lang.Throwable()
 46 |
 47 |     private static var new_MethodID_1: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 48 |
 49 |     public convenience init() {
/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
 57 |     /// public java.lang.Throwable(java.lang.String)
 58 |
 59 |     private static var new_MethodID_2: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 60 |
 61 |     public convenience init( arg0: String? ) {
/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
 74 |     /// public java.lang.Throwable(java.lang.String,java.lang.Throwable)
 75 |
 76 |     private static var new_MethodID_3: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 |
 78 |     public convenience init( arg0: String?, arg1: Throwable? ) {
/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
 92 |     /// protected java.lang.Throwable(java.lang.String,java.lang.Throwable,boolean,boolean)
 93 |
 94 |     private static var new_MethodID_4: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 |     public convenience init( arg0: String?, arg1: Throwable?, arg2: Bool, arg3: Bool ) {
/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
112 |     /// public java.lang.Throwable(java.lang.Throwable)
113 |
114 |     private static var new_MethodID_5: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |
116 |     public convenience init( arg0: Throwable? ) {
/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
129 |     /// public final synchronized void java.lang.Throwable.addSuppressed(java.lang.Throwable)
130 |
131 |     private static var addSuppressed_MethodID_6: jmethodID?
    |                        |- 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
    |                        |- note: convert 'addSuppressed_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'addSuppressed_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
132 |
133 |     open func addSuppressed( arg0: Throwable? ) {
/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
146 |     /// public synchronized java.lang.Throwable java.lang.Throwable.fillInStackTrace()
147 |
148 |     private static var fillInStackTrace_MethodID_7: jmethodID?
    |                        |- 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
    |                        |- note: convert 'fillInStackTrace_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'fillInStackTrace_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 |
150 |     open func fillInStackTrace() -> Throwable! {
/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
159 |     /// public synchronized java.lang.Throwable java.lang.Throwable.getCause()
160 |
161 |     private static var getCause_MethodID_8: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getCause_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getCause_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 |
163 |     open func getCause() -> Throwable! {
/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
172 |     /// public java.lang.String java.lang.Throwable.getLocalizedMessage()
173 |
174 |     private static var getLocalizedMessage_MethodID_9: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getLocalizedMessage_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getLocalizedMessage_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |
176 |     open func getLocalizedMessage() -> String! {
/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
185 |     /// public java.lang.String java.lang.Throwable.getMessage()
186 |
187 |     private static var getMessage_MethodID_10: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getMessage_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getMessage_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
188 |
189 |     open func getMessage() -> String! {
/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
200 |     /// public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
201 |
202 |     private static var getStackTrace_MethodID_11: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getStackTrace_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getStackTrace_MethodID_11' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
203 |
204 |     open func getStackTrace() -> [/* class java.lang.StackTraceElement */ UnavailableObject]! {
/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
220 |     /// public final synchronized java.lang.Throwable[] java.lang.Throwable.getSuppressed()
221 |
222 |     private static var getSuppressed_MethodID_12: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getSuppressed_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getSuppressed_MethodID_12' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
223 |
224 |     open func getSuppressed() -> [Throwable]! {
/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
232 |     /// public synchronized java.lang.Throwable java.lang.Throwable.initCause(java.lang.Throwable)
233 |
234 |     private static var initCause_MethodID_13: jmethodID?
    |                        |- 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
    |                        |- note: convert 'initCause_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'initCause_MethodID_13' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
235 |
236 |     open func initCause( arg0: Throwable? ) -> Throwable! {
/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
253 |     /// public void java.lang.Throwable.printStackTrace(java.io.PrintWriter)
254 |
255 |     private static var printStackTrace_MethodID_14: jmethodID?
    |                        |- 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
    |                        |- note: convert 'printStackTrace_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'printStackTrace_MethodID_14' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
256 |
257 |     open func printStackTrace( arg0: /* class java.io.PrintWriter */ UnavailableObject? ) {
/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
270 |     /// public void java.lang.Throwable.printStackTrace()
271 |
272 |     private static var printStackTrace_MethodID_15: jmethodID?
    |                        |- 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
    |                        |- note: convert 'printStackTrace_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'printStackTrace_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
273 |
274 |     open func printStackTrace() {
/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
283 |     /// public void java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[])
284 |
285 |     private static var setStackTrace_MethodID_16: jmethodID?
    |                        |- 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
    |                        |- note: convert 'setStackTrace_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setStackTrace_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
286 |
287 |     open func setStackTrace( arg0: [/* class java.lang.StackTraceElement */ UnavailableObject]? ) {
[11/18] Compiling java_swift JNIMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:39:12: warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }
 38 |
 39 | public let JNI = JNICore()
    |            |- warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 | open class JNICore {
    |            `- note: class 'JNICore' does not conform to the 'Sendable' protocol
 42 |
 43 |     open var jvm: UnsafeMutablePointer<JavaVM?>?
/Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift:173:24: warning: static property 'java_lang_StringClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
171 | extension JNIType {
172 |
173 |     private static var java_lang_StringClass: jclass?
    |                        |- warning: static property 'java_lang_StringClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'java_lang_StringClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'java_lang_StringClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
174 |
175 |     public static func toJavaArray<T>( value: [T]?, locals: UnsafeMutablePointer<[jobject]> ,
[12/18] Compiling java_swift JNIObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:39:12: warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }
 38 |
 39 | public let JNI = JNICore()
    |            |- warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 | open class JNICore {
    |            `- note: class 'JNICore' does not conform to the 'Sendable' protocol
 42 |
 43 |     open var jvm: UnsafeMutablePointer<JavaVM?>?
/Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift:173:24: warning: static property 'java_lang_StringClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
171 | extension JNIType {
172 |
173 |     private static var java_lang_StringClass: jclass?
    |                        |- warning: static property 'java_lang_StringClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'java_lang_StringClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'java_lang_StringClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
174 |
175 |     public static func toJavaArray<T>( value: [T]?, locals: UnsafeMutablePointer<[jobject]> ,
[13/18] Compiling java_swift Exception.swift
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:15:24: warning: static property 'ExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |     }
 14 |
 15 |     private static var ExceptionJNIClass: jclass?
    |                        |- warning: static property 'ExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'ExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'ExceptionJNIClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     /// static final long java.lang.Exception.serialVersionUID
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:51: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
 49 |     /// public java.lang.Exception()
 50 |
 51 |     private static var new_MethodID_1: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 52 |
 53 |     public convenience init() {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:63: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
 61 |     /// public java.lang.Exception(java.lang.String)
 62 |
 63 |     private static var new_MethodID_2: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 |
 65 |     public convenience init( arg0: String? ) {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:80: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
 78 |     /// public java.lang.Exception(java.lang.String,java.lang.Throwable)
 79 |
 80 |     private static var new_MethodID_3: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 81 |
 82 |     public convenience init( arg0: String?, arg1: Throwable? ) {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:98: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
 96 |     /// protected java.lang.Exception(java.lang.String,java.lang.Throwable,boolean,boolean)
 97 |
 98 |     private static var new_MethodID_4: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 99 |
100 |     public convenience init( arg0: String?, arg1: Throwable?, arg2: Bool, arg3: Bool ) {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:118: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
116 |     /// public java.lang.Exception(java.lang.Throwable)
117 |
118 |     private static var new_MethodID_5: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
119 |
120 |     public convenience init( arg0: Throwable? ) {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:6:12: warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
  4 | /// class java.lang.Exception ///
  5 |
  6 | open class Exception: Throwable {
    |            `- warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
  7 |
  8 |     public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:39:12: warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }
 38 |
 39 | public let JNI = JNICore()
    |            |- warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 | open class JNICore {
    |            `- note: class 'JNICore' does not conform to the 'Sendable' protocol
 42 |
 43 |     open var jvm: UnsafeMutablePointer<JavaVM?>?
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:15:24: warning: static property 'HashMapJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |     }
 14 |
 15 |     private static var HashMapJNIClass: jclass?
    |                        |- warning: static property 'HashMapJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'HashMapJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'HashMapJNIClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     /// static final int java.util.HashMap.DEFAULT_INITIAL_CAPACITY
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:77: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
 75 |     /// public java.util.HashMap()
 76 |
 77 |     private static var new_MethodID_1: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 78 |
 79 |     public convenience init() {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:89: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
 87 |     /// public java.util.HashMap(int)
 88 |
 89 |     private static var new_MethodID_2: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 |
 91 |     public convenience init( initialCapacity: Int ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:106: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
104 |     /// public java.util.HashMap(int,float)
105 |
106 |     private static var new_MethodID_3: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 |
108 |     public convenience init( initialCapacity: Int, loadFactor: Float ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:124: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
122 |     /// public java.util.HashMap(java.util.Map)
123 |
124 |     private static var new_MethodID_4: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 |
126 |     public convenience init( m: JavaMap? ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:173:24: warning: static property 'clear_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
171 |     /// public void java.util.HashMap.clear()
172 |
173 |     private static var clear_MethodID_5: jmethodID?
    |                        |- warning: static property 'clear_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'clear_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'clear_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
174 |
175 |     open func clear() {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:184:24: warning: static property 'clone_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
182 |     /// public java.lang.Object java.util.HashMap.clone()
183 |
184 |     private static var clone_MethodID_6: jmethodID?
    |                        |- warning: static property 'clone_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'clone_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'clone_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
185 |
186 |     override open func clone() -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:197:24: warning: static property 'compute_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
195 |     /// public java.lang.Object java.util.HashMap.compute(java.lang.Object,java.util.function.BiFunction)
196 |
197 |     private static var compute_MethodID_7: jmethodID?
    |                        |- warning: static property 'compute_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'compute_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'compute_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |
199 |     open func compute( arg0: JavaObject?, arg1: /* interface java.util.function.BiFunction */ UnavailableProtocol? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:215:24: warning: static property 'computeIfAbsent_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
213 |     /// public java.lang.Object java.util.HashMap.computeIfAbsent(java.lang.Object,java.util.function.Function)
214 |
215 |     private static var computeIfAbsent_MethodID_8: jmethodID?
    |                        |- warning: static property 'computeIfAbsent_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'computeIfAbsent_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'computeIfAbsent_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
216 |
217 |     open func computeIfAbsent( arg0: JavaObject?, arg1: /* interface java.util.function.Function */ UnavailableProtocol? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:233:24: warning: static property 'computeIfPresent_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
231 |     /// public java.lang.Object java.util.HashMap.computeIfPresent(java.lang.Object,java.util.function.BiFunction)
232 |
233 |     private static var computeIfPresent_MethodID_9: jmethodID?
    |                        |- warning: static property 'computeIfPresent_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'computeIfPresent_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'computeIfPresent_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
234 |
235 |     open func computeIfPresent( arg0: JavaObject?, arg1: /* interface java.util.function.BiFunction */ UnavailableProtocol? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:251:24: warning: static property 'containsKey_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
249 |     /// public boolean java.util.HashMap.containsKey(java.lang.Object)
250 |
251 |     private static var containsKey_MethodID_10: jmethodID?
    |                        |- warning: static property 'containsKey_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'containsKey_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'containsKey_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |
253 |     open func containsKey( arg0: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:267:24: warning: static property 'containsValue_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
265 |     /// public boolean java.util.HashMap.containsValue(java.lang.Object)
266 |
267 |     private static var containsValue_MethodID_11: jmethodID?
    |                        |- warning: static property 'containsValue_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'containsValue_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'containsValue_MethodID_11' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 |
269 |     open func containsValue( arg0: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:283:24: warning: static property 'entrySet_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
281 |     /// public java.util.Set java.util.HashMap.entrySet()
282 |
283 |     private static var entrySet_MethodID_12: jmethodID?
    |                        |- warning: static property 'entrySet_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'entrySet_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'entrySet_MethodID_12' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
284 |
285 |     open func entrySet() -> JavaSet! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:296:24: warning: static property 'forEach_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
294 |     /// public void java.util.HashMap.forEach(java.util.function.BiConsumer)
295 |
296 |     private static var forEach_MethodID_13: jmethodID?
    |                        |- warning: static property 'forEach_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'forEach_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'forEach_MethodID_13' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
297 |
298 |     open func forEach( arg0: /* interface java.util.function.BiConsumer */ UnavailableProtocol? ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:311:24: warning: static property 'get_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
309 |     /// public java.lang.Object java.util.HashMap.get(java.lang.Object)
310 |
311 |     private static var get_MethodID_14: jmethodID?
    |                        |- warning: static property 'get_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'get_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'get_MethodID_14' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
312 |
313 |     open func get( arg0: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:332:24: warning: static property 'getOrDefault_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
330 |     /// public java.lang.Object java.util.HashMap.getOrDefault(java.lang.Object,java.lang.Object)
331 |
332 |     private static var getOrDefault_MethodID_15: jmethodID?
    |                        |- warning: static property 'getOrDefault_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getOrDefault_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getOrDefault_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
333 |
334 |     open func getOrDefault( arg0: JavaObject?, arg1: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:354:24: warning: static property 'isEmpty_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
352 |     /// public boolean java.util.HashMap.isEmpty()
353 |
354 |     private static var isEmpty_MethodID_16: jmethodID?
    |                        |- warning: static property 'isEmpty_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'isEmpty_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'isEmpty_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
355 |
356 |     open func isEmpty() -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:366:24: warning: static property 'keySet_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
364 |     /// public java.util.Set java.util.HashMap.keySet()
365 |
366 |     private static var keySet_MethodID_17: jmethodID?
    |                        |- warning: static property 'keySet_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'keySet_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'keySet_MethodID_17' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
367 |
368 |     open func keySet() -> JavaSet! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:383:24: warning: static property 'merge_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
381 |     /// public java.lang.Object java.util.HashMap.merge(java.lang.Object,java.lang.Object,java.util.function.BiFunction)
382 |
383 |     private static var merge_MethodID_18: jmethodID?
    |                        |- warning: static property 'merge_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'merge_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'merge_MethodID_18' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
384 |
385 |     open func merge( arg0: JavaObject?, arg1: JavaObject?, arg2: /* interface java.util.function.BiFunction */ UnavailableProtocol? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:410:24: warning: static property 'put_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
408 |     /// public java.lang.Object java.util.HashMap.put(java.lang.Object,java.lang.Object)
409 |
410 |     private static var put_MethodID_19: jmethodID?
    |                        |- warning: static property 'put_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'put_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'put_MethodID_19' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
411 |
412 |     open func put( arg0: JavaObject?, arg1: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:428:24: warning: static property 'putAll_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
426 |     /// public void java.util.HashMap.putAll(java.util.Map)
427 |
428 |     private static var putAll_MethodID_20: jmethodID?
    |                        |- warning: static property 'putAll_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'putAll_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'putAll_MethodID_20' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
429 |
430 |     open func putAll( arg0: JavaMap? ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:443:24: warning: static property 'putIfAbsent_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
441 |     /// public java.lang.Object java.util.HashMap.putIfAbsent(java.lang.Object,java.lang.Object)
442 |
443 |     private static var putIfAbsent_MethodID_21: jmethodID?
    |                        |- warning: static property 'putIfAbsent_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'putIfAbsent_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'putIfAbsent_MethodID_21' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
444 |
445 |     open func putIfAbsent( arg0: JavaObject?, arg1: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:475:24: warning: static property 'remove_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
473 |     /// public java.lang.Object java.util.HashMap.remove(java.lang.Object)
474 |
475 |     private static var remove_MethodID_22: jmethodID?
    |                        |- warning: static property 'remove_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'remove_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'remove_MethodID_22' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
476 |
477 |     open func remove( arg0: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:492:24: warning: static property 'remove_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
490 |     /// public boolean java.util.HashMap.remove(java.lang.Object,java.lang.Object)
491 |
492 |     private static var remove_MethodID_23: jmethodID?
    |                        |- warning: static property 'remove_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'remove_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'remove_MethodID_23' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
493 |
494 |     open func remove( arg0: JavaObject?, arg1: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:513:24: warning: static property 'replace_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
511 |     /// public java.lang.Object java.util.HashMap.replace(java.lang.Object,java.lang.Object)
512 |
513 |     private static var replace_MethodID_24: jmethodID?
    |                        |- warning: static property 'replace_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'replace_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'replace_MethodID_24' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
514 |
515 |     open func replace( arg0: JavaObject?, arg1: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:531:24: warning: static property 'replace_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
529 |     /// public boolean java.util.HashMap.replace(java.lang.Object,java.lang.Object,java.lang.Object)
530 |
531 |     private static var replace_MethodID_25: jmethodID?
    |                        |- warning: static property 'replace_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'replace_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'replace_MethodID_25' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
532 |
533 |     open func replace( arg0: JavaObject?, arg1: JavaObject?, arg2: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:549:24: warning: static property 'replaceAll_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
547 |     /// public void java.util.HashMap.replaceAll(java.util.function.BiFunction)
548 |
549 |     private static var replaceAll_MethodID_26: jmethodID?
    |                        |- warning: static property 'replaceAll_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'replaceAll_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'replaceAll_MethodID_26' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
550 |
551 |     open func replaceAll( arg0: /* interface java.util.function.BiFunction */ UnavailableProtocol? ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:576:24: warning: static property 'size_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
574 |     /// public int java.util.HashMap.size()
575 |
576 |     private static var size_MethodID_27: jmethodID?
    |                        |- warning: static property 'size_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'size_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'size_MethodID_27' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
577 |
578 |     open func size() -> Int {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:592:24: warning: static property 'values_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
590 |     /// public java.util.Collection java.util.HashMap.values()
591 |
592 |     private static var values_MethodID_28: jmethodID?
    |                        |- warning: static property 'values_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'values_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'values_MethodID_28' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
593 |
594 |     open func values() -> /* interface java.util.Collection */ UnavailableProtocol! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:609:24: warning: static property 'equals_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
607 |     /// public abstract boolean java.util.Map.equals(java.lang.Object)
608 |
609 |     private static var equals_MethodID_29: jmethodID?
    |                        |- warning: static property 'equals_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'equals_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'equals_MethodID_29' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
610 |
611 |     override open func equals( arg0: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:625:24: warning: static property 'hashCode_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
623 |     /// public abstract int java.util.Map.hashCode()
624 |
625 |     private static var hashCode_MethodID_30: jmethodID?
    |                        |- warning: static property 'hashCode_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'hashCode_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'hashCode_MethodID_30' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
626 |
627 |     override open func hashCode() -> Int {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:6:12: warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
  4 | /// class java.util.HashMap ///
  5 |
  6 | open class HashMap: /* class java.util.AbstractMap */ UnavailableObject {
    |            `- warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
  7 |
  8 |     public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[14/18] Compiling java_swift HashMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:15:24: warning: static property 'ExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |     }
 14 |
 15 |     private static var ExceptionJNIClass: jclass?
    |                        |- warning: static property 'ExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'ExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'ExceptionJNIClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     /// static final long java.lang.Exception.serialVersionUID
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:51: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
 49 |     /// public java.lang.Exception()
 50 |
 51 |     private static var new_MethodID_1: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 52 |
 53 |     public convenience init() {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:63: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
 61 |     /// public java.lang.Exception(java.lang.String)
 62 |
 63 |     private static var new_MethodID_2: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 |
 65 |     public convenience init( arg0: String? ) {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:80: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
 78 |     /// public java.lang.Exception(java.lang.String,java.lang.Throwable)
 79 |
 80 |     private static var new_MethodID_3: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 81 |
 82 |     public convenience init( arg0: String?, arg1: Throwable? ) {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:98: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
 96 |     /// protected java.lang.Exception(java.lang.String,java.lang.Throwable,boolean,boolean)
 97 |
 98 |     private static var new_MethodID_4: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 99 |
100 |     public convenience init( arg0: String?, arg1: Throwable?, arg2: Bool, arg3: Bool ) {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:118: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
116 |     /// public java.lang.Exception(java.lang.Throwable)
117 |
118 |     private static var new_MethodID_5: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
119 |
120 |     public convenience init( arg0: Throwable? ) {
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:6:12: warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
  4 | /// class java.lang.Exception ///
  5 |
  6 | open class Exception: Throwable {
    |            `- warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
  7 |
  8 |     public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:39:12: warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }
 38 |
 39 | public let JNI = JNICore()
    |            |- warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 | open class JNICore {
    |            `- note: class 'JNICore' does not conform to the 'Sendable' protocol
 42 |
 43 |     open var jvm: UnsafeMutablePointer<JavaVM?>?
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:15:24: warning: static property 'HashMapJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |     }
 14 |
 15 |     private static var HashMapJNIClass: jclass?
    |                        |- warning: static property 'HashMapJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'HashMapJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'HashMapJNIClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     /// static final int java.util.HashMap.DEFAULT_INITIAL_CAPACITY
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:77: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
 75 |     /// public java.util.HashMap()
 76 |
 77 |     private static var new_MethodID_1: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 78 |
 79 |     public convenience init() {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:89: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
 87 |     /// public java.util.HashMap(int)
 88 |
 89 |     private static var new_MethodID_2: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 |
 91 |     public convenience init( initialCapacity: Int ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:106: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
104 |     /// public java.util.HashMap(int,float)
105 |
106 |     private static var new_MethodID_3: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 |
108 |     public convenience init( initialCapacity: Int, loadFactor: Float ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:124: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
122 |     /// public java.util.HashMap(java.util.Map)
123 |
124 |     private static var new_MethodID_4: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 |
126 |     public convenience init( m: JavaMap? ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:173:24: warning: static property 'clear_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
171 |     /// public void java.util.HashMap.clear()
172 |
173 |     private static var clear_MethodID_5: jmethodID?
    |                        |- warning: static property 'clear_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'clear_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'clear_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
174 |
175 |     open func clear() {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:184:24: warning: static property 'clone_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
182 |     /// public java.lang.Object java.util.HashMap.clone()
183 |
184 |     private static var clone_MethodID_6: jmethodID?
    |                        |- warning: static property 'clone_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'clone_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'clone_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
185 |
186 |     override open func clone() -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:197:24: warning: static property 'compute_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
195 |     /// public java.lang.Object java.util.HashMap.compute(java.lang.Object,java.util.function.BiFunction)
196 |
197 |     private static var compute_MethodID_7: jmethodID?
    |                        |- warning: static property 'compute_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'compute_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'compute_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
198 |
199 |     open func compute( arg0: JavaObject?, arg1: /* interface java.util.function.BiFunction */ UnavailableProtocol? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:215:24: warning: static property 'computeIfAbsent_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
213 |     /// public java.lang.Object java.util.HashMap.computeIfAbsent(java.lang.Object,java.util.function.Function)
214 |
215 |     private static var computeIfAbsent_MethodID_8: jmethodID?
    |                        |- warning: static property 'computeIfAbsent_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'computeIfAbsent_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'computeIfAbsent_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
216 |
217 |     open func computeIfAbsent( arg0: JavaObject?, arg1: /* interface java.util.function.Function */ UnavailableProtocol? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:233:24: warning: static property 'computeIfPresent_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
231 |     /// public java.lang.Object java.util.HashMap.computeIfPresent(java.lang.Object,java.util.function.BiFunction)
232 |
233 |     private static var computeIfPresent_MethodID_9: jmethodID?
    |                        |- warning: static property 'computeIfPresent_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'computeIfPresent_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'computeIfPresent_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
234 |
235 |     open func computeIfPresent( arg0: JavaObject?, arg1: /* interface java.util.function.BiFunction */ UnavailableProtocol? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:251:24: warning: static property 'containsKey_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
249 |     /// public boolean java.util.HashMap.containsKey(java.lang.Object)
250 |
251 |     private static var containsKey_MethodID_10: jmethodID?
    |                        |- warning: static property 'containsKey_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'containsKey_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'containsKey_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
252 |
253 |     open func containsKey( arg0: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:267:24: warning: static property 'containsValue_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
265 |     /// public boolean java.util.HashMap.containsValue(java.lang.Object)
266 |
267 |     private static var containsValue_MethodID_11: jmethodID?
    |                        |- warning: static property 'containsValue_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'containsValue_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'containsValue_MethodID_11' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 |
269 |     open func containsValue( arg0: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:283:24: warning: static property 'entrySet_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
281 |     /// public java.util.Set java.util.HashMap.entrySet()
282 |
283 |     private static var entrySet_MethodID_12: jmethodID?
    |                        |- warning: static property 'entrySet_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'entrySet_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'entrySet_MethodID_12' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
284 |
285 |     open func entrySet() -> JavaSet! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:296:24: warning: static property 'forEach_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
294 |     /// public void java.util.HashMap.forEach(java.util.function.BiConsumer)
295 |
296 |     private static var forEach_MethodID_13: jmethodID?
    |                        |- warning: static property 'forEach_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'forEach_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'forEach_MethodID_13' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
297 |
298 |     open func forEach( arg0: /* interface java.util.function.BiConsumer */ UnavailableProtocol? ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:311:24: warning: static property 'get_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
309 |     /// public java.lang.Object java.util.HashMap.get(java.lang.Object)
310 |
311 |     private static var get_MethodID_14: jmethodID?
    |                        |- warning: static property 'get_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'get_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'get_MethodID_14' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
312 |
313 |     open func get( arg0: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:332:24: warning: static property 'getOrDefault_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
330 |     /// public java.lang.Object java.util.HashMap.getOrDefault(java.lang.Object,java.lang.Object)
331 |
332 |     private static var getOrDefault_MethodID_15: jmethodID?
    |                        |- warning: static property 'getOrDefault_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getOrDefault_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getOrDefault_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
333 |
334 |     open func getOrDefault( arg0: JavaObject?, arg1: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:354:24: warning: static property 'isEmpty_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
352 |     /// public boolean java.util.HashMap.isEmpty()
353 |
354 |     private static var isEmpty_MethodID_16: jmethodID?
    |                        |- warning: static property 'isEmpty_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'isEmpty_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'isEmpty_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
355 |
356 |     open func isEmpty() -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:366:24: warning: static property 'keySet_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
364 |     /// public java.util.Set java.util.HashMap.keySet()
365 |
366 |     private static var keySet_MethodID_17: jmethodID?
    |                        |- warning: static property 'keySet_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'keySet_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'keySet_MethodID_17' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
367 |
368 |     open func keySet() -> JavaSet! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:383:24: warning: static property 'merge_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
381 |     /// public java.lang.Object java.util.HashMap.merge(java.lang.Object,java.lang.Object,java.util.function.BiFunction)
382 |
383 |     private static var merge_MethodID_18: jmethodID?
    |                        |- warning: static property 'merge_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'merge_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'merge_MethodID_18' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
384 |
385 |     open func merge( arg0: JavaObject?, arg1: JavaObject?, arg2: /* interface java.util.function.BiFunction */ UnavailableProtocol? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:410:24: warning: static property 'put_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
408 |     /// public java.lang.Object java.util.HashMap.put(java.lang.Object,java.lang.Object)
409 |
410 |     private static var put_MethodID_19: jmethodID?
    |                        |- warning: static property 'put_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'put_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'put_MethodID_19' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
411 |
412 |     open func put( arg0: JavaObject?, arg1: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:428:24: warning: static property 'putAll_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
426 |     /// public void java.util.HashMap.putAll(java.util.Map)
427 |
428 |     private static var putAll_MethodID_20: jmethodID?
    |                        |- warning: static property 'putAll_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'putAll_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'putAll_MethodID_20' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
429 |
430 |     open func putAll( arg0: JavaMap? ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:443:24: warning: static property 'putIfAbsent_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
441 |     /// public java.lang.Object java.util.HashMap.putIfAbsent(java.lang.Object,java.lang.Object)
442 |
443 |     private static var putIfAbsent_MethodID_21: jmethodID?
    |                        |- warning: static property 'putIfAbsent_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'putIfAbsent_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'putIfAbsent_MethodID_21' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
444 |
445 |     open func putIfAbsent( arg0: JavaObject?, arg1: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:475:24: warning: static property 'remove_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
473 |     /// public java.lang.Object java.util.HashMap.remove(java.lang.Object)
474 |
475 |     private static var remove_MethodID_22: jmethodID?
    |                        |- warning: static property 'remove_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'remove_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'remove_MethodID_22' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
476 |
477 |     open func remove( arg0: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:492:24: warning: static property 'remove_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
490 |     /// public boolean java.util.HashMap.remove(java.lang.Object,java.lang.Object)
491 |
492 |     private static var remove_MethodID_23: jmethodID?
    |                        |- warning: static property 'remove_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'remove_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'remove_MethodID_23' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
493 |
494 |     open func remove( arg0: JavaObject?, arg1: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:513:24: warning: static property 'replace_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
511 |     /// public java.lang.Object java.util.HashMap.replace(java.lang.Object,java.lang.Object)
512 |
513 |     private static var replace_MethodID_24: jmethodID?
    |                        |- warning: static property 'replace_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'replace_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'replace_MethodID_24' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
514 |
515 |     open func replace( arg0: JavaObject?, arg1: JavaObject? ) -> JavaObject! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:531:24: warning: static property 'replace_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
529 |     /// public boolean java.util.HashMap.replace(java.lang.Object,java.lang.Object,java.lang.Object)
530 |
531 |     private static var replace_MethodID_25: jmethodID?
    |                        |- warning: static property 'replace_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'replace_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'replace_MethodID_25' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
532 |
533 |     open func replace( arg0: JavaObject?, arg1: JavaObject?, arg2: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:549:24: warning: static property 'replaceAll_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
547 |     /// public void java.util.HashMap.replaceAll(java.util.function.BiFunction)
548 |
549 |     private static var replaceAll_MethodID_26: jmethodID?
    |                        |- warning: static property 'replaceAll_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'replaceAll_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'replaceAll_MethodID_26' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
550 |
551 |     open func replaceAll( arg0: /* interface java.util.function.BiFunction */ UnavailableProtocol? ) {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:576:24: warning: static property 'size_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
574 |     /// public int java.util.HashMap.size()
575 |
576 |     private static var size_MethodID_27: jmethodID?
    |                        |- warning: static property 'size_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'size_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'size_MethodID_27' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
577 |
578 |     open func size() -> Int {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:592:24: warning: static property 'values_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
590 |     /// public java.util.Collection java.util.HashMap.values()
591 |
592 |     private static var values_MethodID_28: jmethodID?
    |                        |- warning: static property 'values_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'values_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'values_MethodID_28' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
593 |
594 |     open func values() -> /* interface java.util.Collection */ UnavailableProtocol! {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:609:24: warning: static property 'equals_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
607 |     /// public abstract boolean java.util.Map.equals(java.lang.Object)
608 |
609 |     private static var equals_MethodID_29: jmethodID?
    |                        |- warning: static property 'equals_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'equals_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'equals_MethodID_29' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
610 |
611 |     override open func equals( arg0: JavaObject? ) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:625:24: warning: static property 'hashCode_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
623 |     /// public abstract int java.util.Map.hashCode()
624 |
625 |     private static var hashCode_MethodID_30: jmethodID?
    |                        |- warning: static property 'hashCode_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'hashCode_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'hashCode_MethodID_30' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
626 |
627 |     override open func hashCode() -> Int {
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:6:12: warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
  4 | /// class java.util.HashMap ///
  5 |
  6 | open class HashMap: /* class java.util.AbstractMap */ UnavailableObject {
    |            `- warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
  7 |
  8 |     public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[15/18] Compiling java_swift JNICore.swift
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:39:12: warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }
 38 |
 39 | public let JNI = JNICore()
    |            |- warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 | open class JNICore {
    |            `- note: class 'JNICore' does not conform to the 'Sendable' protocol
 42 |
 43 |     open var jvm: UnsafeMutablePointer<JavaVM?>?
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:47:16: warning: static property 'envVarKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 45 |     open var classLoader: jobject?
 46 |
 47 |     static var envVarKey: pthread_key_t = {
    |                |- warning: static property 'envVarKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'envVarKey' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: annotate 'envVarKey' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 48 |         var envVarKey: pthread_key_t = 0
 49 |         if pthread_key_create( &envVarKey, { _ in
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:237:24: warning: static property 'java_lang_ObjectClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
235 |     }
236 |
237 |     private static var java_lang_ObjectClass: jclass?
    |                        |- warning: static property 'java_lang_ObjectClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'java_lang_ObjectClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'java_lang_ObjectClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
238 |
239 |     open func NewObjectArray( _ count: Int, _ array: [jobject?]?, _ locals: UnsafeMutablePointer<[jobject]>, _ file: StaticString = #file, _ line: Int = #line  ) -> jobjectArray? {
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:173:13: warning: capture of 'closure' with non-sendable type '() -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
171 |         autoInit()
172 |         DispatchQueue.global(qos: .default).async {
173 |             closure()
    |             |- warning: capture of 'closure' with non-sendable type '() -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
174 |         }
175 |     }
[16/18] Compiling java_swift JNIField.swift
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:39:12: warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }
 38 |
 39 | public let JNI = JNICore()
    |            |- warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 | open class JNICore {
    |            `- note: class 'JNICore' does not conform to the 'Sendable' protocol
 42 |
 43 |     open var jvm: UnsafeMutablePointer<JavaVM?>?
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:47:16: warning: static property 'envVarKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 45 |     open var classLoader: jobject?
 46 |
 47 |     static var envVarKey: pthread_key_t = {
    |                |- warning: static property 'envVarKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'envVarKey' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: annotate 'envVarKey' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 48 |         var envVarKey: pthread_key_t = 0
 49 |         if pthread_key_create( &envVarKey, { _ in
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:237:24: warning: static property 'java_lang_ObjectClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
235 |     }
236 |
237 |     private static var java_lang_ObjectClass: jclass?
    |                        |- warning: static property 'java_lang_ObjectClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'java_lang_ObjectClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'java_lang_ObjectClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
238 |
239 |     open func NewObjectArray( _ count: Int, _ array: [jobject?]?, _ locals: UnsafeMutablePointer<[jobject]>, _ file: StaticString = #file, _ line: Int = #line  ) -> jobjectArray? {
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:173:13: warning: capture of 'closure' with non-sendable type '() -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
171 |         autoInit()
172 |         DispatchQueue.global(qos: .default).async {
173 |             closure()
    |             |- warning: capture of 'closure' with non-sendable type '() -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
174 |         }
175 |     }
[17/18] Compiling java_swift Runnable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:17: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
15 | open class RunnableForward: JNIObjectForward, Runnable {
16 |
17 |     private static var RunnableJNIClass: jclass?
   |                        |- 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
   |                        |- note: convert 'RunnableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'RunnableJNIClass' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     /// public abstract void java.lang.Runnable.run()
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:21: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
19 |     /// public abstract void java.lang.Runnable.run()
20 |
21 |     private static var run_MethodID_2: jmethodID?
   |                        |- 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
   |                        |- note: convert 'run_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'run_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     open func run() {
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:40: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
38 | fileprivate class RunnableLocal_: JNILocalProxy<Runnable, Any> {
39 |
40 |     fileprivate static let _proxyClass: jclass = {
   |                            |- 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
   |                            |- note: annotate '_proxyClass' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |         var natives = [JNINativeMethod]()
42 |
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:44:48: error: cannot find 'strdup' in scope
42 |
43 |         let Runnable_run_0_thunk: Runnable_run_0_type = Runnable_run_0
44 |         natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
   |                                                `- error: cannot find 'strdup' in scope
45 |
46 |         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:44:76: error: cannot find 'strdup' in scope
42 |
43 |         let Runnable_run_0_thunk: Runnable_run_0_type = Runnable_run_0
44 |         natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
   |                                                                            `- error: cannot find 'strdup' in scope
45 |
46 |         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:46:48: error: cannot find 'strdup' in scope
44 |         natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
45 |
46 |         natives.append( JNINativeMethod( name: strdup("__finalize"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( JNIReleasableProxy__finalize_thunk, to: UnsafeMutableRawPointer.self ) ) )
   |                                                `- error: cannot find 'strdup' in scope
47 |
48 |         let clazz = JNI.FindClass( proxyClassName() )
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:46:81: error: cannot find 'strdup' in scope
44 |         natives.append( JNINativeMethod( name: strdup("__run"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( Runnable_run_0_thunk, to: UnsafeMutableRawPointer.self ) ) )
45 |
46 |         natives.append( JNINativeMethod( name: strdup("__finalize"), signature: strdup("(J)V"), fnPtr: unsafeBitCast( JNIReleasableProxy__finalize_thunk, to: UnsafeMutableRawPointer.self ) ) )
   |                                                                                 `- error: cannot find 'strdup' in scope
47 |
48 |         let clazz = JNI.FindClass( proxyClassName() )
[18/18] Compiling java_swift JavaSet.swift
/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
 75 | open class JavaSetForward: /* interface java.util.Collection */ UnavailableProtocolForward, JavaSet {
 76 |
 77 |     private static var JavaSetJNIClass: jclass?
    |                        |- 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
    |                        |- note: convert 'JavaSetJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'JavaSetJNIClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 78 |
 79 |     /// public abstract boolean java.util.Set.add(java.lang.Object)
/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
 79 |     /// public abstract boolean java.util.Set.add(java.lang.Object)
 80 |
 81 |     private static var add_MethodID_15: jmethodID?
    |                        |- 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
    |                        |- note: convert 'add_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'add_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |
 83 |     open func add( e: JavaObject? ) -> Bool {
/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
 92 |     /// public abstract boolean java.util.Set.addAll(java.util.Collection)
 93 |
 94 |     private static var addAll_MethodID_16: jmethodID?
    |                        |- 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
    |                        |- note: convert 'addAll_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'addAll_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 |     open func addAll( c: /* interface java.util.Collection */ UnavailableProtocol? ) -> Bool {
/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
105 |     /// public abstract void java.util.Set.clear()
106 |
107 |     private static var clear_MethodID_17: jmethodID?
    |                        |- 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
    |                        |- note: convert 'clear_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'clear_MethodID_17' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |
109 |     open func clear() {
/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
116 |     /// public abstract boolean java.util.Set.contains(java.lang.Object)
117 |
118 |     private static var contains_MethodID_18: jmethodID?
    |                        |- 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
    |                        |- note: convert 'contains_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'contains_MethodID_18' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
119 |
120 |     open func contains( o: JavaObject? ) -> Bool {
/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
129 |     /// public abstract boolean java.util.Set.containsAll(java.util.Collection)
130 |
131 |     private static var containsAll_MethodID_19: jmethodID?
    |                        |- 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
    |                        |- note: convert 'containsAll_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'containsAll_MethodID_19' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
132 |
133 |     open func containsAll( c: /* interface java.util.Collection */ UnavailableProtocol? ) -> Bool {
/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
142 |     /// public abstract boolean java.util.Set.equals(java.lang.Object)
143 |
144 |     private static var equals_MethodID_20: jmethodID?
    |                        |- 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
    |                        |- note: convert 'equals_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'equals_MethodID_20' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 |     open func equals( o: JavaObject? ) -> Bool {
/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
155 |     /// public default void java.lang.Iterable.forEach(java.util.function.Consumer)
156 |
157 |     private static var forEach_MethodID_21: jmethodID?
    |                        |- 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
    |                        |- note: convert 'forEach_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'forEach_MethodID_21' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |
159 |     open func forEach( action: /* interface java.util.function.Consumer */ UnavailableProtocol? ) {
/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
167 |     /// public abstract int java.util.Set.hashCode()
168 |
169 |     private static var hashCode_MethodID_22: jmethodID?
    |                        |- 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
    |                        |- note: convert 'hashCode_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'hashCode_MethodID_22' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
170 |
171 |     open func hashCode() -> Int {
/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
179 |     /// public abstract boolean java.util.Set.isEmpty()
180 |
181 |     private static var isEmpty_MethodID_23: jmethodID?
    |                        |- 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
    |                        |- note: convert 'isEmpty_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'isEmpty_MethodID_23' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
182 |
183 |     open func isEmpty() -> Bool {
/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
199 |     /// public abstract boolean java.util.Set.remove(java.lang.Object)
200 |
201 |     private static var remove_MethodID_24: jmethodID?
    |                        |- 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
    |                        |- note: convert 'remove_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'remove_MethodID_24' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
202 |
203 |     open func remove( o: JavaObject? ) -> Bool {
/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
212 |     /// public abstract boolean java.util.Set.removeAll(java.util.Collection)
213 |
214 |     private static var removeAll_MethodID_25: jmethodID?
    |                        |- 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
    |                        |- note: convert 'removeAll_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'removeAll_MethodID_25' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 |     open func removeAll( c: /* interface java.util.Collection */ UnavailableProtocol? ) -> Bool {
/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
225 |     /// public default boolean java.util.Collection.removeIf(java.util.function.Predicate)
226 |
227 |     private static var removeIf_MethodID_26: jmethodID?
    |                        |- 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
    |                        |- note: convert 'removeIf_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'removeIf_MethodID_26' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
228 |
229 |     open func removeIf( filter: /* interface java.util.function.Predicate */ UnavailableProtocol? ) -> Bool {
/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
238 |     /// public abstract boolean java.util.Set.retainAll(java.util.Collection)
239 |
240 |     private static var retainAll_MethodID_27: jmethodID?
    |                        |- 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
    |                        |- note: convert 'retainAll_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'retainAll_MethodID_27' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
241 |
242 |     open func retainAll( c: /* interface java.util.Collection */ UnavailableProtocol? ) -> Bool {
/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
251 |     /// public abstract int java.util.Set.size()
252 |
253 |     private static var size_MethodID_28: jmethodID?
    |                        |- 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
    |                        |- note: convert 'size_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'size_MethodID_28' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
254 |
255 |     open func size() -> Int {
/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
271 |     /// public abstract java.lang.Object[] java.util.Set.toArray(java.lang.Object[])
272 |
273 |     private static var toArray_MethodID_29: jmethodID?
    |                        |- 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
    |                        |- note: convert 'toArray_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'toArray_MethodID_29' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
274 |
275 |     open func toArray( a: [JavaObject]? ) -> [JavaObject]! {
/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
287 |     /// public abstract java.lang.Object[] java.util.Set.toArray()
288 |
289 |     private static var toArray_MethodID_30: jmethodID?
    |                        |- 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
    |                        |- note: convert 'toArray_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'toArray_MethodID_30' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
290 |
291 |     open func toArray() -> [JavaObject]! {
[19/19] Compiling java_swift Throwable.swift
/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
 13 |     }
 14 |
 15 |     private static var ThrowableJNIClass: jclass?
    |                        |- 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
    |                        |- note: convert 'ThrowableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'ThrowableJNIClass' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     /// static final boolean java.lang.Throwable.$assertionsDisabled
/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
 45 |     /// public java.lang.Throwable()
 46 |
 47 |     private static var new_MethodID_1: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 48 |
 49 |     public convenience init() {
/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
 57 |     /// public java.lang.Throwable(java.lang.String)
 58 |
 59 |     private static var new_MethodID_2: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 60 |
 61 |     public convenience init( arg0: String? ) {
/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
 74 |     /// public java.lang.Throwable(java.lang.String,java.lang.Throwable)
 75 |
 76 |     private static var new_MethodID_3: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 |
 78 |     public convenience init( arg0: String?, arg1: Throwable? ) {
/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
 92 |     /// protected java.lang.Throwable(java.lang.String,java.lang.Throwable,boolean,boolean)
 93 |
 94 |     private static var new_MethodID_4: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |
 96 |     public convenience init( arg0: String?, arg1: Throwable?, arg2: Bool, arg3: Bool ) {
/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
112 |     /// public java.lang.Throwable(java.lang.Throwable)
113 |
114 |     private static var new_MethodID_5: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'new_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |
116 |     public convenience init( arg0: Throwable? ) {
/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
129 |     /// public final synchronized void java.lang.Throwable.addSuppressed(java.lang.Throwable)
130 |
131 |     private static var addSuppressed_MethodID_6: jmethodID?
    |                        |- 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
    |                        |- note: convert 'addSuppressed_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'addSuppressed_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
132 |
133 |     open func addSuppressed( arg0: Throwable? ) {
/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
146 |     /// public synchronized java.lang.Throwable java.lang.Throwable.fillInStackTrace()
147 |
148 |     private static var fillInStackTrace_MethodID_7: jmethodID?
    |                        |- 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
    |                        |- note: convert 'fillInStackTrace_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'fillInStackTrace_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 |
150 |     open func fillInStackTrace() -> Throwable! {
/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
159 |     /// public synchronized java.lang.Throwable java.lang.Throwable.getCause()
160 |
161 |     private static var getCause_MethodID_8: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getCause_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getCause_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 |
163 |     open func getCause() -> Throwable! {
/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
172 |     /// public java.lang.String java.lang.Throwable.getLocalizedMessage()
173 |
174 |     private static var getLocalizedMessage_MethodID_9: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getLocalizedMessage_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getLocalizedMessage_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 |
176 |     open func getLocalizedMessage() -> String! {
/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
185 |     /// public java.lang.String java.lang.Throwable.getMessage()
186 |
187 |     private static var getMessage_MethodID_10: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getMessage_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getMessage_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
188 |
189 |     open func getMessage() -> String! {
/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
200 |     /// public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
201 |
202 |     private static var getStackTrace_MethodID_11: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getStackTrace_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getStackTrace_MethodID_11' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
203 |
204 |     open func getStackTrace() -> [/* class java.lang.StackTraceElement */ UnavailableObject]! {
/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
220 |     /// public final synchronized java.lang.Throwable[] java.lang.Throwable.getSuppressed()
221 |
222 |     private static var getSuppressed_MethodID_12: jmethodID?
    |                        |- 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
    |                        |- note: convert 'getSuppressed_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getSuppressed_MethodID_12' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
223 |
224 |     open func getSuppressed() -> [Throwable]! {
/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
232 |     /// public synchronized java.lang.Throwable java.lang.Throwable.initCause(java.lang.Throwable)
233 |
234 |     private static var initCause_MethodID_13: jmethodID?
    |                        |- 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
    |                        |- note: convert 'initCause_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'initCause_MethodID_13' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
235 |
236 |     open func initCause( arg0: Throwable? ) -> Throwable! {
/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
253 |     /// public void java.lang.Throwable.printStackTrace(java.io.PrintWriter)
254 |
255 |     private static var printStackTrace_MethodID_14: jmethodID?
    |                        |- 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
    |                        |- note: convert 'printStackTrace_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'printStackTrace_MethodID_14' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
256 |
257 |     open func printStackTrace( arg0: /* class java.io.PrintWriter */ UnavailableObject? ) {
/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
270 |     /// public void java.lang.Throwable.printStackTrace()
271 |
272 |     private static var printStackTrace_MethodID_15: jmethodID?
    |                        |- 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
    |                        |- note: convert 'printStackTrace_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'printStackTrace_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
273 |
274 |     open func printStackTrace() {
/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
283 |     /// public void java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[])
284 |
285 |     private static var setStackTrace_MethodID_16: jmethodID?
    |                        |- 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
    |                        |- note: convert 'setStackTrace_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setStackTrace_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
286 |
287 |     open func setStackTrace( arg0: [/* class java.lang.StackTraceElement */ UnavailableObject]? ) {
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:39:12: warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
 37 | }
 38 |
 39 | public let JNI = JNICore()
    |            |- warning: let 'JNI' is not concurrency-safe because non-'Sendable' type 'JNICore' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 | open class JNICore {
    |            `- note: class 'JNICore' does not conform to the 'Sendable' protocol
 42 |
 43 |     open var jvm: UnsafeMutablePointer<JavaVM?>?
warning: 'cjavavm': ignoring declared target(s) 'CJavaVM' in the system package
warning: 'cjavavm': system packages are deprecated; use system library targets instead
warning: 'spi-builder-workspace': dependency 'cjavavm' is not used by any target
BUILD FAILURE 6.0 macosSpm