Build Information
Successful build of java_swift, reference master (ebf330
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 7 Jun 2025 09:42:15 UTC.
Swift 6 data race errors: 248
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme java_swift -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
private static var 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: add '@MainActor' to make static property 'join_MethodID_38' part of global actor 'MainActor'
private static var join_MethodID_38: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:687:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var join_MethodID_38: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: warning: static property 'join_MethodID_39' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var join_MethodID_39: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: note: convert 'join_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
private static var join_MethodID_39: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: note: add '@MainActor' to make static property 'join_MethodID_39' part of global actor 'MainActor'
private static var join_MethodID_39: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:707:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var join_MethodID_39: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: warning: static property 'resume_MethodID_40' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var resume_MethodID_40: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: note: convert 'resume_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
private static var resume_MethodID_40: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: note: add '@MainActor' to make static property 'resume_MethodID_40' part of global actor 'MainActor'
private static var resume_MethodID_40: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:722:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var resume_MethodID_40: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: warning: static property 'run_MethodID_41' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var run_MethodID_41: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: note: convert 'run_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
private static var run_MethodID_41: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: note: add '@MainActor' to make static property 'run_MethodID_41' part of global actor 'MainActor'
private static var run_MethodID_41: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:735:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var run_MethodID_41: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: warning: static property 'setContextClassLoader_MethodID_42' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var setContextClassLoader_MethodID_42: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: note: convert 'setContextClassLoader_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
private static var setContextClassLoader_MethodID_42: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: note: add '@MainActor' to make static property 'setContextClassLoader_MethodID_42' part of global actor 'MainActor'
private static var setContextClassLoader_MethodID_42: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:746:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var setContextClassLoader_MethodID_42: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: warning: static property 'setDaemon_MethodID_43' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var setDaemon_MethodID_43: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: note: convert 'setDaemon_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
private static var setDaemon_MethodID_43: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: note: add '@MainActor' to make static property 'setDaemon_MethodID_43' part of global actor 'MainActor'
private static var setDaemon_MethodID_43: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:761:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var setDaemon_MethodID_43: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: warning: static property 'setName_MethodID_44' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var setName_MethodID_44: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: note: convert 'setName_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
private static var setName_MethodID_44: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: note: add '@MainActor' to make static property 'setName_MethodID_44' part of global actor 'MainActor'
private static var setName_MethodID_44: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:776:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var setName_MethodID_44: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: warning: static property 'setPriority_MethodID_45' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var setPriority_MethodID_45: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: note: convert 'setPriority_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
private static var setPriority_MethodID_45: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: note: add '@MainActor' to make static property 'setPriority_MethodID_45' part of global actor 'MainActor'
private static var setPriority_MethodID_45: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:793:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var setPriority_MethodID_45: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: warning: static property 'setUncaughtExceptionHandler_MethodID_46' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: note: convert 'setUncaughtExceptionHandler_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: note: add '@MainActor' to make static property 'setUncaughtExceptionHandler_MethodID_46' part of global actor 'MainActor'
private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:810:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var setUncaughtExceptionHandler_MethodID_46: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: warning: static property 'start_MethodID_47' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var start_MethodID_47: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: note: convert 'start_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
private static var start_MethodID_47: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: note: add '@MainActor' to make static property 'start_MethodID_47' part of global actor 'MainActor'
private static var start_MethodID_47: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:825:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var start_MethodID_47: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: warning: static property 'stop_MethodID_48' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var stop_MethodID_48: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: note: convert 'stop_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
private static var stop_MethodID_48: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: note: add '@MainActor' to make static property 'stop_MethodID_48' part of global actor 'MainActor'
private static var stop_MethodID_48: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:838:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var stop_MethodID_48: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: warning: static property 'stop_MethodID_49' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var stop_MethodID_49: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: note: convert 'stop_MethodID_49' to a 'let' constant to make 'Sendable' shared state immutable
private static var stop_MethodID_49: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: note: add '@MainActor' to make static property 'stop_MethodID_49' part of global actor 'MainActor'
private static var stop_MethodID_49: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:853:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var stop_MethodID_49: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: warning: static property 'suspend_MethodID_50' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var suspend_MethodID_50: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: note: convert 'suspend_MethodID_50' to a 'let' constant to make 'Sendable' shared state immutable
private static var suspend_MethodID_50: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaThread.swift:866:24: note: add '@MainActor' to make static property 'suspend_MethodID_50' part of global actor 'MainActor'
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 {
^
, @unchecked Sendable
SwiftCompile normal arm64 Compiling\ Throwable.swift /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift (in target 'java_swift' from project 'java_swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:15:24: warning: static property 'ThrowableJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ThrowableJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:15:24: note: convert 'ThrowableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var ThrowableJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:15:24: note: add '@MainActor' to make static property 'ThrowableJNIClass' part of global actor 'MainActor'
private static var ThrowableJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ThrowableJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:47:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:47:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:47:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:59:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:59:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:59:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
private static var new_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:76:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:76:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:76:24: note: add '@MainActor' to make static property 'new_MethodID_3' part of global actor 'MainActor'
private static var new_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:76:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:94:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:94:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:94:24: note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
private static var new_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:94:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:114:24: warning: static property 'new_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:114:24: note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:114:24: note: add '@MainActor' to make static property 'new_MethodID_5' part of global actor 'MainActor'
private static var new_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:114:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:131:24: warning: static property 'addSuppressed_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var addSuppressed_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:131:24: note: convert 'addSuppressed_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var addSuppressed_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:131:24: note: add '@MainActor' to make static property 'addSuppressed_MethodID_6' part of global actor 'MainActor'
private static var addSuppressed_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:131:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var addSuppressed_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:148:24: warning: static property 'fillInStackTrace_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var fillInStackTrace_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:148:24: note: convert 'fillInStackTrace_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var fillInStackTrace_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:148:24: note: add '@MainActor' to make static property 'fillInStackTrace_MethodID_7' part of global actor 'MainActor'
private static var fillInStackTrace_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:148:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var fillInStackTrace_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:161:24: warning: static property 'getCause_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getCause_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:161:24: note: convert 'getCause_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var getCause_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:161:24: note: add '@MainActor' to make static property 'getCause_MethodID_8' part of global actor 'MainActor'
private static var getCause_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:161:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getCause_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:174:24: warning: static property 'getLocalizedMessage_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getLocalizedMessage_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:174:24: note: convert 'getLocalizedMessage_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var getLocalizedMessage_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:174:24: note: add '@MainActor' to make static property 'getLocalizedMessage_MethodID_9' part of global actor 'MainActor'
private static var getLocalizedMessage_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:174:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getLocalizedMessage_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:187:24: warning: static property 'getMessage_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getMessage_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:187:24: note: convert 'getMessage_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var getMessage_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:187:24: note: add '@MainActor' to make static property 'getMessage_MethodID_10' part of global actor 'MainActor'
private static var getMessage_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:187:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getMessage_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:202:24: warning: static property 'getStackTrace_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getStackTrace_MethodID_11: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:202:24: note: convert 'getStackTrace_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
private static var getStackTrace_MethodID_11: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:202:24: note: add '@MainActor' to make static property 'getStackTrace_MethodID_11' part of global actor 'MainActor'
private static var getStackTrace_MethodID_11: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:202:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getStackTrace_MethodID_11: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:222:24: warning: static property 'getSuppressed_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getSuppressed_MethodID_12: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:222:24: note: convert 'getSuppressed_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSuppressed_MethodID_12: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:222:24: note: add '@MainActor' to make static property 'getSuppressed_MethodID_12' part of global actor 'MainActor'
private static var getSuppressed_MethodID_12: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:222:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSuppressed_MethodID_12: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:234:24: warning: static property 'initCause_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var initCause_MethodID_13: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:234:24: note: convert 'initCause_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
private static var initCause_MethodID_13: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:234:24: note: add '@MainActor' to make static property 'initCause_MethodID_13' part of global actor 'MainActor'
private static var initCause_MethodID_13: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:234:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var initCause_MethodID_13: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:255:24: warning: static property 'printStackTrace_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var printStackTrace_MethodID_14: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:255:24: note: convert 'printStackTrace_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
private static var printStackTrace_MethodID_14: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:255:24: note: add '@MainActor' to make static property 'printStackTrace_MethodID_14' part of global actor 'MainActor'
private static var printStackTrace_MethodID_14: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:255:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var printStackTrace_MethodID_14: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:272:24: warning: static property 'printStackTrace_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var printStackTrace_MethodID_15: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:272:24: note: convert 'printStackTrace_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
private static var printStackTrace_MethodID_15: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:272:24: note: add '@MainActor' to make static property 'printStackTrace_MethodID_15' part of global actor 'MainActor'
private static var printStackTrace_MethodID_15: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:272:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var printStackTrace_MethodID_15: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:285:24: warning: static property 'setStackTrace_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var setStackTrace_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:285:24: note: convert 'setStackTrace_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var setStackTrace_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:285:24: note: add '@MainActor' to make static property 'setStackTrace_MethodID_16' part of global actor 'MainActor'
private static var setStackTrace_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:285:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var setStackTrace_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:304:24: warning: static property 'classGetNameMethod' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var classGetNameMethod: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:304:24: note: convert 'classGetNameMethod' to a 'let' constant to make 'Sendable' shared state immutable
private static var classGetNameMethod: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:304:24: note: add '@MainActor' to make static property 'classGetNameMethod' part of global actor 'MainActor'
private static var classGetNameMethod: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:304:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var classGetNameMethod: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Throwable.swift:6:12: warning: class 'Throwable' must restate inherited '@unchecked Sendable' conformance
open class Throwable: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
^
, @unchecked Sendable
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')
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/.swiftpm/xcode
/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: add '@MainActor' to make let 'JNI' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'jniEnvKey' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make var 'jniFatalMessage' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'envVarKey' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'java_lang_ObjectClass' part of global actor 'MainActor'
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
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/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JavaClass.swift,\ JavaEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift (in target 'java_swift' from project 'java_swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:15:24: warning: static property 'JavaClassJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var JavaClassJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:15:24: note: convert 'JavaClassJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var JavaClassJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:15:24: note: add '@MainActor' to make static property 'JavaClassJNIClass' part of global actor 'MainActor'
private static var JavaClassJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var JavaClassJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:99:24: warning: static property 'forName_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var forName_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:99:24: note: convert 'forName_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var forName_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:99:24: note: add '@MainActor' to make static property 'forName_MethodID_1' part of global actor 'MainActor'
private static var forName_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:99:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var forName_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:120:24: warning: static property 'forName_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var forName_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:120:24: note: convert 'forName_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var forName_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:120:24: note: add '@MainActor' to make static property 'forName_MethodID_2' part of global actor 'MainActor'
private static var forName_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:120:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var forName_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:167:24: warning: static property 'asSubclass_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var asSubclass_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:167:24: note: convert 'asSubclass_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var asSubclass_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:167:24: note: add '@MainActor' to make static property 'asSubclass_MethodID_3' part of global actor 'MainActor'
private static var asSubclass_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:167:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var asSubclass_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:190:24: warning: static property 'cast_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var cast_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:190:24: note: convert 'cast_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var cast_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:190:24: note: add '@MainActor' to make static property 'cast_MethodID_4' part of global actor 'MainActor'
private static var cast_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:190:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var cast_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:213:24: warning: static property 'desiredAssertionStatus_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var desiredAssertionStatus_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:213:24: note: convert 'desiredAssertionStatus_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var desiredAssertionStatus_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:213:24: note: add '@MainActor' to make static property 'desiredAssertionStatus_MethodID_5' part of global actor 'MainActor'
private static var desiredAssertionStatus_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:213:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var desiredAssertionStatus_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:229:24: warning: static property 'getAnnotatedInterfaces_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getAnnotatedInterfaces_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:229:24: note: convert 'getAnnotatedInterfaces_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotatedInterfaces_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:229:24: note: add '@MainActor' to make static property 'getAnnotatedInterfaces_MethodID_6' part of global actor 'MainActor'
private static var getAnnotatedInterfaces_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:229:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotatedInterfaces_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:241:24: warning: static property 'getAnnotatedSuperclass_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getAnnotatedSuperclass_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:241:24: note: convert 'getAnnotatedSuperclass_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotatedSuperclass_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:241:24: note: add '@MainActor' to make static property 'getAnnotatedSuperclass_MethodID_7' part of global actor 'MainActor'
private static var getAnnotatedSuperclass_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:241:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotatedSuperclass_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:254:24: warning: static property 'getAnnotation_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getAnnotation_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:254:24: note: convert 'getAnnotation_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotation_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:254:24: note: add '@MainActor' to make static property 'getAnnotation_MethodID_8' part of global actor 'MainActor'
private static var getAnnotation_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:254:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotation_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:275:24: warning: static property 'getAnnotations_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getAnnotations_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:275:24: note: convert 'getAnnotations_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotations_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:275:24: note: add '@MainActor' to make static property 'getAnnotations_MethodID_9' part of global actor 'MainActor'
private static var getAnnotations_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:275:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotations_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:287:24: warning: static property 'getAnnotationsByType_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getAnnotationsByType_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:287:24: note: convert 'getAnnotationsByType_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotationsByType_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:287:24: note: add '@MainActor' to make static property 'getAnnotationsByType_MethodID_10' part of global actor 'MainActor'
private static var getAnnotationsByType_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:287:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotationsByType_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:303:24: warning: static property 'getCanonicalName_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getCanonicalName_MethodID_11: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:303:24: note: convert 'getCanonicalName_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
private static var getCanonicalName_MethodID_11: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:303:24: note: add '@MainActor' to make static property 'getCanonicalName_MethodID_11' part of global actor 'MainActor'
private static var getCanonicalName_MethodID_11: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:303:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getCanonicalName_MethodID_11: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:316:24: warning: static property 'getClassLoader_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getClassLoader_MethodID_12: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:316:24: note: convert 'getClassLoader_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
private static var getClassLoader_MethodID_12: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:316:24: note: add '@MainActor' to make static property 'getClassLoader_MethodID_12' part of global actor 'MainActor'
private static var getClassLoader_MethodID_12: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:316:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getClassLoader_MethodID_12: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:333:24: warning: static property 'getClasses_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getClasses_MethodID_13: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:333:24: note: convert 'getClasses_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
private static var getClasses_MethodID_13: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:333:24: note: add '@MainActor' to make static property 'getClasses_MethodID_13' part of global actor 'MainActor'
private static var getClasses_MethodID_13: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:333:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getClasses_MethodID_13: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:345:24: warning: static property 'getComponentType_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getComponentType_MethodID_14: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:345:24: note: convert 'getComponentType_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
private static var getComponentType_MethodID_14: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:345:24: note: add '@MainActor' to make static property 'getComponentType_MethodID_14' part of global actor 'MainActor'
private static var getComponentType_MethodID_14: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:345:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getComponentType_MethodID_14: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:362:24: warning: static property 'getConstructor_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getConstructor_MethodID_15: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:362:24: note: convert 'getConstructor_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
private static var getConstructor_MethodID_15: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:362:24: note: add '@MainActor' to make static property 'getConstructor_MethodID_15' part of global actor 'MainActor'
private static var getConstructor_MethodID_15: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:362:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getConstructor_MethodID_15: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:385:24: warning: static property 'getConstructors_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getConstructors_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:385:24: note: convert 'getConstructors_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var getConstructors_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:385:24: note: add '@MainActor' to make static property 'getConstructors_MethodID_16' part of global actor 'MainActor'
private static var getConstructors_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:385:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getConstructors_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:401:24: warning: static property 'getDeclaredAnnotation_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredAnnotation_MethodID_17: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:401:24: note: convert 'getDeclaredAnnotation_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredAnnotation_MethodID_17: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:401:24: note: add '@MainActor' to make static property 'getDeclaredAnnotation_MethodID_17' part of global actor 'MainActor'
private static var getDeclaredAnnotation_MethodID_17: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:401:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredAnnotation_MethodID_17: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:422:24: warning: static property 'getDeclaredAnnotations_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredAnnotations_MethodID_18: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:422:24: note: convert 'getDeclaredAnnotations_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredAnnotations_MethodID_18: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:422:24: note: add '@MainActor' to make static property 'getDeclaredAnnotations_MethodID_18' part of global actor 'MainActor'
private static var getDeclaredAnnotations_MethodID_18: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:422:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredAnnotations_MethodID_18: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:434:24: warning: static property 'getDeclaredAnnotationsByType_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredAnnotationsByType_MethodID_19: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:434:24: note: convert 'getDeclaredAnnotationsByType_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredAnnotationsByType_MethodID_19: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:434:24: note: add '@MainActor' to make static property 'getDeclaredAnnotationsByType_MethodID_19' part of global actor 'MainActor'
private static var getDeclaredAnnotationsByType_MethodID_19: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:434:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredAnnotationsByType_MethodID_19: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:450:24: warning: static property 'getDeclaredClasses_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredClasses_MethodID_20: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:450:24: note: convert 'getDeclaredClasses_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredClasses_MethodID_20: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:450:24: note: add '@MainActor' to make static property 'getDeclaredClasses_MethodID_20' part of global actor 'MainActor'
private static var getDeclaredClasses_MethodID_20: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:450:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredClasses_MethodID_20: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:468:24: warning: static property 'getDeclaredConstructor_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredConstructor_MethodID_21: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:468:24: note: convert 'getDeclaredConstructor_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredConstructor_MethodID_21: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:468:24: note: add '@MainActor' to make static property 'getDeclaredConstructor_MethodID_21' part of global actor 'MainActor'
private static var getDeclaredConstructor_MethodID_21: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:468:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredConstructor_MethodID_21: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:489:24: warning: static property 'getDeclaredConstructors_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredConstructors_MethodID_22: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:489:24: note: convert 'getDeclaredConstructors_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredConstructors_MethodID_22: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:489:24: note: add '@MainActor' to make static property 'getDeclaredConstructors_MethodID_22' part of global actor 'MainActor'
private static var getDeclaredConstructors_MethodID_22: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:489:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredConstructors_MethodID_22: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:507:24: warning: static property 'getDeclaredField_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredField_MethodID_23: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:507:24: note: convert 'getDeclaredField_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredField_MethodID_23: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:507:24: note: add '@MainActor' to make static property 'getDeclaredField_MethodID_23' part of global actor 'MainActor'
private static var getDeclaredField_MethodID_23: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:507:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredField_MethodID_23: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:528:24: warning: static property 'getDeclaredFields_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredFields_MethodID_24: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:528:24: note: convert 'getDeclaredFields_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredFields_MethodID_24: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:528:24: note: add '@MainActor' to make static property 'getDeclaredFields_MethodID_24' part of global actor 'MainActor'
private static var getDeclaredFields_MethodID_24: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:528:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredFields_MethodID_24: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:546:24: warning: static property 'getDeclaredMethod_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredMethod_MethodID_25: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:546:24: note: convert 'getDeclaredMethod_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredMethod_MethodID_25: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:546:24: note: add '@MainActor' to make static property 'getDeclaredMethod_MethodID_25' part of global actor 'MainActor'
private static var getDeclaredMethod_MethodID_25: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:546:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredMethod_MethodID_25: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:568:24: warning: static property 'getDeclaredMethods_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaredMethods_MethodID_26: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:568:24: note: convert 'getDeclaredMethods_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredMethods_MethodID_26: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:568:24: note: add '@MainActor' to make static property 'getDeclaredMethods_MethodID_26' part of global actor 'MainActor'
private static var getDeclaredMethods_MethodID_26: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:568:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredMethods_MethodID_26: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:586:24: warning: static property 'getDeclaringClass_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaringClass_MethodID_27: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:586:24: note: convert 'getDeclaringClass_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaringClass_MethodID_27: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:586:24: note: add '@MainActor' to make static property 'getDeclaringClass_MethodID_27' part of global actor 'MainActor'
private static var getDeclaringClass_MethodID_27: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:586:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaringClass_MethodID_27: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:605:24: warning: static property 'getEnclosingClass_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getEnclosingClass_MethodID_28: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:605:24: note: convert 'getEnclosingClass_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
private static var getEnclosingClass_MethodID_28: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:605:24: note: add '@MainActor' to make static property 'getEnclosingClass_MethodID_28' part of global actor 'MainActor'
private static var getEnclosingClass_MethodID_28: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:605:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getEnclosingClass_MethodID_28: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:622:24: warning: static property 'getEnclosingConstructor_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getEnclosingConstructor_MethodID_29: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:622:24: note: convert 'getEnclosingConstructor_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
private static var getEnclosingConstructor_MethodID_29: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:622:24: note: add '@MainActor' to make static property 'getEnclosingConstructor_MethodID_29' part of global actor 'MainActor'
private static var getEnclosingConstructor_MethodID_29: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:622:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getEnclosingConstructor_MethodID_29: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:639:24: warning: static property 'getEnclosingMethod_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getEnclosingMethod_MethodID_30: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:639:24: note: convert 'getEnclosingMethod_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
private static var getEnclosingMethod_MethodID_30: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:639:24: note: add '@MainActor' to make static property 'getEnclosingMethod_MethodID_30' part of global actor 'MainActor'
private static var getEnclosingMethod_MethodID_30: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:639:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getEnclosingMethod_MethodID_30: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:660:24: warning: static property 'getEnumConstants_MethodID_31' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getEnumConstants_MethodID_31: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:660:24: note: convert 'getEnumConstants_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
private static var getEnumConstants_MethodID_31: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:660:24: note: add '@MainActor' to make static property 'getEnumConstants_MethodID_31' part of global actor 'MainActor'
private static var getEnumConstants_MethodID_31: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:660:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getEnumConstants_MethodID_31: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:678:24: warning: static property 'getField_MethodID_32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getField_MethodID_32: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:678:24: note: convert 'getField_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
private static var getField_MethodID_32: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:678:24: note: add '@MainActor' to make static property 'getField_MethodID_32' part of global actor 'MainActor'
private static var getField_MethodID_32: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:678:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getField_MethodID_32: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:701:24: warning: static property 'getFields_MethodID_33' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getFields_MethodID_33: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:701:24: note: convert 'getFields_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
private static var getFields_MethodID_33: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:701:24: note: add '@MainActor' to make static property 'getFields_MethodID_33' part of global actor 'MainActor'
private static var getFields_MethodID_33: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:701:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getFields_MethodID_33: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:719:24: warning: static property 'getGenericInterfaces_MethodID_34' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getGenericInterfaces_MethodID_34: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:719:24: note: convert 'getGenericInterfaces_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
private static var getGenericInterfaces_MethodID_34: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:719:24: note: add '@MainActor' to make static property 'getGenericInterfaces_MethodID_34' part of global actor 'MainActor'
private static var getGenericInterfaces_MethodID_34: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:719:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getGenericInterfaces_MethodID_34: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:733:24: warning: static property 'getGenericSuperclass_MethodID_35' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getGenericSuperclass_MethodID_35: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:733:24: note: convert 'getGenericSuperclass_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
private static var getGenericSuperclass_MethodID_35: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:733:24: note: add '@MainActor' to make static property 'getGenericSuperclass_MethodID_35' part of global actor 'MainActor'
private static var getGenericSuperclass_MethodID_35: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:733:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getGenericSuperclass_MethodID_35: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:746:24: warning: static property 'getInterfaces_MethodID_36' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getInterfaces_MethodID_36: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:746:24: note: convert 'getInterfaces_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
private static var getInterfaces_MethodID_36: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:746:24: note: add '@MainActor' to make static property 'getInterfaces_MethodID_36' part of global actor 'MainActor'
private static var getInterfaces_MethodID_36: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:746:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getInterfaces_MethodID_36: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:760:24: warning: static property 'getMethod_MethodID_37' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getMethod_MethodID_37: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:760:24: note: convert 'getMethod_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
private static var getMethod_MethodID_37: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:760:24: note: add '@MainActor' to make static property 'getMethod_MethodID_37' part of global actor 'MainActor'
private static var getMethod_MethodID_37: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:760:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getMethod_MethodID_37: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:784:24: warning: static property 'getMethods_MethodID_38' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getMethods_MethodID_38: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:784:24: note: convert 'getMethods_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
private static var getMethods_MethodID_38: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:784:24: note: add '@MainActor' to make static property 'getMethods_MethodID_38' part of global actor 'MainActor'
private static var getMethods_MethodID_38: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:784:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getMethods_MethodID_38: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:800:24: warning: static property 'getModifiers_MethodID_39' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getModifiers_MethodID_39: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:800:24: note: convert 'getModifiers_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
private static var getModifiers_MethodID_39: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:800:24: note: add '@MainActor' to make static property 'getModifiers_MethodID_39' part of global actor 'MainActor'
private static var getModifiers_MethodID_39: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:800:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getModifiers_MethodID_39: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:812:24: warning: static property 'getName_MethodID_40' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getName_MethodID_40: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:812:24: note: convert 'getName_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
private static var getName_MethodID_40: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:812:24: note: add '@MainActor' to make static property 'getName_MethodID_40' part of global actor 'MainActor'
private static var getName_MethodID_40: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:812:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getName_MethodID_40: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:827:24: warning: static property 'getPackage_MethodID_41' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getPackage_MethodID_41: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:827:24: note: convert 'getPackage_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
private static var getPackage_MethodID_41: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:827:24: note: add '@MainActor' to make static property 'getPackage_MethodID_41' part of global actor 'MainActor'
private static var getPackage_MethodID_41: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:827:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getPackage_MethodID_41: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:840:24: warning: static property 'getProtectionDomain_MethodID_42' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getProtectionDomain_MethodID_42: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:840:24: note: convert 'getProtectionDomain_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
private static var getProtectionDomain_MethodID_42: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:840:24: note: add '@MainActor' to make static property 'getProtectionDomain_MethodID_42' part of global actor 'MainActor'
private static var getProtectionDomain_MethodID_42: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:840:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getProtectionDomain_MethodID_42: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:863:24: warning: static property 'getResource_MethodID_43' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getResource_MethodID_43: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:863:24: note: convert 'getResource_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
private static var getResource_MethodID_43: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:863:24: note: add '@MainActor' to make static property 'getResource_MethodID_43' part of global actor 'MainActor'
private static var getResource_MethodID_43: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:863:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getResource_MethodID_43: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:880:24: warning: static property 'getResourceAsStream_MethodID_44' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getResourceAsStream_MethodID_44: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:880:24: note: convert 'getResourceAsStream_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
private static var getResourceAsStream_MethodID_44: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:880:24: note: add '@MainActor' to make static property 'getResourceAsStream_MethodID_44' part of global actor 'MainActor'
private static var getResourceAsStream_MethodID_44: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:880:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getResourceAsStream_MethodID_44: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:897:24: warning: static property 'getSigners_MethodID_45' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getSigners_MethodID_45: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:897:24: note: convert 'getSigners_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSigners_MethodID_45: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:897:24: note: add '@MainActor' to make static property 'getSigners_MethodID_45' part of global actor 'MainActor'
private static var getSigners_MethodID_45: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:897:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSigners_MethodID_45: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:911:24: warning: static property 'getSimpleName_MethodID_46' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getSimpleName_MethodID_46: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:911:24: note: convert 'getSimpleName_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSimpleName_MethodID_46: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:911:24: note: add '@MainActor' to make static property 'getSimpleName_MethodID_46' part of global actor 'MainActor'
private static var getSimpleName_MethodID_46: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:911:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSimpleName_MethodID_46: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:924:24: warning: static property 'getSuperclass_MethodID_47' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getSuperclass_MethodID_47: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:924:24: note: convert 'getSuperclass_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSuperclass_MethodID_47: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:924:24: note: add '@MainActor' to make static property 'getSuperclass_MethodID_47' part of global actor 'MainActor'
private static var getSuperclass_MethodID_47: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:924:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSuperclass_MethodID_47: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:937:24: warning: static property 'getTypeName_MethodID_48' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getTypeName_MethodID_48: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:937:24: note: convert 'getTypeName_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
private static var getTypeName_MethodID_48: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:937:24: note: add '@MainActor' to make static property 'getTypeName_MethodID_48' part of global actor 'MainActor'
private static var getTypeName_MethodID_48: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:937:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getTypeName_MethodID_48: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:950:24: warning: static property 'getTypeParameters_MethodID_49' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getTypeParameters_MethodID_49: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:950:24: note: convert 'getTypeParameters_MethodID_49' to a 'let' constant to make 'Sendable' shared state immutable
private static var getTypeParameters_MethodID_49: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:950:24: note: add '@MainActor' to make static property 'getTypeParameters_MethodID_49' part of global actor 'MainActor'
private static var getTypeParameters_MethodID_49: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:950:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getTypeParameters_MethodID_49: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:962:24: warning: static property 'isAnnotation_MethodID_50' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isAnnotation_MethodID_50: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:962:24: note: convert 'isAnnotation_MethodID_50' to a 'let' constant to make 'Sendable' shared state immutable
private static var isAnnotation_MethodID_50: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:962:24: note: add '@MainActor' to make static property 'isAnnotation_MethodID_50' part of global actor 'MainActor'
private static var isAnnotation_MethodID_50: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:962:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isAnnotation_MethodID_50: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:974:24: warning: static property 'isAnnotationPresent_MethodID_51' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isAnnotationPresent_MethodID_51: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:974:24: note: convert 'isAnnotationPresent_MethodID_51' to a 'let' constant to make 'Sendable' shared state immutable
private static var isAnnotationPresent_MethodID_51: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:974:24: note: add '@MainActor' to make static property 'isAnnotationPresent_MethodID_51' part of global actor 'MainActor'
private static var isAnnotationPresent_MethodID_51: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:974:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isAnnotationPresent_MethodID_51: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:990:24: warning: static property 'isAnonymousClass_MethodID_52' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isAnonymousClass_MethodID_52: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:990:24: note: convert 'isAnonymousClass_MethodID_52' to a 'let' constant to make 'Sendable' shared state immutable
private static var isAnonymousClass_MethodID_52: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:990:24: note: add '@MainActor' to make static property 'isAnonymousClass_MethodID_52' part of global actor 'MainActor'
private static var isAnonymousClass_MethodID_52: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:990:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isAnonymousClass_MethodID_52: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1002:24: warning: static property 'isArray_MethodID_53' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isArray_MethodID_53: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1002:24: note: convert 'isArray_MethodID_53' to a 'let' constant to make 'Sendable' shared state immutable
private static var isArray_MethodID_53: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1002:24: note: add '@MainActor' to make static property 'isArray_MethodID_53' part of global actor 'MainActor'
private static var isArray_MethodID_53: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1002:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isArray_MethodID_53: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1014:24: warning: static property 'isAssignableFrom_MethodID_54' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isAssignableFrom_MethodID_54: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1014:24: note: convert 'isAssignableFrom_MethodID_54' to a 'let' constant to make 'Sendable' shared state immutable
private static var isAssignableFrom_MethodID_54: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1014:24: note: add '@MainActor' to make static property 'isAssignableFrom_MethodID_54' part of global actor 'MainActor'
private static var isAssignableFrom_MethodID_54: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1014:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isAssignableFrom_MethodID_54: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1030:24: warning: static property 'isEnum_MethodID_55' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isEnum_MethodID_55: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1030:24: note: convert 'isEnum_MethodID_55' to a 'let' constant to make 'Sendable' shared state immutable
private static var isEnum_MethodID_55: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1030:24: note: add '@MainActor' to make static property 'isEnum_MethodID_55' part of global actor 'MainActor'
private static var isEnum_MethodID_55: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1030:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isEnum_MethodID_55: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1042:24: warning: static property 'isInstance_MethodID_56' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isInstance_MethodID_56: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1042:24: note: convert 'isInstance_MethodID_56' to a 'let' constant to make 'Sendable' shared state immutable
private static var isInstance_MethodID_56: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1042:24: note: add '@MainActor' to make static property 'isInstance_MethodID_56' part of global actor 'MainActor'
private static var isInstance_MethodID_56: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1042:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isInstance_MethodID_56: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1058:24: warning: static property 'isInterface_MethodID_57' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isInterface_MethodID_57: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1058:24: note: convert 'isInterface_MethodID_57' to a 'let' constant to make 'Sendable' shared state immutable
private static var isInterface_MethodID_57: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1058:24: note: add '@MainActor' to make static property 'isInterface_MethodID_57' part of global actor 'MainActor'
private static var isInterface_MethodID_57: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1058:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isInterface_MethodID_57: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1070:24: warning: static property 'isLocalClass_MethodID_58' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isLocalClass_MethodID_58: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1070:24: note: convert 'isLocalClass_MethodID_58' to a 'let' constant to make 'Sendable' shared state immutable
private static var isLocalClass_MethodID_58: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1070:24: note: add '@MainActor' to make static property 'isLocalClass_MethodID_58' part of global actor 'MainActor'
private static var isLocalClass_MethodID_58: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1070:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isLocalClass_MethodID_58: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1084:24: warning: static property 'isMemberClass_MethodID_59' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isMemberClass_MethodID_59: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1084:24: note: convert 'isMemberClass_MethodID_59' to a 'let' constant to make 'Sendable' shared state immutable
private static var isMemberClass_MethodID_59: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1084:24: note: add '@MainActor' to make static property 'isMemberClass_MethodID_59' part of global actor 'MainActor'
private static var isMemberClass_MethodID_59: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1084:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isMemberClass_MethodID_59: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1096:24: warning: static property 'isPrimitive_MethodID_60' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isPrimitive_MethodID_60: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1096:24: note: convert 'isPrimitive_MethodID_60' to a 'let' constant to make 'Sendable' shared state immutable
private static var isPrimitive_MethodID_60: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1096:24: note: add '@MainActor' to make static property 'isPrimitive_MethodID_60' part of global actor 'MainActor'
private static var isPrimitive_MethodID_60: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1096:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isPrimitive_MethodID_60: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1108:24: warning: static property 'isSynthetic_MethodID_61' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isSynthetic_MethodID_61: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1108:24: note: convert 'isSynthetic_MethodID_61' to a 'let' constant to make 'Sendable' shared state immutable
private static var isSynthetic_MethodID_61: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1108:24: note: add '@MainActor' to make static property 'isSynthetic_MethodID_61' part of global actor 'MainActor'
private static var isSynthetic_MethodID_61: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1108:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isSynthetic_MethodID_61: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1120:24: warning: static property 'newInstance_MethodID_62' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var newInstance_MethodID_62: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1120:24: note: convert 'newInstance_MethodID_62' to a 'let' constant to make 'Sendable' shared state immutable
private static var newInstance_MethodID_62: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1120:24: note: add '@MainActor' to make static property 'newInstance_MethodID_62' part of global actor 'MainActor'
private static var newInstance_MethodID_62: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1120:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var newInstance_MethodID_62: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1159:24: warning: static property 'toGenericString_MethodID_63' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var toGenericString_MethodID_63: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1159:24: note: convert 'toGenericString_MethodID_63' to a 'let' constant to make 'Sendable' shared state immutable
private static var toGenericString_MethodID_63: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1159:24: note: add '@MainActor' to make static property 'toGenericString_MethodID_63' part of global actor 'MainActor'
private static var toGenericString_MethodID_63: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:1159:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var toGenericString_MethodID_63: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaClass.swift:6:12: warning: class 'JavaClass' must restate inherited '@unchecked Sendable' conformance
open class JavaClass: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:15:24: warning: static property 'JavaEnumJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var JavaEnumJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:15:24: note: convert 'JavaEnumJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var JavaEnumJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:15:24: note: add '@MainActor' to make static property 'JavaEnumJNIClass' part of global actor 'MainActor'
private static var JavaEnumJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var JavaEnumJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:23:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:23:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:23:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:41:24: warning: static property 'valueOf_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var valueOf_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:41:24: note: convert 'valueOf_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var valueOf_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:41:24: note: add '@MainActor' to make static property 'valueOf_MethodID_2' part of global actor 'MainActor'
private static var valueOf_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:41:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var valueOf_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:59:24: warning: static property 'clone_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var clone_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:59:24: note: convert 'clone_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var clone_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:59:24: note: add '@MainActor' to make static property 'clone_MethodID_3' part of global actor 'MainActor'
private static var clone_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var clone_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:76:24: warning: static property 'compareTo_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var compareTo_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:76:24: note: convert 'compareTo_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var compareTo_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:76:24: note: add '@MainActor' to make static property 'compareTo_MethodID_4' part of global actor 'MainActor'
private static var compareTo_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:76:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var compareTo_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:92:24: warning: static property 'compareTo_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var compareTo_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:92:24: note: convert 'compareTo_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var compareTo_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:92:24: note: add '@MainActor' to make static property 'compareTo_MethodID_5' part of global actor 'MainActor'
private static var compareTo_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:92:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var compareTo_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:108:24: warning: static property 'equals_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var equals_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:108:24: note: convert 'equals_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var equals_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:108:24: note: add '@MainActor' to make static property 'equals_MethodID_6' part of global actor 'MainActor'
private static var equals_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:108:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var equals_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:124:24: warning: static property 'finalize_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var finalize_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:124:24: note: convert 'finalize_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var finalize_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:124:24: note: add '@MainActor' to make static property 'finalize_MethodID_7' part of global actor 'MainActor'
private static var finalize_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:124:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var finalize_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:135:24: warning: static property 'getDeclaringClass_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var getDeclaringClass_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:135:24: note: convert 'getDeclaringClass_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaringClass_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:135:24: note: add '@MainActor' to make static property 'getDeclaringClass_MethodID_8' part of global actor 'MainActor'
private static var getDeclaringClass_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:135:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaringClass_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:152:24: warning: static property 'name_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var name_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:152:24: note: convert 'name_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var name_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:152:24: note: add '@MainActor' to make static property 'name_MethodID_9' part of global actor 'MainActor'
private static var name_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:152:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var name_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:165:24: warning: static property 'ordinal_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ordinal_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:165:24: note: convert 'ordinal_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var ordinal_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:165:24: note: add '@MainActor' to make static property 'ordinal_MethodID_10' part of global actor 'MainActor'
private static var ordinal_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:165:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ordinal_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JavaEnum.swift:6:12: warning: class 'JavaEnum' must restate inherited '@unchecked Sendable' conformance
open class JavaEnum: JavaObject, /* interface java.lang.Comparable */ UnavailableProtocol {
^
, @unchecked Sendable
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')
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/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Exception.swift:15:24: warning: static property 'ExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
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: add '@MainActor' to make static property 'ExceptionJNIClass' part of global actor 'MainActor'
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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/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: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/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: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/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: add '@MainActor' to make static property 'new_MethodID_3' part of global actor 'MainActor'
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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/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: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/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: add '@MainActor' to make static property 'new_MethodID_5' part of global actor 'MainActor'
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 {
^
, @unchecked Sendable
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/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HashMap.swift:15:24: warning: static property 'HashMapJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
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: add '@MainActor' to make static property 'HashMapJNIClass' part of global actor 'MainActor'
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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/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: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/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: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/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: add '@MainActor' to make static property 'new_MethodID_3' part of global actor 'MainActor'
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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/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: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'clear_MethodID_5' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'clone_MethodID_6' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'compute_MethodID_7' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'computeIfAbsent_MethodID_8' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'computeIfPresent_MethodID_9' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'containsKey_MethodID_10' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'containsValue_MethodID_11' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'entrySet_MethodID_12' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'forEach_MethodID_13' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'get_MethodID_14' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'getOrDefault_MethodID_15' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'isEmpty_MethodID_16' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'keySet_MethodID_17' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'merge_MethodID_18' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'put_MethodID_19' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'putAll_MethodID_20' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'putIfAbsent_MethodID_21' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'remove_MethodID_22' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'remove_MethodID_23' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'replace_MethodID_24' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'replace_MethodID_25' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'replaceAll_MethodID_26' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'size_MethodID_27' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'values_MethodID_28' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'equals_MethodID_29' part of global actor 'MainActor'
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 nonisolated 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: add '@MainActor' to make static property 'hashCode_MethodID_30' part of global actor 'MainActor'
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 {
^
, @unchecked Sendable
SwiftDriverJobDiscovery normal arm64 Emitting module for java_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/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/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/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/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/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/java_swift.build/Objects-normal/arm64/java_swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JavaSet.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 Exception.swift, HashMap.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 JavaMap.swift, JavaObject.swift (in target 'java_swift' from project 'java_swift')
SwiftDriverJobDiscovery normal arm64 Compiling JavaClass.swift, JavaEnum.swift (in target 'java_swift' from project 'java_swift')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/java_swift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/java_swift.build/Objects-normal/arm64/java_swift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/java_swift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/java_swift.build/Objects-normal/arm64/java_swift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/java_swift.build/Objects-normal/arm64/java_swift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/java_swift.build/Objects-normal/arm64/java_swift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/CJavaVM.o
SwiftDriverJobDiscovery normal arm64 Compiling Throwable.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 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/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/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/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/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/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/java_swift.build/Objects-normal/arm64/java_swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.o normal (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/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/java_swift.build/Objects-normal/arm64/java_swift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.o
ExtractAppIntentsMetadata (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name java_swift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.java-swift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/java_swift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/java_swift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 02:42:14.157 appintentsmetadataprocessor[754:4367] Starting appintentsmetadataprocessor export
2025-06-07 02:42:14.195 appintentsmetadataprocessor[754:4367] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/java_swift.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:bd1aa17c04f12542e86c3a1519aa082d54235feb, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:bd1aa17c04f12542e86c3a1519aa082d54235feb, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:bd1aa17c04f12542e86c3a1519aa082d54235feb, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:bd1aa17c04f12542e86c3a1519aa082d54235feb, name:My Mac }
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.