The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of java_lang, reference master (9ec60a), with Swift 6.1 for watchOS using Xcode 16.3 on 7 Jun 2025 07:43:29 UTC.

Swift 6 data race errors: 6948

Build Command

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

Build Log

    private static var isCompilationTimeMonitoringSupported_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CompilationMXBean.swift:60:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isCompilationTimeMonitoringSupported_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CompilationMXBean.swift:25:12: warning: class 'CompilationMXBeanForward' must restate inherited '@unchecked Sendable' conformance
open class CompilationMXBeanForward: PlatformManagedObjectForward, CompilationMXBean {
           ^
                                                                                    , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:17:24: warning: static property 'CompilerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var CompilerJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:17:24: note: convert 'CompilerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var CompilerJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:17:24: note: add '@MainActor' to make static property 'CompilerJNIClass' part of global actor 'MainActor'
    private static var CompilerJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var CompilerJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:27:24: warning: static property 'command_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 command_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:27:24: note: convert 'command_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var command_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:27:24: note: add '@MainActor' to make static property 'command_MethodID_1' part of global actor 'MainActor'
    private static var command_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:27:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var command_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:44:24: warning: static property 'compileClass_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 compileClass_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:44:24: note: convert 'compileClass_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compileClass_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:44:24: note: add '@MainActor' to make static property 'compileClass_MethodID_2' part of global actor 'MainActor'
    private static var compileClass_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compileClass_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:60:24: warning: static property 'compileClasses_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 compileClasses_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:60:24: note: convert 'compileClasses_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compileClasses_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:60:24: note: add '@MainActor' to make static property 'compileClasses_MethodID_3' part of global actor 'MainActor'
    private static var compileClasses_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:60:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compileClasses_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:76:24: warning: static property 'disable_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 disable_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:76:24: note: convert 'disable_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var disable_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:76:24: note: add '@MainActor' to make static property 'disable_MethodID_4' part of global actor 'MainActor'
    private static var disable_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:76:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var disable_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:87:24: warning: static property 'enable_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 enable_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:87:24: note: convert 'enable_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var enable_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:87:24: note: add '@MainActor' to make static property 'enable_MethodID_5' part of global actor 'MainActor'
    private static var enable_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:87:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var enable_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler.swift:8:12: warning: class 'Compiler' must restate inherited '@unchecked Sendable' conformance
open class Compiler: java_swift.JavaObject {
           ^
                                          , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift:17:24: warning: static property 'ConstantCallSiteJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ConstantCallSiteJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift:17:24: note: convert 'ConstantCallSiteJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ConstantCallSiteJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift:17:24: note: add '@MainActor' to make static property 'ConstantCallSiteJNIClass' part of global actor 'MainActor'
    private static var ConstantCallSiteJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ConstantCallSiteJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift:33: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/ConstantCallSite.swift:33: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/ConstantCallSite.swift:33: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/ConstantCallSite.swift:33: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/ConstantCallSite.swift:50: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/ConstantCallSite.swift:50: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/ConstantCallSite.swift:50: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/ConstantCallSite.swift:50: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/ConstantCallSite.swift:80:24: warning: static property 'setTarget_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 setTarget_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift:80:24: note: convert 'setTarget_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setTarget_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift:80:24: note: add '@MainActor' to make static property 'setTarget_MethodID_3' part of global actor 'MainActor'
    private static var setTarget_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift:80:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setTarget_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ConstantCallSite.swift:8:12: warning: class 'ConstantCallSite' must restate inherited '@unchecked Sendable' conformance
open class ConstantCallSite: CallSite {
           ^
                                     , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:17:24: warning: static property 'ConstructorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ConstructorJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:17:24: note: convert 'ConstructorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ConstructorJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:17:24: note: add '@MainActor' to make static property 'ConstructorJNIClass' part of global actor 'MainActor'
    private static var ConstructorJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ConstructorJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:81:24: warning: static property 'equals_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 equals_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:81:24: note: convert 'equals_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var equals_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:81:24: note: add '@MainActor' to make static property 'equals_MethodID_1' part of global actor 'MainActor'
    private static var equals_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:81:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var equals_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:207:24: warning: static property 'newInstance_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 newInstance_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:207:24: note: convert 'newInstance_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var newInstance_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:207:24: note: add '@MainActor' to make static property 'newInstance_MethodID_2' part of global actor 'MainActor'
    private static var newInstance_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:207:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var newInstance_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Constructor.swift:8:12: warning: class 'Constructor' must restate inherited '@unchecked Sendable' conformance
open class Constructor: Executable {
           ^
                                  , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Deprecated.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Deprecated.swift:15:24: warning: static property 'DeprecatedJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var DeprecatedJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Deprecated.swift:15:24: note: convert 'DeprecatedJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var DeprecatedJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Deprecated.swift:15:24: note: add '@MainActor' to make static property 'DeprecatedJNIClass' part of global actor 'MainActor'
    private static var DeprecatedJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Deprecated.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var DeprecatedJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Deprecated.swift:13:12: warning: class 'DeprecatedForward' must restate inherited '@unchecked Sendable' conformance
open class DeprecatedForward: AnnotationForward, Deprecated {
           ^
                                                           , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Documented.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Documented.swift:15:24: warning: static property 'DocumentedJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var DocumentedJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Documented.swift:15:24: note: convert 'DocumentedJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var DocumentedJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Documented.swift:15:24: note: add '@MainActor' to make static property 'DocumentedJNIClass' part of global actor 'MainActor'
    private static var DocumentedJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Documented.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var DocumentedJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Documented.swift:13:12: warning: class 'DocumentedForward' must restate inherited '@unchecked Sendable' conformance
open class DocumentedForward: AnnotationForward, Documented {
           ^
                                                           , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:29:24: warning: static property 'valueOf_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 valueOf_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:29:24: note: convert 'valueOf_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:29:24: note: add '@MainActor' to make static property 'valueOf_MethodID_1' part of global actor 'MainActor'
    private static var valueOf_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:29:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:40:24: warning: static property 'values_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 values_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:40:24: note: convert 'values_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var values_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:40:24: note: add '@MainActor' to make static property 'values_MethodID_2' part of global actor 'MainActor'
    private static var values_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var values_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:51:24: warning: static property 'ElementTypeJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ElementTypeJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:51:24: note: convert 'ElementTypeJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ElementTypeJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:51:24: note: add '@MainActor' to make static property 'ElementTypeJNIClass' part of global actor 'MainActor'
    private static var ElementTypeJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:51:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ElementTypeJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:57:24: warning: static property 'ANNOTATION_TYPE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ANNOTATION_TYPE_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:57:24: note: convert 'ANNOTATION_TYPE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ANNOTATION_TYPE_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:57:24: note: add '@MainActor' to make static property 'ANNOTATION_TYPE_FieldID' part of global actor 'MainActor'
    private static var ANNOTATION_TYPE_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:57:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ANNOTATION_TYPE_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:69:24: warning: static property 'CONSTRUCTOR_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var CONSTRUCTOR_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:69:24: note: convert 'CONSTRUCTOR_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var CONSTRUCTOR_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:69:24: note: add '@MainActor' to make static property 'CONSTRUCTOR_FieldID' part of global actor 'MainActor'
    private static var CONSTRUCTOR_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:69:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var CONSTRUCTOR_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:81:24: warning: static property 'FIELD_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var FIELD_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:81:24: note: convert 'FIELD_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var FIELD_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:81:24: note: add '@MainActor' to make static property 'FIELD_FieldID' part of global actor 'MainActor'
    private static var FIELD_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:81:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var FIELD_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:93:24: warning: static property 'LOCAL_VARIABLE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var LOCAL_VARIABLE_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:93:24: note: convert 'LOCAL_VARIABLE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var LOCAL_VARIABLE_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:93:24: note: add '@MainActor' to make static property 'LOCAL_VARIABLE_FieldID' part of global actor 'MainActor'
    private static var LOCAL_VARIABLE_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:93:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var LOCAL_VARIABLE_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:105:24: warning: static property 'METHOD_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var METHOD_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:105:24: note: convert 'METHOD_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var METHOD_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:105:24: note: add '@MainActor' to make static property 'METHOD_FieldID' part of global actor 'MainActor'
    private static var METHOD_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var METHOD_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:117:24: warning: static property 'PACKAGE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var PACKAGE_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:117:24: note: convert 'PACKAGE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var PACKAGE_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:117:24: note: add '@MainActor' to make static property 'PACKAGE_FieldID' part of global actor 'MainActor'
    private static var PACKAGE_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:117:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var PACKAGE_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:129:24: warning: static property 'PARAMETER_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var PARAMETER_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:129:24: note: convert 'PARAMETER_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var PARAMETER_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:129:24: note: add '@MainActor' to make static property 'PARAMETER_FieldID' part of global actor 'MainActor'
    private static var PARAMETER_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:129:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var PARAMETER_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:141:24: warning: static property 'TYPE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var TYPE_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:141:24: note: convert 'TYPE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var TYPE_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:141:24: note: add '@MainActor' to make static property 'TYPE_FieldID' part of global actor 'MainActor'
    private static var TYPE_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:141:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var TYPE_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:153:24: warning: static property 'TYPE_PARAMETER_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var TYPE_PARAMETER_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:153:24: note: convert 'TYPE_PARAMETER_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var TYPE_PARAMETER_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:153:24: note: add '@MainActor' to make static property 'TYPE_PARAMETER_FieldID' part of global actor 'MainActor'
    private static var TYPE_PARAMETER_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:153:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var TYPE_PARAMETER_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:165:24: warning: static property 'TYPE_USE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var TYPE_USE_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:165:24: note: convert 'TYPE_USE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var TYPE_USE_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:165:24: note: add '@MainActor' to make static property 'TYPE_USE_FieldID' part of global actor 'MainActor'
    private static var TYPE_USE_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:165:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var TYPE_USE_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:177:24: warning: static property 'valueOf_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 valueOf_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:177:24: note: convert 'valueOf_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:177:24: note: add '@MainActor' to make static property 'valueOf_MethodID_3' part of global actor 'MainActor'
    private static var valueOf_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:177:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:194:24: warning: static property 'valueOf_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 valueOf_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:194:24: note: convert 'valueOf_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:194:24: note: add '@MainActor' to make static property 'valueOf_MethodID_4' part of global actor 'MainActor'
    private static var valueOf_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:194:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:212:24: warning: static property 'values_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 values_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:212:24: note: convert 'values_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var values_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:212:24: note: add '@MainActor' to make static property 'values_MethodID_5' part of global actor 'MainActor'
    private static var values_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:212:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var values_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElementType.swift:49:12: warning: class 'ElementTypeForward' must restate inherited '@unchecked Sendable' conformance
open class ElementTypeForward: JNIObjectForward {
           ^
                                               , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:17:24: warning: static property 'EnumConstantNotPresentExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var EnumConstantNotPresentExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:17:24: note: convert 'EnumConstantNotPresentExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var EnumConstantNotPresentExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:17:24: note: add '@MainActor' to make static property 'EnumConstantNotPresentExceptionJNIClass' part of global actor 'MainActor'
    private static var EnumConstantNotPresentExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var EnumConstantNotPresentExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:63: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/EnumConstantNotPresentException.swift:63: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/EnumConstantNotPresentException.swift:63: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/EnumConstantNotPresentException.swift:63: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/EnumConstantNotPresentException.swift:81:24: warning: static property 'constantName_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 constantName_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:81:24: note: convert 'constantName_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var constantName_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:81:24: note: add '@MainActor' to make static property 'constantName_MethodID_2' part of global actor 'MainActor'
    private static var constantName_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:81:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var constantName_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:94:24: warning: static property 'enumType_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 enumType_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:94:24: note: convert 'enumType_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var enumType_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:94:24: note: add '@MainActor' to make static property 'enumType_MethodID_3' part of global actor 'MainActor'
    private static var enumType_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:94:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var enumType_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/EnumConstantNotPresentException.swift:8:12: warning: class 'EnumConstantNotPresentException' must restate inherited '@unchecked Sendable' conformance
open class EnumConstantNotPresentException: RuntimeException {
           ^
                                                            , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:17:24: warning: static property 'ExceptionInInitializerErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ExceptionInInitializerErrorJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:17:24: note: convert 'ExceptionInInitializerErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ExceptionInInitializerErrorJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:17:24: note: add '@MainActor' to make static property 'ExceptionInInitializerErrorJNIClass' part of global actor 'MainActor'
    private static var ExceptionInInitializerErrorJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ExceptionInInitializerErrorJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:59: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/ExceptionInInitializerError.swift:59: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/ExceptionInInitializerError.swift:59: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/ExceptionInInitializerError.swift:59: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/ExceptionInInitializerError.swift:71: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/ExceptionInInitializerError.swift:71: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/ExceptionInInitializerError.swift:71: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/ExceptionInInitializerError.swift:71: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/ExceptionInInitializerError.swift:88: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/ExceptionInInitializerError.swift:88: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/ExceptionInInitializerError.swift:88: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/ExceptionInInitializerError.swift:88: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/ExceptionInInitializerError.swift:109:24: warning: static property 'getException_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 getException_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:109:24: note: convert 'getException_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getException_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:109:24: note: add '@MainActor' to make static property 'getException_MethodID_4' part of global actor 'MainActor'
    private static var getException_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:109:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getException_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionInInitializerError.swift:8:12: warning: class 'ExceptionInInitializerError' must restate inherited '@unchecked Sendable' conformance
open class ExceptionInInitializerError: LinkageError {
           ^
                                                    , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Executable.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:17:24: warning: static property 'ExecutableJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ExecutableJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:17:24: note: convert 'ExecutableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ExecutableJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:17:24: note: add '@MainActor' to make static property 'ExecutableJNIClass' part of global actor 'MainActor'
    private static var ExecutableJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ExecutableJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:41:24: warning: static property 'DECLARED_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var DECLARED_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:41:24: note: convert 'DECLARED_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var DECLARED_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:41:24: note: add '@MainActor' to make static property 'DECLARED_FieldID' part of global actor 'MainActor'
    private static var DECLARED_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:41:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var DECLARED_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:52:24: warning: static property 'PUBLIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var PUBLIC_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:52:24: note: convert 'PUBLIC_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var PUBLIC_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:52:24: note: add '@MainActor' to make static property 'PUBLIC_FieldID' part of global actor 'MainActor'
    private static var PUBLIC_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:52:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var PUBLIC_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:77:24: warning: static property 'getAnnotatedExceptionTypes_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 getAnnotatedExceptionTypes_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:77:24: note: convert 'getAnnotatedExceptionTypes_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotatedExceptionTypes_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:77:24: note: add '@MainActor' to make static property 'getAnnotatedExceptionTypes_MethodID_1' part of global actor 'MainActor'
    private static var getAnnotatedExceptionTypes_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotatedExceptionTypes_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:89:24: warning: static property 'getAnnotatedParameterTypes_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 getAnnotatedParameterTypes_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:89:24: note: convert 'getAnnotatedParameterTypes_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotatedParameterTypes_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:89:24: note: add '@MainActor' to make static property 'getAnnotatedParameterTypes_MethodID_2' part of global actor 'MainActor'
    private static var getAnnotatedParameterTypes_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:89:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotatedParameterTypes_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:101:24: warning: static property 'getAnnotatedReceiverType_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 getAnnotatedReceiverType_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:101:24: note: convert 'getAnnotatedReceiverType_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotatedReceiverType_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:101:24: note: add '@MainActor' to make static property 'getAnnotatedReceiverType_MethodID_3' part of global actor 'MainActor'
    private static var getAnnotatedReceiverType_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:101:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotatedReceiverType_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:114:24: warning: static property 'getAnnotatedReturnType_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 getAnnotatedReturnType_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:114:24: note: convert 'getAnnotatedReturnType_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotatedReturnType_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:114:24: note: add '@MainActor' to make static property 'getAnnotatedReturnType_MethodID_4' part of global actor 'MainActor'
    private static var getAnnotatedReturnType_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:114:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotatedReturnType_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:131:24: warning: static property 'getAnnotation_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 getAnnotation_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:131:24: note: convert 'getAnnotation_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotation_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:131:24: note: add '@MainActor' to make static property 'getAnnotation_MethodID_5' part of global actor 'MainActor'
    private static var getAnnotation_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:131:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotation_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:152:24: warning: static property 'getAnnotationsByType_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 getAnnotationsByType_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:152:24: note: convert 'getAnnotationsByType_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotationsByType_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:152:24: note: add '@MainActor' to make static property 'getAnnotationsByType_MethodID_6' part of global actor 'MainActor'
    private static var getAnnotationsByType_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:152:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotationsByType_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:172:24: warning: static property 'getDeclaringClass_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 getDeclaringClass_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:172:24: note: convert 'getDeclaringClass_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDeclaringClass_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:172:24: note: add '@MainActor' to make static property 'getDeclaringClass_MethodID_7' part of global actor 'MainActor'
    private static var getDeclaringClass_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:172:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDeclaringClass_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:185:24: warning: static property 'getExceptionTypes_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 getExceptionTypes_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:185:24: note: convert 'getExceptionTypes_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getExceptionTypes_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:185:24: note: add '@MainActor' to make static property 'getExceptionTypes_MethodID_8' part of global actor 'MainActor'
    private static var getExceptionTypes_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:185:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getExceptionTypes_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:197:24: warning: static property 'getGenericExceptionTypes_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 getGenericExceptionTypes_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:197:24: note: convert 'getGenericExceptionTypes_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getGenericExceptionTypes_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:197:24: note: add '@MainActor' to make static property 'getGenericExceptionTypes_MethodID_9' part of global actor 'MainActor'
    private static var getGenericExceptionTypes_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:197:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getGenericExceptionTypes_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:213:24: warning: static property 'getGenericParameterTypes_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 getGenericParameterTypes_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:213:24: note: convert 'getGenericParameterTypes_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getGenericParameterTypes_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:213:24: note: add '@MainActor' to make static property 'getGenericParameterTypes_MethodID_10' part of global actor 'MainActor'
    private static var getGenericParameterTypes_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:213:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getGenericParameterTypes_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:225:24: warning: static property 'getModifiers_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 getModifiers_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:225:24: note: convert 'getModifiers_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getModifiers_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:225:24: note: add '@MainActor' to make static property 'getModifiers_MethodID_11' part of global actor 'MainActor'
    private static var getModifiers_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:225:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getModifiers_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:237:24: warning: static property 'getName_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 getName_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:237:24: note: convert 'getName_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getName_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:237:24: note: add '@MainActor' to make static property 'getName_MethodID_12' part of global actor 'MainActor'
    private static var getName_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:237:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getName_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:250:24: warning: static property 'getParameterAnnotations_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 getParameterAnnotations_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:250:24: note: convert 'getParameterAnnotations_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getParameterAnnotations_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:250:24: note: add '@MainActor' to make static property 'getParameterAnnotations_MethodID_13' part of global actor 'MainActor'
    private static var getParameterAnnotations_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:250:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getParameterAnnotations_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:262:24: warning: static property 'getParameterCount_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 getParameterCount_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:262:24: note: convert 'getParameterCount_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getParameterCount_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:262:24: note: add '@MainActor' to make static property 'getParameterCount_MethodID_14' part of global actor 'MainActor'
    private static var getParameterCount_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:262:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getParameterCount_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:274:24: warning: static property 'getParameterTypes_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 getParameterTypes_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:274:24: note: convert 'getParameterTypes_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getParameterTypes_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:274:24: note: add '@MainActor' to make static property 'getParameterTypes_MethodID_15' part of global actor 'MainActor'
    private static var getParameterTypes_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:274:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getParameterTypes_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:286:24: warning: static property 'getParameters_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 getParameters_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:286:24: note: convert 'getParameters_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getParameters_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:286:24: note: add '@MainActor' to make static property 'getParameters_MethodID_16' part of global actor 'MainActor'
    private static var getParameters_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:286:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getParameters_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:312:24: warning: static property 'getTypeParameters_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 getTypeParameters_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:312:24: note: convert 'getTypeParameters_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getTypeParameters_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:312:24: note: add '@MainActor' to make static property 'getTypeParameters_MethodID_17' part of global actor 'MainActor'
    private static var getTypeParameters_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:312:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getTypeParameters_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:336:24: warning: static property 'isSynthetic_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 isSynthetic_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:336:24: note: convert 'isSynthetic_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isSynthetic_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:336:24: note: add '@MainActor' to make static property 'isSynthetic_MethodID_18' part of global actor 'MainActor'
    private static var isSynthetic_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:336:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isSynthetic_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:348:24: warning: static property 'isVarArgs_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 isVarArgs_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:348:24: note: convert 'isVarArgs_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isVarArgs_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:348:24: note: add '@MainActor' to make static property 'isVarArgs_MethodID_19' part of global actor 'MainActor'
    private static var isVarArgs_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:348:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isVarArgs_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:396:24: warning: static property 'toGenericString_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 toGenericString_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:396:24: note: convert 'toGenericString_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toGenericString_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:396:24: note: add '@MainActor' to make static property 'toGenericString_MethodID_20' part of global actor 'MainActor'
    private static var toGenericString_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:396:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toGenericString_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Executable.swift:8:12: warning: class 'Executable' must restate inherited '@unchecked Sendable' conformance
open class Executable: AccessibleObject, Member, GenericDeclaration {
           ^
                                                                   , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Field.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:17:24: warning: static property 'FieldJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var FieldJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:17:24: note: convert 'FieldJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var FieldJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:17:24: note: add '@MainActor' to make static property 'FieldJNIClass' part of global actor 'MainActor'
    private static var FieldJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var FieldJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:59:24: warning: static property 'DECLARED_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var DECLARED_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:59:24: note: convert 'DECLARED_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var DECLARED_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:59:24: note: add '@MainActor' to make static property 'DECLARED_FieldID' part of global actor 'MainActor'
    private static var DECLARED_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var DECLARED_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:70:24: warning: static property 'PUBLIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var PUBLIC_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:70:24: note: convert 'PUBLIC_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var PUBLIC_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:70:24: note: add '@MainActor' to make static property 'PUBLIC_FieldID' part of global actor 'MainActor'
    private static var PUBLIC_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:70:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var PUBLIC_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:97:24: warning: static property 'get_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 get_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:97:24: note: convert 'get_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var get_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:97:24: note: add '@MainActor' to make static property 'get_MethodID_1' part of global actor 'MainActor'
    private static var get_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:97:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var get_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:118:24: warning: static property 'getAnnotatedType_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 getAnnotatedType_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:118:24: note: convert 'getAnnotatedType_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotatedType_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:118:24: note: add '@MainActor' to make static property 'getAnnotatedType_MethodID_2' part of global actor 'MainActor'
    private static var getAnnotatedType_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:118:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotatedType_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:139:24: warning: static property 'getBoolean_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 getBoolean_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:139:24: note: convert 'getBoolean_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getBoolean_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:139:24: note: add '@MainActor' to make static property 'getBoolean_MethodID_3' part of global actor 'MainActor'
    private static var getBoolean_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:139:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getBoolean_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:159:24: warning: static property 'getByte_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 getByte_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:159:24: note: convert 'getByte_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getByte_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:159:24: note: add '@MainActor' to make static property 'getByte_MethodID_4' part of global actor 'MainActor'
    private static var getByte_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:159:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getByte_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:179:24: warning: static property 'getChar_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 getChar_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:179:24: note: convert 'getChar_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getChar_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:179:24: note: add '@MainActor' to make static property 'getChar_MethodID_5' part of global actor 'MainActor'
    private static var getChar_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:179:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getChar_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:203:24: warning: static property 'getDeclaringClass_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 getDeclaringClass_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:203:24: note: convert 'getDeclaringClass_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDeclaringClass_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:203:24: note: add '@MainActor' to make static property 'getDeclaringClass_MethodID_6' part of global actor 'MainActor'
    private static var getDeclaringClass_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:203:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDeclaringClass_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:216:24: warning: static property 'getDouble_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 getDouble_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:216:24: note: convert 'getDouble_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDouble_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:216:24: note: add '@MainActor' to make static property 'getDouble_MethodID_7' part of global actor 'MainActor'
    private static var getDouble_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:216:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDouble_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:242:24: warning: static property 'getFloat_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 getFloat_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:242:24: note: convert 'getFloat_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getFloat_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:242:24: note: add '@MainActor' to make static property 'getFloat_MethodID_8' part of global actor 'MainActor'
    private static var getFloat_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:242:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getFloat_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:266:24: warning: static property 'getGenericType_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 getGenericType_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:266:24: note: convert 'getGenericType_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getGenericType_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:266:24: note: add '@MainActor' to make static property 'getGenericType_MethodID_9' part of global actor 'MainActor'
    private static var getGenericType_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:266:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getGenericType_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:279:24: warning: static property 'getInt_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 getInt_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:279:24: note: convert 'getInt_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getInt_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:279:24: note: add '@MainActor' to make static property 'getInt_MethodID_10' part of global actor 'MainActor'
    private static var getInt_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:279:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getInt_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:299:24: warning: static property 'getLong_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 getLong_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:299:24: note: convert 'getLong_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLong_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:299:24: note: add '@MainActor' to make static property 'getLong_MethodID_11' part of global actor 'MainActor'
    private static var getLong_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:299:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLong_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:319:24: warning: static property 'getModifiers_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 getModifiers_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:319:24: note: convert 'getModifiers_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getModifiers_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:319:24: note: add '@MainActor' to make static property 'getModifiers_MethodID_12' part of global actor 'MainActor'
    private static var getModifiers_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:319:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getModifiers_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:331:24: warning: static property 'getName_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 getName_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:331:24: note: convert 'getName_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getName_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:331:24: note: add '@MainActor' to make static property 'getName_MethodID_13' part of global actor 'MainActor'
    private static var getName_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:331:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getName_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:344:24: warning: static property 'getShort_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 getShort_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:344:24: note: convert 'getShort_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getShort_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:344:24: note: add '@MainActor' to make static property 'getShort_MethodID_14' part of global actor 'MainActor'
    private static var getShort_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:344:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getShort_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:364:24: warning: static property 'getType_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 getType_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:364:24: note: convert 'getType_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getType_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:364:24: note: add '@MainActor' to make static property 'getType_MethodID_15' part of global actor 'MainActor'
    private static var getType_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:364:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getType_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:383:24: warning: static property 'isEnumConstant_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 isEnumConstant_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:383:24: note: convert 'isEnumConstant_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isEnumConstant_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:383:24: note: add '@MainActor' to make static property 'isEnumConstant_MethodID_16' part of global actor 'MainActor'
    private static var isEnumConstant_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:383:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isEnumConstant_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:395:24: warning: static property 'isSynthetic_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 isSynthetic_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:395:24: note: convert 'isSynthetic_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isSynthetic_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:395:24: note: add '@MainActor' to make static property 'isSynthetic_MethodID_17' part of global actor 'MainActor'
    private static var isSynthetic_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:395:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isSynthetic_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:407:24: warning: static property 'set_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 set_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:407:24: note: convert 'set_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var set_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:407:24: note: add '@MainActor' to make static property 'set_MethodID_18' part of global actor 'MainActor'
    private static var set_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:407:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var set_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:427:24: warning: static property 'setBoolean_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 setBoolean_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:427:24: note: convert 'setBoolean_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setBoolean_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:427:24: note: add '@MainActor' to make static property 'setBoolean_MethodID_19' part of global actor 'MainActor'
    private static var setBoolean_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:427:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setBoolean_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:447:24: warning: static property 'setByte_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 setByte_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:447:24: note: convert 'setByte_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setByte_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:447:24: note: add '@MainActor' to make static property 'setByte_MethodID_20' part of global actor 'MainActor'
    private static var setByte_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:447:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setByte_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:467:24: warning: static property 'setChar_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 setChar_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:467:24: note: convert 'setChar_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setChar_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:467:24: note: add '@MainActor' to make static property 'setChar_MethodID_21' part of global actor 'MainActor'
    private static var setChar_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:467:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setChar_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:487:24: warning: static property 'setDouble_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 setDouble_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:487:24: note: convert 'setDouble_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setDouble_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:487:24: note: add '@MainActor' to make static property 'setDouble_MethodID_22' part of global actor 'MainActor'
    private static var setDouble_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:487:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setDouble_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:509:24: warning: static property 'setFloat_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 setFloat_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:509:24: note: convert 'setFloat_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setFloat_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:509:24: note: add '@MainActor' to make static property 'setFloat_MethodID_23' part of global actor 'MainActor'
    private static var setFloat_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:509:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setFloat_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:529:24: warning: static property 'setInt_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 setInt_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:529:24: note: convert 'setInt_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setInt_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:529:24: note: add '@MainActor' to make static property 'setInt_MethodID_24' part of global actor 'MainActor'
    private static var setInt_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:529:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setInt_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:549:24: warning: static property 'setLong_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 setLong_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:549:24: note: convert 'setLong_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setLong_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:549:24: note: add '@MainActor' to make static property 'setLong_MethodID_25' part of global actor 'MainActor'
    private static var setLong_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:549:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setLong_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:569:24: warning: static property 'setShort_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 setShort_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:569:24: note: convert 'setShort_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setShort_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:569:24: note: add '@MainActor' to make static property 'setShort_MethodID_26' part of global actor 'MainActor'
    private static var setShort_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:569:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setShort_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:589:24: warning: static property 'toGenericString_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 toGenericString_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:589:24: note: convert 'toGenericString_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toGenericString_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:589:24: note: add '@MainActor' to make static property 'toGenericString_MethodID_27' part of global actor 'MainActor'
    private static var toGenericString_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:589:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toGenericString_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Field.swift:8:12: warning: class 'Field' must restate inherited '@unchecked Sendable' conformance
open class Field: AccessibleObject, Member {
           ^
                                          , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FunctionalInterface.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FunctionalInterface.swift:15:24: warning: static property 'FunctionalInterfaceJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var FunctionalInterfaceJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/FunctionalInterface.swift:15:24: note: convert 'FunctionalInterfaceJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var FunctionalInterfaceJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/FunctionalInterface.swift:15:24: note: add '@MainActor' to make static property 'FunctionalInterfaceJNIClass' part of global actor 'MainActor'
    private static var FunctionalInterfaceJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FunctionalInterface.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var FunctionalInterfaceJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FunctionalInterface.swift:13:12: warning: class 'FunctionalInterfaceForward' must restate inherited '@unchecked Sendable' conformance
open class FunctionalInterfaceForward: AnnotationForward, FunctionalInterface {
           ^
                                                                             , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:23:24: warning: static property 'GarbageCollectorMXBeanJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var GarbageCollectorMXBeanJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:23:24: note: convert 'GarbageCollectorMXBeanJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var GarbageCollectorMXBeanJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:23:24: note: add '@MainActor' to make static property 'GarbageCollectorMXBeanJNIClass' part of global actor 'MainActor'
    private static var GarbageCollectorMXBeanJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var GarbageCollectorMXBeanJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:27:24: warning: static property 'getCollectionCount_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 getCollectionCount_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:27:24: note: convert 'getCollectionCount_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getCollectionCount_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:27:24: note: add '@MainActor' to make static property 'getCollectionCount_MethodID_3' part of global actor 'MainActor'
    private static var getCollectionCount_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:27:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getCollectionCount_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:39:24: warning: static property 'getCollectionTime_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 getCollectionTime_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:39:24: note: convert 'getCollectionTime_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getCollectionTime_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:39:24: note: add '@MainActor' to make static property 'getCollectionTime_MethodID_4' part of global actor 'MainActor'
    private static var getCollectionTime_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getCollectionTime_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:51:24: warning: static property 'getMemoryPoolNames_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 getMemoryPoolNames_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:51:24: note: convert 'getMemoryPoolNames_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getMemoryPoolNames_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:51:24: note: add '@MainActor' to make static property 'getMemoryPoolNames_MethodID_5' part of global actor 'MainActor'
    private static var getMemoryPoolNames_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:51:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getMemoryPoolNames_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:63:24: warning: static property 'getName_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 getName_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:63:24: note: convert 'getName_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getName_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:63:24: note: add '@MainActor' to make static property 'getName_MethodID_6' part of global actor 'MainActor'
    private static var getName_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:63:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getName_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:80:24: warning: static property 'isValid_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 isValid_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:80:24: note: convert 'isValid_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isValid_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:80:24: note: add '@MainActor' to make static property 'isValid_MethodID_7' part of global actor 'MainActor'
    private static var isValid_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:80:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isValid_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GarbageCollectorMXBean.swift:21:12: warning: class 'GarbageCollectorMXBeanForward' must restate inherited '@unchecked Sendable' conformance
open class GarbageCollectorMXBeanForward: MemoryManagerMXBeanForward, GarbageCollectorMXBean {
           ^
                                                                                            , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:19:24: warning: static property 'GenericArrayTypeJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var GenericArrayTypeJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:19:24: note: convert 'GenericArrayTypeJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var GenericArrayTypeJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:19:24: note: add '@MainActor' to make static property 'GenericArrayTypeJNIClass' part of global actor 'MainActor'
    private static var GenericArrayTypeJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var GenericArrayTypeJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:23:24: warning: static property 'getGenericComponentType_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 getGenericComponentType_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:23:24: note: convert 'getGenericComponentType_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getGenericComponentType_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:23:24: note: add '@MainActor' to make static property 'getGenericComponentType_MethodID_2' part of global actor 'MainActor'
    private static var getGenericComponentType_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getGenericComponentType_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:36:24: warning: static property 'getTypeName_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 getTypeName_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:36:24: note: convert 'getTypeName_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getTypeName_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:36:24: note: add '@MainActor' to make static property 'getTypeName_MethodID_3' part of global actor 'MainActor'
    private static var getTypeName_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:36:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getTypeName_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericArrayType.swift:17:12: warning: class 'GenericArrayTypeForward' must restate inherited '@unchecked Sendable' conformance
open class GenericArrayTypeForward: TypeForward, GenericArrayType {
           ^
                                                                 , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:19:24: warning: static property 'GenericDeclarationJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var GenericDeclarationJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:19:24: note: convert 'GenericDeclarationJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var GenericDeclarationJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:19:24: note: add '@MainActor' to make static property 'GenericDeclarationJNIClass' part of global actor 'MainActor'
    private static var GenericDeclarationJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var GenericDeclarationJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:23:24: warning: static property 'getAnnotation_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 getAnnotation_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:23:24: note: convert 'getAnnotation_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotation_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:23:24: note: add '@MainActor' to make static property 'getAnnotation_MethodID_2' part of global actor 'MainActor'
    private static var getAnnotation_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotation_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:40:24: warning: static property 'getAnnotations_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 getAnnotations_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:40:24: note: convert 'getAnnotations_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotations_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:40:24: note: add '@MainActor' to make static property 'getAnnotations_MethodID_3' part of global actor 'MainActor'
    private static var getAnnotations_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotations_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:52:24: warning: static property 'getAnnotationsByType_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 getAnnotationsByType_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:52:24: note: convert 'getAnnotationsByType_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnnotationsByType_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:52:24: note: add '@MainActor' to make static property 'getAnnotationsByType_MethodID_4' part of global actor 'MainActor'
    private static var getAnnotationsByType_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:52:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnnotationsByType_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:68:24: warning: static property 'getDeclaredAnnotation_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 getDeclaredAnnotation_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:68:24: note: convert 'getDeclaredAnnotation_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDeclaredAnnotation_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:68:24: note: add '@MainActor' to make static property 'getDeclaredAnnotation_MethodID_5' part of global actor 'MainActor'
    private static var getDeclaredAnnotation_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:68:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDeclaredAnnotation_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:85:24: warning: static property 'getDeclaredAnnotations_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 getDeclaredAnnotations_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:85:24: note: convert 'getDeclaredAnnotations_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDeclaredAnnotations_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:85:24: note: add '@MainActor' to make static property 'getDeclaredAnnotations_MethodID_6' part of global actor 'MainActor'
    private static var getDeclaredAnnotations_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:85:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDeclaredAnnotations_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:97:24: warning: static property 'getDeclaredAnnotationsByType_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 getDeclaredAnnotationsByType_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:97:24: note: convert 'getDeclaredAnnotationsByType_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDeclaredAnnotationsByType_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:97:24: note: add '@MainActor' to make static property 'getDeclaredAnnotationsByType_MethodID_7' part of global actor 'MainActor'
    private static var getDeclaredAnnotationsByType_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:97:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDeclaredAnnotationsByType_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:113:24: warning: static property 'getTypeParameters_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 getTypeParameters_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:113:24: note: convert 'getTypeParameters_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getTypeParameters_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:113:24: note: add '@MainActor' to make static property 'getTypeParameters_MethodID_8' part of global actor 'MainActor'
    private static var getTypeParameters_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:113:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getTypeParameters_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:125:24: warning: static property 'isAnnotationPresent_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 isAnnotationPresent_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:125:24: note: convert 'isAnnotationPresent_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isAnnotationPresent_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:125:24: note: add '@MainActor' to make static property 'isAnnotationPresent_MethodID_9' part of global actor 'MainActor'
    private static var isAnnotationPresent_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:125:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isAnnotationPresent_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericDeclaration.swift:17:12: warning: class 'GenericDeclarationForward' must restate inherited '@unchecked Sendable' conformance
open class GenericDeclarationForward: AnnotatedElementForward, GenericDeclaration {
           ^
                                                                                 , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:17:24: warning: static property 'GenericSignatureFormatErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var GenericSignatureFormatErrorJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:17:24: note: convert 'GenericSignatureFormatErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var GenericSignatureFormatErrorJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:17:24: note: add '@MainActor' to make static property 'GenericSignatureFormatErrorJNIClass' part of global actor 'MainActor'
    private static var GenericSignatureFormatErrorJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var GenericSignatureFormatErrorJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GenericSignatureFormatError.swift:59: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/GenericSignatureFormatError.swift:59: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/GenericSignatureFormatError.swift:59: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/GenericSignatureFormatError.swift:59: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/GenericSignatureFormatError.swift:71: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/GenericSignatureFormatError.swift:71: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/GenericSignatureFormatError.swift:71: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/GenericSignatureFormatError.swift:71: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/GenericSignatureFormatError.swift:8:12: warning: class 'GenericSignatureFormatError' must restate inherited '@unchecked Sendable' conformance
open class GenericSignatureFormatError: ClassFormatError {
           ^
                                                        , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:17:24: warning: static property 'IllegalAccessErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IllegalAccessErrorJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:17:24: note: convert 'IllegalAccessErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IllegalAccessErrorJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:17:24: note: add '@MainActor' to make static property 'IllegalAccessErrorJNIClass' part of global actor 'MainActor'
    private static var IllegalAccessErrorJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IllegalAccessErrorJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessError.swift:59: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/IllegalAccessError.swift:59: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/IllegalAccessError.swift:59: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/IllegalAccessError.swift:59: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/IllegalAccessError.swift:71: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/IllegalAccessError.swift:71: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/IllegalAccessError.swift:71: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/IllegalAccessError.swift:71: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/IllegalAccessError.swift:8:12: warning: class 'IllegalAccessError' must restate inherited '@unchecked Sendable' conformance
open class IllegalAccessError: IncompatibleClassChangeError {
           ^
                                                           , @unchecked Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:17:24: warning: static property 'IllegalAccessExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IllegalAccessExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:17:24: note: convert 'IllegalAccessExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IllegalAccessExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:17:24: note: add '@MainActor' to make static property 'IllegalAccessExceptionJNIClass' part of global actor 'MainActor'
    private static var IllegalAccessExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IllegalAccessExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IllegalAccessException.swift:59: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/IllegalAccessException.swift:59: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/IllegalAccessException.swift:59: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/IllegalAccessException.swift:59: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/IllegalAccessException.swift:71: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/IllegalAccessException.swift:71: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/IllegalAccessException.swift:71: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/IllegalAccessException.swift:71: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/IllegalAccessException.swift:8:12: warning: class 'IllegalAccessException' must restate inherited '@unchecked Sendable' conformance
open class IllegalAccessException: ReflectiveOperationException {
           ^
                                                               , @unchecked Sendable
SwiftDriverJobDiscovery normal arm64_32 Compiling Short.swift, SoftReference.swift, StackOverflowError.swift, StackTraceElement.swift, StrictMath.swift, StringBuffer.swift, StringBuilder.swift, StringIndexOutOfBoundsException.swift, SuppressWarnings.swift, SwitchPoint.swift, System.swift, Target.swift, ThreadDeath.swift, ThreadGroup.swift, ThreadInfo.swift, ThreadLocal.swift, ThreadMXBean.swift, Thread_State.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64_32 Compiling Thread_UncaughtExceptionHandler.swift, Type.swift, TypeNotPresentException.swift, TypeVariable.swift, UndeclaredThrowableException.swift, UnknownError.swift, UnmodifiableClassException.swift, UnsatisfiedLinkError.swift, UnsupportedClassVersionError.swift, UnsupportedOperationException.swift, VerifyError.swift, VirtualMachineError.swift, Void.swift, VolatileCallSite.swift, WeakReference.swift, WildcardType.swift, WrongMethodTypeException.swift, java_lang.swift (in target 'java_lang' from project 'java_lang')
ExtractAppIntentsMetadata (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/java_swift
    /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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier java-swift.java-swift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_swift.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_swift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/arm64/java_swift_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/armv7k/java_swift_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/arm64_32/java_swift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/armv7k/java_swift.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/arm64_32/java_swift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/java_swift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/java_swift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/arm64/java_swift.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/armv7k/java_swift.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-watchos/java_swift.build/Objects-normal/arm64_32/java_swift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 00:43:24.025 appintentsmetadataprocessor[862:5299] Starting appintentsmetadataprocessor export
2025-06-07 00:43:24.067 appintentsmetadataprocessor[862:5299] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal armv7k Compiling MemoryManagerMXBean.swift, MemoryNotificationInfo.swift, MemoryPoolMXBean.swift, MemoryType.swift, MemoryUsage.swift, Method.swift, MethodHandle.swift, MethodHandleInfo.swift, MethodHandleProxies.swift, MethodHandles.swift, MethodHandles_Lookup.swift, MethodType.swift, Modifier.swift, MonitorInfo.swift, MutableCallSite.swift, Native.swift, NegativeArraySizeException.swift, NoClassDefFoundError.swift (in target 'java_lang' from project 'java_lang')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_swift.o (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/java_swift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_swift.o
SwiftDriverJobDiscovery normal armv7k Compiling BootstrapMethodError.swift, BufferPoolMXBean.swift, Byte.swift, CallSite.swift, CharSequence.swift, Character.swift, Character_Subset.swift, Character_UnicodeBlock.swift, Character_UnicodeScript.swift, ClassCastException.swift, ClassCircularityError.swift, ClassDefinition.swift, ClassFileTransformer.swift, ClassFormatError.swift, ClassLoader.swift, ClassLoadingMXBean.swift, ClassNotFoundException.swift, ClassValue.swift, CloneNotSupportedException.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling IllegalArgumentException.swift, IllegalClassFormatException.swift, IllegalMonitorStateException.swift, IllegalStateException.swift, IllegalThreadStateException.swift, IncompatibleClassChangeError.swift, IncompleteAnnotationException.swift, IndexOutOfBoundsException.swift, InheritableThreadLocal.swift, Inherited.swift, InstantiationError.swift, InstantiationException.swift, Instrumentation.swift, Integer.swift, InternalError.swift, InterruptedException.swift, InvocationHandler.swift, InvocationTargetException.swift, Iterable.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling NoSuchFieldError.swift, NoSuchFieldException.swift, NoSuchMethodError.swift, NoSuchMethodException.swift, NullPointerException.swift, Number.swift, NumberFormatException.swift, OperatingSystemMXBean.swift, OutOfMemoryError.swift, Override.swift, Package.swift, Parameter.swift, ParameterizedType.swift, PhantomReference.swift, PlatformLoggingMXBean.swift, PlatformManagedObject.swift, Process.swift, ProcessBuilder.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal armv7k Compiling NoSuchFieldError.swift, NoSuchFieldException.swift, NoSuchMethodError.swift, NoSuchMethodException.swift, NullPointerException.swift, Number.swift, NumberFormatException.swift, OperatingSystemMXBean.swift, OutOfMemoryError.swift, Override.swift, Package.swift, Parameter.swift, ParameterizedType.swift, PhantomReference.swift, PlatformLoggingMXBean.swift, PlatformManagedObject.swift, Process.swift, ProcessBuilder.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64_32 Compiling BootstrapMethodError.swift, BufferPoolMXBean.swift, Byte.swift, CallSite.swift, CharSequence.swift, Character.swift, Character_Subset.swift, Character_UnicodeBlock.swift, Character_UnicodeScript.swift, ClassCastException.swift, ClassCircularityError.swift, ClassDefinition.swift, ClassFileTransformer.swift, ClassFormatError.swift, ClassLoader.swift, ClassLoadingMXBean.swift, ClassNotFoundException.swift, ClassValue.swift, CloneNotSupportedException.swift (in target 'java_lang' from project 'java_lang')
SwiftDriver\ Compilation java_lang normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'java_lang' from project 'java_lang')
    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_lang -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang-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_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang.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_lang.build/Debug-watchos/java_lang.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang_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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.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_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling Cloneable.swift, CompilationMXBean.swift, Compiler.swift, ConstantCallSite.swift, Constructor.swift, Deprecated.swift, Documented.swift, ElementType.swift, EnumConstantNotPresentException.swift, ExceptionInInitializerError.swift, Executable.swift, Field.swift, FunctionalInterface.swift, GarbageCollectorMXBean.swift, GenericArrayType.swift, GenericDeclaration.swift, GenericSignatureFormatError.swift, IllegalAccessError.swift, IllegalAccessException.swift (in target 'java_lang' from project 'java_lang')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/Binary/java_lang.o normal arm64_32 (in target 'java_lang' from project 'java_lang')
    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_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/Binary/java_lang.o
SwiftDriver\ Compilation java_lang normal armv7k com.apple.xcode.tools.swift.compiler (in target 'java_lang' from project 'java_lang')
    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_lang -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang-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_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang.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_lang.build/Debug-watchos/java_lang.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang_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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.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_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang-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/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/Binary/java_lang.o normal armv7k (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/Binary/java_lang.o
SwiftDriverJobDiscovery normal arm64 Compiling MemoryManagerMXBean.swift, MemoryNotificationInfo.swift, MemoryPoolMXBean.swift, MemoryType.swift, MemoryUsage.swift, Method.swift, MethodHandle.swift, MethodHandleInfo.swift, MethodHandleProxies.swift, MethodHandles.swift, MethodHandles_Lookup.swift, MethodType.swift, Modifier.swift, MonitorInfo.swift, MutableCallSite.swift, Native.swift, NegativeArraySizeException.swift, NoClassDefFoundError.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling BootstrapMethodError.swift, BufferPoolMXBean.swift, Byte.swift, CallSite.swift, CharSequence.swift, Character.swift, Character_Subset.swift, Character_UnicodeBlock.swift, Character_UnicodeScript.swift, ClassCastException.swift, ClassCircularityError.swift, ClassDefinition.swift, ClassFileTransformer.swift, ClassFormatError.swift, ClassLoader.swift, ClassLoadingMXBean.swift, ClassNotFoundException.swift, ClassValue.swift, CloneNotSupportedException.swift (in target 'java_lang' from project 'java_lang')
SwiftDriver\ Compilation java_lang normal arm64 com.apple.xcode.tools.swift.compiler (in target 'java_lang' from project 'java_lang')
    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_lang -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang-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_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang.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_lang.build/Debug-watchos/java_lang.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang_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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.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_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang-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/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/Binary/java_lang.o normal arm64 (in target 'java_lang' from project 'java_lang')
    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-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/Binary/java_lang.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_lang.o normal arm64\ armv7k\ arm64_32 (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/Binary/java_lang.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/Binary/java_lang.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/Binary/java_lang.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_lang.o
ExtractAppIntentsMetadata (in target 'java_lang' from project 'java_lang')
    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_lang --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.java-lang --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_lang.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_lang.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/java_lang.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/java_lang.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64/java_lang.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/armv7k/java_lang.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-watchos/java_lang.build/Objects-normal/arm64_32/java_lang.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 00:43:26.080 appintentsmetadataprocessor[870:5417] Starting appintentsmetadataprocessor export
2025-06-07 00:43:26.116 appintentsmetadataprocessor[870:5417] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_lang.o (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/java_lang.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "java_swift",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/java_swift.git"
    }
  ],
  "manifest_display_name" : "java_lang",
  "name" : "java_lang",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "java_lang",
      "targets" : [
        "java_lang"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "java_lang",
      "module_type" : "SwiftTarget",
      "name" : "java_lang",
      "path" : "Sources",
      "product_dependencies" : [
        "java_swift"
      ],
      "product_memberships" : [
        "java_lang"
      ],
      "sources" : [
        "AbstractMethodError.swift",
        "AccessibleObject.swift",
        "AnnotatedArrayType.swift",
        "AnnotatedElement.swift",
        "AnnotatedParameterizedType.swift",
        "AnnotatedType.swift",
        "AnnotatedTypeVariable.swift",
        "AnnotatedWildcardType.swift",
        "Annotation.swift",
        "AnnotationFormatError.swift",
        "AnnotationTypeMismatchException.swift",
        "Appendable.swift",
        "ArithmeticException.swift",
        "Array.swift",
        "ArrayIndexOutOfBoundsException.swift",
        "ArrayStoreException.swift",
        "AssertionError.swift",
        "AutoCloseable.swift",
        "Boolean.swift",
        "BootstrapMethodError.swift",
        "BufferPoolMXBean.swift",
        "Byte.swift",
        "CallSite.swift",
        "CharSequence.swift",
        "Character.swift",
        "Character_Subset.swift",
        "Character_UnicodeBlock.swift",
        "Character_UnicodeScript.swift",
        "ClassCastException.swift",
        "ClassCircularityError.swift",
        "ClassDefinition.swift",
        "ClassFileTransformer.swift",
        "ClassFormatError.swift",
        "ClassLoader.swift",
        "ClassLoadingMXBean.swift",
        "ClassNotFoundException.swift",
        "ClassValue.swift",
        "CloneNotSupportedException.swift",
        "Cloneable.swift",
        "CompilationMXBean.swift",
        "Compiler.swift",
        "ConstantCallSite.swift",
        "Constructor.swift",
        "Deprecated.swift",
        "Documented.swift",
        "ElementType.swift",
        "EnumConstantNotPresentException.swift",
        "ExceptionInInitializerError.swift",
        "Executable.swift",
        "Field.swift",
        "FunctionalInterface.swift",
        "GarbageCollectorMXBean.swift",
        "GenericArrayType.swift",
        "GenericDeclaration.swift",
        "GenericSignatureFormatError.swift",
        "IllegalAccessError.swift",
        "IllegalAccessException.swift",
        "IllegalArgumentException.swift",
        "IllegalClassFormatException.swift",
        "IllegalMonitorStateException.swift",
        "IllegalStateException.swift",
        "IllegalThreadStateException.swift",
        "IncompatibleClassChangeError.swift",
        "IncompleteAnnotationException.swift",
        "IndexOutOfBoundsException.swift",
        "InheritableThreadLocal.swift",
        "Inherited.swift",
        "InstantiationError.swift",
        "InstantiationException.swift",
        "Instrumentation.swift",
        "Integer.swift",
        "InternalError.swift",
        "InterruptedException.swift",
        "InvocationHandler.swift",
        "InvocationTargetException.swift",
        "Iterable.swift",
        "JavaComparable.swift",
        "JavaDouble.swift",
        "JavaError.swift",
        "JavaFloat.swift",
        "JavaSecurityException.swift",
        "JavaString.swift",
        "LambdaConversionException.swift",
        "LambdaMetafactory.swift",
        "LinkageError.swift",
        "LockInfo.swift",
        "Long.swift",
        "MalformedParameterizedTypeException.swift",
        "MalformedParametersException.swift",
        "ManagementFactory.swift",
        "ManagementPermission.swift",
        "Math.swift",
        "Member.swift",
        "MemoryMXBean.swift",
        "MemoryManagerMXBean.swift",
        "MemoryNotificationInfo.swift",
        "MemoryPoolMXBean.swift",
        "MemoryType.swift",
        "MemoryUsage.swift",
        "Method.swift",
        "MethodHandle.swift",
        "MethodHandleInfo.swift",
        "MethodHandleProxies.swift",
        "MethodHandles.swift",
        "MethodHandles_Lookup.swift",
        "MethodType.swift",
        "Modifier.swift",
        "MonitorInfo.swift",
        "MutableCallSite.swift",
        "Native.swift",
        "NegativeArraySizeException.swift",
        "NoClassDefFoundError.swift",
        "NoSuchFieldError.swift",
        "NoSuchFieldException.swift",
        "NoSuchMethodError.swift",
        "NoSuchMethodException.swift",
        "NullPointerException.swift",
        "Number.swift",
        "NumberFormatException.swift",
        "OperatingSystemMXBean.swift",
        "OutOfMemoryError.swift",
        "Override.swift",
        "Package.swift",
        "Parameter.swift",
        "ParameterizedType.swift",
        "PhantomReference.swift",
        "PlatformLoggingMXBean.swift",
        "PlatformManagedObject.swift",
        "Process.swift",
        "ProcessBuilder.swift",
        "ProcessBuilder_Redirect.swift",
        "ProcessBuilder_Redirect_Type.swift",
        "Proxy.swift",
        "Readable.swift",
        "Reference.swift",
        "ReferenceQueue.swift",
        "ReflectPermission.swift",
        "ReflectiveOperationException.swift",
        "Repeatable.swift",
        "Retention.swift",
        "RetentionPolicy.swift",
        "Runtime.swift",
        "RuntimeException.swift",
        "RuntimeMXBean.swift",
        "RuntimePermission.swift",
        "SafeVarargs.swift",
        "SecurityManager.swift",
        "SerializedLambda.swift",
        "Short.swift",
        "SoftReference.swift",
        "StackOverflowError.swift",
        "StackTraceElement.swift",
        "StrictMath.swift",
        "StringBuffer.swift",
        "StringBuilder.swift",
        "StringIndexOutOfBoundsException.swift",
        "SuppressWarnings.swift",
        "SwitchPoint.swift",
        "System.swift",
        "Target.swift",
        "ThreadDeath.swift",
        "ThreadGroup.swift",
        "ThreadInfo.swift",
        "ThreadLocal.swift",
        "ThreadMXBean.swift",
        "Thread_State.swift",
        "Thread_UncaughtExceptionHandler.swift",
        "Type.swift",
        "TypeNotPresentException.swift",
        "TypeVariable.swift",
        "UndeclaredThrowableException.swift",
        "UnknownError.swift",
        "UnmodifiableClassException.swift",
        "UnsatisfiedLinkError.swift",
        "UnsupportedClassVersionError.swift",
        "UnsupportedOperationException.swift",
        "VerifyError.swift",
        "VirtualMachineError.swift",
        "Void.swift",
        "VolatileCallSite.swift",
        "WeakReference.swift",
        "WildcardType.swift",
        "WrongMethodTypeException.swift",
        "java_lang.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.