This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Successful build of java_swift with Swift 6.0 for tvOS using Xcode 16.0.

Swift 6 data race errors: 248

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme java_swift -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

    private static var MAX_PRIORITY_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var MAX_PRIORITY_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:32:24: warning: static property 'MIN_PRIORITY_FieldID' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var MIN_PRIORITY_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:32:24: note: convert 'MIN_PRIORITY_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var MIN_PRIORITY_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:32:24: note: annotate 'MIN_PRIORITY_FieldID' with '@MainActor' if property should only be accessed from the main actor
    private static var MIN_PRIORITY_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:32:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var MIN_PRIORITY_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:43:24: warning: static property 'NORM_PRIORITY_FieldID' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var NORM_PRIORITY_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:43:24: note: convert 'NORM_PRIORITY_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var NORM_PRIORITY_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:43:24: note: annotate 'NORM_PRIORITY_FieldID' with '@MainActor' if property should only be accessed from the main actor
    private static var NORM_PRIORITY_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:43:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var NORM_PRIORITY_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:122:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:122:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:122:24: note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:122:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:134:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:134:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:134:24: note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:134:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:151:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:151:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:151:24: note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:151:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:173:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:173:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:173:24: note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:173:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:190:24: warning: static property 'new_MethodID_5' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:190:24: note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:190:24: note: annotate 'new_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:190:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:208:24: warning: static property 'new_MethodID_6' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:208:24: note: convert 'new_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:208:24: note: annotate 'new_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:208:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:227:24: warning: static property 'new_MethodID_7' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:227:24: note: convert 'new_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:227:24: note: annotate 'new_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:227:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:247:24: warning: static property 'new_MethodID_8' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:247:24: note: convert 'new_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:247:24: note: annotate 'new_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:247:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:265:24: warning: static property 'activeCount_MethodID_9' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var activeCount_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:265:24: note: convert 'activeCount_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var activeCount_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:265:24: note: annotate 'activeCount_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    private static var activeCount_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:265:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var activeCount_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:279:24: warning: static property 'currentThread_MethodID_10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var currentThread_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:279:24: note: convert 'currentThread_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var currentThread_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:279:24: note: annotate 'currentThread_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    private static var currentThread_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:279:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var currentThread_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:292:24: warning: static property 'dumpStack_MethodID_11' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var dumpStack_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:292:24: note: convert 'dumpStack_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var dumpStack_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:292:24: note: annotate 'dumpStack_MethodID_11' with '@MainActor' if property should only be accessed from the main actor
    private static var dumpStack_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:292:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var dumpStack_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:305:24: warning: static property 'enumerate_MethodID_12' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var enumerate_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:305:24: note: convert 'enumerate_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var enumerate_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:305:24: note: annotate 'enumerate_MethodID_12' with '@MainActor' if property should only be accessed from the main actor
    private static var enumerate_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:305:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var enumerate_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:321:24: warning: static property 'getAllStackTraces_MethodID_13' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getAllStackTraces_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:321:24: note: convert 'getAllStackTraces_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAllStackTraces_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:321:24: note: annotate 'getAllStackTraces_MethodID_13' with '@MainActor' if property should only be accessed from the main actor
    private static var getAllStackTraces_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:321:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAllStackTraces_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:333:24: warning: static property 'getDefaultUncaughtExceptionHandler_MethodID_14' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getDefaultUncaughtExceptionHandler_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:333:24: note: convert 'getDefaultUncaughtExceptionHandler_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDefaultUncaughtExceptionHandler_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:333:24: note: annotate 'getDefaultUncaughtExceptionHandler_MethodID_14' with '@MainActor' if property should only be accessed from the main actor
    private static var getDefaultUncaughtExceptionHandler_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:333:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDefaultUncaughtExceptionHandler_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:348:24: warning: static property 'holdsLock_MethodID_15' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var holdsLock_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:348:24: note: convert 'holdsLock_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var holdsLock_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:348:24: note: annotate 'holdsLock_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    private static var holdsLock_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:348:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var holdsLock_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:364:24: warning: static property 'interrupted_MethodID_16' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var interrupted_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:364:24: note: convert 'interrupted_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var interrupted_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:364:24: note: annotate 'interrupted_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    private static var interrupted_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:364:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var interrupted_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:388:24: warning: static property 'setDefaultUncaughtExceptionHandler_MethodID_17' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setDefaultUncaughtExceptionHandler_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:388:24: note: convert 'setDefaultUncaughtExceptionHandler_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setDefaultUncaughtExceptionHandler_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:388:24: note: annotate 'setDefaultUncaughtExceptionHandler_MethodID_17' with '@MainActor' if property should only be accessed from the main actor
    private static var setDefaultUncaughtExceptionHandler_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:388:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setDefaultUncaughtExceptionHandler_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:403:24: warning: static property 'sleep_MethodID_18' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var sleep_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:403:24: note: convert 'sleep_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var sleep_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:403:24: note: annotate 'sleep_MethodID_18' with '@MainActor' if property should only be accessed from the main actor
    private static var sleep_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:403:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var sleep_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:422:24: warning: static property 'sleep_MethodID_19' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var sleep_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:422:24: note: convert 'sleep_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var sleep_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:422:24: note: annotate 'sleep_MethodID_19' with '@MainActor' if property should only be accessed from the main actor
    private static var sleep_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:422:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var sleep_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:442:24: warning: static property 'yield_MethodID_20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var yield_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:442:24: note: convert 'yield_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var yield_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:442:24: note: annotate 'yield_MethodID_20' with '@MainActor' if property should only be accessed from the main actor
    private static var yield_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:442:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var yield_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:461:24: warning: static property 'checkAccess_MethodID_21' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var checkAccess_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:461:24: note: convert 'checkAccess_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var checkAccess_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:461:24: note: annotate 'checkAccess_MethodID_21' with '@MainActor' if property should only be accessed from the main actor
    private static var checkAccess_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:461:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var checkAccess_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:472:24: warning: static property 'clone_MethodID_22' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clone_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:472:24: note: convert 'clone_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clone_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:472:24: note: annotate 'clone_MethodID_22' with '@MainActor' if property should only be accessed from the main actor
    private static var clone_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:472:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clone_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:489:24: warning: static property 'countStackFrames_MethodID_23' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var countStackFrames_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:489:24: note: convert 'countStackFrames_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var countStackFrames_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:489:24: note: annotate 'countStackFrames_MethodID_23' with '@MainActor' if property should only be accessed from the main actor
    private static var countStackFrames_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:489:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var countStackFrames_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:501:24: warning: static property 'destroy_MethodID_24' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var destroy_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:501:24: note: convert 'destroy_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var destroy_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:501:24: note: annotate 'destroy_MethodID_24' with '@MainActor' if property should only be accessed from the main actor
    private static var destroy_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:501:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var destroy_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:516:24: warning: static property 'getContextClassLoader_MethodID_25' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getContextClassLoader_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:516:24: note: convert 'getContextClassLoader_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getContextClassLoader_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:516:24: note: annotate 'getContextClassLoader_MethodID_25' with '@MainActor' if property should only be accessed from the main actor
    private static var getContextClassLoader_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:516:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getContextClassLoader_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:529:24: warning: static property 'getId_MethodID_26' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getId_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:529:24: note: convert 'getId_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getId_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:529:24: note: annotate 'getId_MethodID_26' with '@MainActor' if property should only be accessed from the main actor
    private static var getId_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:529:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getId_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:541:24: warning: static property 'getName_MethodID_27' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getName_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:541:24: note: convert 'getName_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getName_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:541:24: note: annotate 'getName_MethodID_27' with '@MainActor' if property should only be accessed from the main actor
    private static var getName_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:541:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getName_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:554:24: warning: static property 'getPriority_MethodID_28' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getPriority_MethodID_28: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:554:24: note: convert 'getPriority_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getPriority_MethodID_28: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:554:24: note: annotate 'getPriority_MethodID_28' with '@MainActor' if property should only be accessed from the main actor
    private static var getPriority_MethodID_28: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:554:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getPriority_MethodID_28: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:566:24: warning: static property 'getStackTrace_MethodID_29' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getStackTrace_MethodID_29: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:566:24: note: convert 'getStackTrace_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getStackTrace_MethodID_29: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:566:24: note: annotate 'getStackTrace_MethodID_29' with '@MainActor' if property should only be accessed from the main actor
    private static var getStackTrace_MethodID_29: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:566:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getStackTrace_MethodID_29: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:578:24: warning: static property 'getState_MethodID_30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getState_MethodID_30: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:578:24: note: convert 'getState_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getState_MethodID_30: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:578:24: note: annotate 'getState_MethodID_30' with '@MainActor' if property should only be accessed from the main actor
    private static var getState_MethodID_30: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:578:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getState_MethodID_30: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:591:24: warning: static property 'getThreadGroup_MethodID_31' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getThreadGroup_MethodID_31: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:591:24: note: convert 'getThreadGroup_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getThreadGroup_MethodID_31: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:591:24: note: annotate 'getThreadGroup_MethodID_31' with '@MainActor' if property should only be accessed from the main actor
    private static var getThreadGroup_MethodID_31: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:591:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getThreadGroup_MethodID_31: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:604:24: warning: static property 'getUncaughtExceptionHandler_MethodID_32' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getUncaughtExceptionHandler_MethodID_32: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:604:24: note: convert 'getUncaughtExceptionHandler_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getUncaughtExceptionHandler_MethodID_32: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:604:24: note: annotate 'getUncaughtExceptionHandler_MethodID_32' with '@MainActor' if property should only be accessed from the main actor
    private static var getUncaughtExceptionHandler_MethodID_32: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:604:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getUncaughtExceptionHandler_MethodID_32: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:617:24: warning: static property 'interrupt_MethodID_33' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var interrupt_MethodID_33: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:617:24: note: convert 'interrupt_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
    private static var interrupt_MethodID_33: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:617:24: note: annotate 'interrupt_MethodID_33' with '@MainActor' if property should only be accessed from the main actor
    private static var interrupt_MethodID_33: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:617:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var interrupt_MethodID_33: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:630:24: warning: static property 'isAlive_MethodID_34' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isAlive_MethodID_34: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:630:24: note: convert 'isAlive_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isAlive_MethodID_34: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:630:24: note: annotate 'isAlive_MethodID_34' with '@MainActor' if property should only be accessed from the main actor
    private static var isAlive_MethodID_34: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:630:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isAlive_MethodID_34: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:642:24: warning: static property 'isDaemon_MethodID_35' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isDaemon_MethodID_35: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:642:24: note: convert 'isDaemon_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isDaemon_MethodID_35: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:642:24: note: annotate 'isDaemon_MethodID_35' with '@MainActor' if property should only be accessed from the main actor
    private static var isDaemon_MethodID_35: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:642:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isDaemon_MethodID_35: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:656:24: warning: static property 'isInterrupted_MethodID_36' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isInterrupted_MethodID_36: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:656:24: note: convert 'isInterrupted_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isInterrupted_MethodID_36: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:656:24: note: annotate 'isInterrupted_MethodID_36' with '@MainActor' if property should only be accessed from the main actor
    private static var isInterrupted_MethodID_36: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:656:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isInterrupted_MethodID_36: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:668:24: warning: static property 'join_MethodID_37' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var join_MethodID_37: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:668:24: note: convert 'join_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
    private static var join_MethodID_37: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:668:24: note: annotate 'join_MethodID_37' with '@MainActor' if property should only be accessed from the main actor
    private static var join_MethodID_37: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:668:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var join_MethodID_37: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:687:24: warning: static property 'join_MethodID_38' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var join_MethodID_38: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:687:24: note: convert 'join_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
    private static var join_MethodID_38: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:687:24: note: annotate 'join_MethodID_38' with '@MainActor' if property should only be accessed from the main actor
    private static var join_MethodID_38: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:687:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var join_MethodID_38: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: warning: static property 'join_MethodID_39' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var join_MethodID_39: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: note: convert 'join_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
    private static var join_MethodID_39: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: note: annotate 'join_MethodID_39' with '@MainActor' if property should only be accessed from the main actor
    private static var join_MethodID_39: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var join_MethodID_39: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: warning: static property 'resume_MethodID_40' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var resume_MethodID_40: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: note: convert 'resume_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
    private static var resume_MethodID_40: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: note: annotate 'resume_MethodID_40' with '@MainActor' if property should only be accessed from the main actor
    private static var resume_MethodID_40: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var resume_MethodID_40: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: warning: static property 'run_MethodID_41' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var run_MethodID_41: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: note: convert 'run_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
    private static var run_MethodID_41: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: note: annotate 'run_MethodID_41' with '@MainActor' if property should only be accessed from the main actor
    private static var run_MethodID_41: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var run_MethodID_41: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: warning: static property 'setContextClassLoader_MethodID_42' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setContextClassLoader_MethodID_42: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: note: convert 'setContextClassLoader_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setContextClassLoader_MethodID_42: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: note: annotate 'setContextClassLoader_MethodID_42' with '@MainActor' if property should only be accessed from the main actor
    private static var setContextClassLoader_MethodID_42: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setContextClassLoader_MethodID_42: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: warning: static property 'setDaemon_MethodID_43' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setDaemon_MethodID_43: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: note: convert 'setDaemon_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setDaemon_MethodID_43: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: note: annotate 'setDaemon_MethodID_43' with '@MainActor' if property should only be accessed from the main actor
    private static var setDaemon_MethodID_43: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setDaemon_MethodID_43: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: warning: static property 'setName_MethodID_44' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setName_MethodID_44: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: note: convert 'setName_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setName_MethodID_44: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: note: annotate 'setName_MethodID_44' with '@MainActor' if property should only be accessed from the main actor
    private static var setName_MethodID_44: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setName_MethodID_44: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: warning: static property 'setPriority_MethodID_45' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setPriority_MethodID_45: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: note: convert 'setPriority_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setPriority_MethodID_45: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: note: annotate 'setPriority_MethodID_45' with '@MainActor' if property should only be accessed from the main actor
    private static var setPriority_MethodID_45: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setPriority_MethodID_45: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: warning: static property 'setUncaughtExceptionHandler_MethodID_46' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: note: convert 'setUncaughtExceptionHandler_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: note: annotate 'setUncaughtExceptionHandler_MethodID_46' with '@MainActor' if property should only be accessed from the main actor
    private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: warning: static property 'start_MethodID_47' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var start_MethodID_47: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: note: convert 'start_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
    private static var start_MethodID_47: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: note: annotate 'start_MethodID_47' with '@MainActor' if property should only be accessed from the main actor
    private static var start_MethodID_47: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var start_MethodID_47: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: warning: static property 'stop_MethodID_48' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var stop_MethodID_48: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: note: convert 'stop_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
    private static var stop_MethodID_48: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: note: annotate 'stop_MethodID_48' with '@MainActor' if property should only be accessed from the main actor
    private static var stop_MethodID_48: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var stop_MethodID_48: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: warning: static property 'stop_MethodID_49' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var stop_MethodID_49: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: note: convert 'stop_MethodID_49' to a 'let' constant to make 'Sendable' shared state immutable
    private static var stop_MethodID_49: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: note: annotate 'stop_MethodID_49' with '@MainActor' if property should only be accessed from the main actor
    private static var stop_MethodID_49: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var stop_MethodID_49: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: warning: static property 'suspend_MethodID_50' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var suspend_MethodID_50: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: note: convert 'suspend_MethodID_50' to a 'let' constant to make 'Sendable' shared state immutable
    private static var suspend_MethodID_50: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: note: annotate 'suspend_MethodID_50' with '@MainActor' if property should only be accessed from the main actor
    private static var suspend_MethodID_50: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var suspend_MethodID_50: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:6:12: warning: class 'JavaThread' must restate inherited '@unchecked Sendable' conformance
open class JavaThread: JavaObject, Runnable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78: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
public let JNI = JNICore()
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:82:12: note: class 'JNICore' does not conform to the 'Sendable' protocol
open class JNICore {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78:12: note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
public let JNI = JNICore()
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let JNI = JNICore()
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Runnable.swift /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIType.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name java_swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIType.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name java_swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Runnable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:20:24: warning: static property 'RunnableJNIClass' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var RunnableJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:20:24: note: convert 'RunnableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var RunnableJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:20:24: note: annotate 'RunnableJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var RunnableJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:20:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var RunnableJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:24:24: warning: static property 'run_MethodID_2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var run_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:24:24: note: convert 'run_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var run_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:24:24: note: annotate 'run_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    private static var run_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:24:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var run_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:18:12: warning: class 'RunnableForward' must restate inherited '@unchecked Sendable' conformance
open class RunnableForward: JNIObjectForward, Runnable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:43:28: warning: static property '_proxyClass' is not concurrency-safe because non-'Sendable' type 'jclass' (aka 'OpaquePointer') may have shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static let _proxyClass: jclass = {
                           ^
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
@frozen public struct OpaquePointer {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:43:28: note: annotate '_proxyClass' with '@MainActor' if property should only be accessed from the main actor
    fileprivate static let _proxyClass: jclass = {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift:43:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static let _proxyClass: jclass = {
                           ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78: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
public let JNI = JNICore()
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:82:12: note: class 'JNICore' does not conform to the 'Sendable' protocol
open class JNICore {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78:12: note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
public let JNI = JNICore()
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let JNI = JNICore()
           ^
nonisolated(unsafe)
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CJavaVM.o normal (in target 'CJavaVM' from project 'CJavaVM')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CJavaVM.build/Debug-appletvos/CJavaVM.build/Objects-normal/arm64/CJavaVM.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CJavaVM.build/Debug-appletvos/CJavaVM.build/Objects-normal/arm64/CJavaVM_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CJavaVM.build/Debug-appletvos/CJavaVM.build/Objects-normal/arm64/CJavaVM_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CJavaVM.o
SwiftCompile normal arm64 Compiling\ Exception.swift,\ HashMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIType.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name java_swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIType.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name java_swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:15:24: warning: static property 'ExceptionJNIClass' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:15:24: note: convert 'ExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:15:24: note: annotate 'ExceptionJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var ExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:51:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:51:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:51:24: note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:51:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:63:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:63:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:63:24: note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:63:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:80:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:80:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:80:24: note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:80:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:98:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:98:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:98:24: note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:98:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:118:24: warning: static property 'new_MethodID_5' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:118:24: note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:118:24: note: annotate 'new_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:118:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:6:12: warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
open class Exception: Throwable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78: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
public let JNI = JNICore()
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:82:12: note: class 'JNICore' does not conform to the 'Sendable' protocol
open class JNICore {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78:12: note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
public let JNI = JNICore()
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let JNI = JNICore()
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIType.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name java_swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/Exception.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/HashMap.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:15:24: warning: static property 'HashMapJNIClass' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var HashMapJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:15:24: note: convert 'HashMapJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var HashMapJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:15:24: note: annotate 'HashMapJNIClass' with '@MainActor' if property should only be accessed from the main actor
    private static var HashMapJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var HashMapJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:77:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:77:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:77:24: note: annotate 'new_MethodID_1' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:89:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:89:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:89:24: note: annotate 'new_MethodID_2' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:89:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:106:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:106:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:106:24: note: annotate 'new_MethodID_3' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:106:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:124:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:124:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:124:24: note: annotate 'new_MethodID_4' with '@MainActor' if property should only be accessed from the main actor
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:124:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:173:24: warning: static property 'clear_MethodID_5' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clear_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:173:24: note: convert 'clear_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clear_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:173:24: note: annotate 'clear_MethodID_5' with '@MainActor' if property should only be accessed from the main actor
    private static var clear_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:173:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clear_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:184:24: warning: static property 'clone_MethodID_6' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var clone_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:184:24: note: convert 'clone_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clone_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:184:24: note: annotate 'clone_MethodID_6' with '@MainActor' if property should only be accessed from the main actor
    private static var clone_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:184:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clone_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:197:24: warning: static property 'compute_MethodID_7' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var compute_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:197:24: note: convert 'compute_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compute_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:197:24: note: annotate 'compute_MethodID_7' with '@MainActor' if property should only be accessed from the main actor
    private static var compute_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:197:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compute_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:215:24: warning: static property 'computeIfAbsent_MethodID_8' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var computeIfAbsent_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:215:24: note: convert 'computeIfAbsent_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var computeIfAbsent_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:215:24: note: annotate 'computeIfAbsent_MethodID_8' with '@MainActor' if property should only be accessed from the main actor
    private static var computeIfAbsent_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:215:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var computeIfAbsent_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:233:24: warning: static property 'computeIfPresent_MethodID_9' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var computeIfPresent_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:233:24: note: convert 'computeIfPresent_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var computeIfPresent_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:233:24: note: annotate 'computeIfPresent_MethodID_9' with '@MainActor' if property should only be accessed from the main actor
    private static var computeIfPresent_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:233:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var computeIfPresent_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:251:24: warning: static property 'containsKey_MethodID_10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var containsKey_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:251:24: note: convert 'containsKey_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var containsKey_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:251:24: note: annotate 'containsKey_MethodID_10' with '@MainActor' if property should only be accessed from the main actor
    private static var containsKey_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:251:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var containsKey_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:267:24: warning: static property 'containsValue_MethodID_11' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var containsValue_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:267:24: note: convert 'containsValue_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var containsValue_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:267:24: note: annotate 'containsValue_MethodID_11' with '@MainActor' if property should only be accessed from the main actor
    private static var containsValue_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:267:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var containsValue_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:283:24: warning: static property 'entrySet_MethodID_12' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var entrySet_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:283:24: note: convert 'entrySet_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var entrySet_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:283:24: note: annotate 'entrySet_MethodID_12' with '@MainActor' if property should only be accessed from the main actor
    private static var entrySet_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:283:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var entrySet_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:296:24: warning: static property 'forEach_MethodID_13' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var forEach_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:296:24: note: convert 'forEach_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var forEach_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:296:24: note: annotate 'forEach_MethodID_13' with '@MainActor' if property should only be accessed from the main actor
    private static var forEach_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:296:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var forEach_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:311:24: warning: static property 'get_MethodID_14' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var get_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:311:24: note: convert 'get_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var get_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:311:24: note: annotate 'get_MethodID_14' with '@MainActor' if property should only be accessed from the main actor
    private static var get_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:311:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var get_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:332:24: warning: static property 'getOrDefault_MethodID_15' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var getOrDefault_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:332:24: note: convert 'getOrDefault_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getOrDefault_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:332:24: note: annotate 'getOrDefault_MethodID_15' with '@MainActor' if property should only be accessed from the main actor
    private static var getOrDefault_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:332:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getOrDefault_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:354:24: warning: static property 'isEmpty_MethodID_16' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isEmpty_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:354:24: note: convert 'isEmpty_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isEmpty_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:354:24: note: annotate 'isEmpty_MethodID_16' with '@MainActor' if property should only be accessed from the main actor
    private static var isEmpty_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:354:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isEmpty_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:366:24: warning: static property 'keySet_MethodID_17' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var keySet_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:366:24: note: convert 'keySet_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var keySet_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:366:24: note: annotate 'keySet_MethodID_17' with '@MainActor' if property should only be accessed from the main actor
    private static var keySet_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:366:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var keySet_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:383:24: warning: static property 'merge_MethodID_18' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var merge_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:383:24: note: convert 'merge_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var merge_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:383:24: note: annotate 'merge_MethodID_18' with '@MainActor' if property should only be accessed from the main actor
    private static var merge_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:383:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var merge_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:410:24: warning: static property 'put_MethodID_19' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var put_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:410:24: note: convert 'put_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var put_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:410:24: note: annotate 'put_MethodID_19' with '@MainActor' if property should only be accessed from the main actor
    private static var put_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:410:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var put_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:428:24: warning: static property 'putAll_MethodID_20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var putAll_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:428:24: note: convert 'putAll_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var putAll_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:428:24: note: annotate 'putAll_MethodID_20' with '@MainActor' if property should only be accessed from the main actor
    private static var putAll_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:428:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var putAll_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:443:24: warning: static property 'putIfAbsent_MethodID_21' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var putIfAbsent_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:443:24: note: convert 'putIfAbsent_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var putIfAbsent_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:443:24: note: annotate 'putIfAbsent_MethodID_21' with '@MainActor' if property should only be accessed from the main actor
    private static var putIfAbsent_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:443:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var putIfAbsent_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:475:24: warning: static property 'remove_MethodID_22' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var remove_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:475:24: note: convert 'remove_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var remove_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:475:24: note: annotate 'remove_MethodID_22' with '@MainActor' if property should only be accessed from the main actor
    private static var remove_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:475:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var remove_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:492:24: warning: static property 'remove_MethodID_23' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var remove_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:492:24: note: convert 'remove_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var remove_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:492:24: note: annotate 'remove_MethodID_23' with '@MainActor' if property should only be accessed from the main actor
    private static var remove_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:492:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var remove_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:513:24: warning: static property 'replace_MethodID_24' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var replace_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:513:24: note: convert 'replace_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var replace_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:513:24: note: annotate 'replace_MethodID_24' with '@MainActor' if property should only be accessed from the main actor
    private static var replace_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:513:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var replace_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:531:24: warning: static property 'replace_MethodID_25' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var replace_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:531:24: note: convert 'replace_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var replace_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:531:24: note: annotate 'replace_MethodID_25' with '@MainActor' if property should only be accessed from the main actor
    private static var replace_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:531:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var replace_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:549:24: warning: static property 'replaceAll_MethodID_26' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var replaceAll_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:549:24: note: convert 'replaceAll_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var replaceAll_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:549:24: note: annotate 'replaceAll_MethodID_26' with '@MainActor' if property should only be accessed from the main actor
    private static var replaceAll_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:549:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var replaceAll_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:576:24: warning: static property 'size_MethodID_27' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var size_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:576:24: note: convert 'size_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var size_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:576:24: note: annotate 'size_MethodID_27' with '@MainActor' if property should only be accessed from the main actor
    private static var size_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:576:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var size_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:592:24: warning: static property 'values_MethodID_28' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var values_MethodID_28: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:592:24: note: convert 'values_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    private static var values_MethodID_28: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:592:24: note: annotate 'values_MethodID_28' with '@MainActor' if property should only be accessed from the main actor
    private static var values_MethodID_28: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:592:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var values_MethodID_28: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:609:24: warning: static property 'equals_MethodID_29' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var equals_MethodID_29: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:609:24: note: convert 'equals_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    private static var equals_MethodID_29: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:609:24: note: annotate 'equals_MethodID_29' with '@MainActor' if property should only be accessed from the main actor
    private static var equals_MethodID_29: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:609:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var equals_MethodID_29: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:625:24: warning: static property 'hashCode_MethodID_30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var hashCode_MethodID_30: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:625:24: note: convert 'hashCode_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    private static var hashCode_MethodID_30: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:625:24: note: annotate 'hashCode_MethodID_30' with '@MainActor' if property should only be accessed from the main actor
    private static var hashCode_MethodID_30: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:625:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var hashCode_MethodID_30: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:6:12: warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
open class HashMap: /* class java.util.AbstractMap */ UnavailableObject {
           ^
SwiftDriverJobDiscovery normal arm64 Emitting module for java_swift (in target 'java_swift' from project 'java_swift')
SwiftCompile normal arm64 Compiling\ JNICore.swift,\ JNIField.swift /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIType.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name java_swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIType.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name java_swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78: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
public let JNI = JNICore()
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:82:12: note: class 'JNICore' does not conform to the 'Sendable' protocol
open class JNICore {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78:12: note: annotate 'JNI' with '@MainActor' if property should only be accessed from the main actor
public let JNI = JNICore()
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:78:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let JNI = JNICore()
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:79:17: warning: var 'jniEnvKey' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
fileprivate var jniEnvKey = pthread_key_t()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:79:17: note: convert 'jniEnvKey' to a 'let' constant to make 'Sendable' shared state immutable
fileprivate var jniEnvKey = pthread_key_t()
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:79:17: note: annotate 'jniEnvKey' with '@MainActor' if property should only be accessed from the main actor
fileprivate var jniEnvKey = pthread_key_t()
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:79:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate var jniEnvKey = pthread_key_t()
                ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:80:17: warning: var 'jniFatalMessage' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
fileprivate var jniFatalMessage = pthread_key_t()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:80:17: note: convert 'jniFatalMessage' to a 'let' constant to make 'Sendable' shared state immutable
fileprivate var jniFatalMessage = pthread_key_t()
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:80:17: note: annotate 'jniFatalMessage' with '@MainActor' if property should only be accessed from the main actor
fileprivate var jniFatalMessage = pthread_key_t()
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:80:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate var jniFatalMessage = pthread_key_t()
                ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:90:16: warning: static property 'envVarKey' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    static var envVarKey: pthread_key_t = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:90:16: note: convert 'envVarKey' to a 'let' constant to make 'Sendable' shared state immutable
    static var envVarKey: pthread_key_t = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:90:16: note: annotate 'envVarKey' with '@MainActor' if property should only be accessed from the main actor
    static var envVarKey: pthread_key_t = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var envVarKey: pthread_key_t = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:291:24: warning: static property 'java_lang_ObjectClass' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var java_lang_ObjectClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:291:24: note: convert 'java_lang_ObjectClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var java_lang_ObjectClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:291:24: note: annotate 'java_lang_ObjectClass' with '@MainActor' if property should only be accessed from the main actor
    private static var java_lang_ObjectClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:291:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var java_lang_ObjectClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:227:13: warning: capture of 'closure' with non-sendable type '() -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            closure()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift:227:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            closure()
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Exception.swift /Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JNICore.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JNIField.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/JNIType.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaMap.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaObject.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaSet.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift /Users/admin/builder/spi-builder-workspace/Sources/Runnable.swift /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name java_swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNICore.o -index-unit-output-path /java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/JNIField.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling JavaSet.swift (in target 'java_swift' from project 'java_swift')
SwiftDriver\ Compilation\ Requirements java_swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name java_swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/java_swift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift-Swift.h (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/java_swift-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Throwable.swift (in target 'java_swift' from project 'java_swift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftdoc (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.abi.json (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftsourceinfo (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CJavaVM.o (in target 'CJavaVM' from project 'CJavaVM')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CJavaVM.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.LinkFileList (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.LinkFileList
SwiftDriverJobDiscovery normal arm64 Compiling JavaClass.swift, JavaEnum.swift (in target 'java_swift' from project 'java_swift')
SwiftDriverJobDiscovery normal arm64 Compiling JavaThread.swift (in target 'java_swift' from project 'java_swift')
SwiftDriverJobDiscovery normal arm64 Compiling Runnable.swift (in target 'java_swift' from project 'java_swift')
SwiftDriverJobDiscovery normal arm64 Compiling JavaMap.swift, JavaObject.swift (in target 'java_swift' from project 'java_swift')
SwiftDriverJobDiscovery normal arm64 Compiling JNIProxy.swift, JNIType.swift (in target 'java_swift' from project 'java_swift')
SwiftDriverJobDiscovery normal arm64 Compiling Exception.swift, HashMap.swift (in target 'java_swift' from project 'java_swift')
SwiftDriverJobDiscovery normal arm64 Compiling JNIMethod.swift, JNIObject.swift (in target 'java_swift' from project 'java_swift')
SwiftDriverJobDiscovery normal arm64 Compiling JNICore.swift, JNIField.swift (in target 'java_swift' from project 'java_swift')
SwiftDriver\ Compilation java_swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name java_swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.o normal (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.o (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'java_swift' from project 'java_swift')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CJavaVM' from project 'CJavaVM')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'java_swift' from project 'java_swift')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cjavavm",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/CJavaVM.git"
    }
  ],
  "manifest_display_name" : "java_swift",
  "name" : "java_swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "java_swift",
      "targets" : [
        "java_swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "java_swift",
      "module_type" : "SwiftTarget",
      "name" : "java_swift",
      "path" : "Sources",
      "product_dependencies" : [
        "CJavaVM"
      ],
      "product_memberships" : [
        "java_swift"
      ],
      "sources" : [
        "Exception.swift",
        "HashMap.swift",
        "JNICore.swift",
        "JNIField.swift",
        "JNIMethod.swift",
        "JNIObject.swift",
        "JNIProxy.swift",
        "JNIType.swift",
        "JavaClass.swift",
        "JavaEnum.swift",
        "JavaMap.swift",
        "JavaObject.swift",
        "JavaSet.swift",
        "JavaThread.swift",
        "Runnable.swift",
        "Throwable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.