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 macOS (Xcode) using Xcode 16.3 on 7 Jun 2025 07:42:06 UTC.

Swift 6 data race errors: 2316

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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    private static var redirectOutput_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:315:24: note: add '@MainActor' to make static property 'redirectOutput_MethodID_19' part of global actor 'MainActor'
    private static var redirectOutput_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:315:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var redirectOutput_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:332:24: warning: static property 'redirectOutput_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 redirectOutput_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:332:24: note: convert 'redirectOutput_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var redirectOutput_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:332:24: note: add '@MainActor' to make static property 'redirectOutput_MethodID_20' part of global actor 'MainActor'
    private static var redirectOutput_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:332:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var redirectOutput_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:347:24: warning: static property 'start_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 start_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:347:24: note: convert 'start_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var start_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:347:24: note: add '@MainActor' to make static property 'start_MethodID_21' part of global actor 'MainActor'
    private static var start_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:347:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var start_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
open class ProcessBuilder: java_swift.JavaObject {
           ^
                                                , @unchecked Sendable
SwiftDriverJobDiscovery normal arm64 Compiling JNIMethod.swift, JNIObject.swift (in target 'java_swift' from project 'java_swift')
SwiftCompile 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 /Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.swift /Users/admin/builder/spi-builder-workspace/Sources/IllegalClassFormatException.swift /Users/admin/builder/spi-builder-workspace/Sources/IllegalMonitorStateException.swift /Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift /Users/admin/builder/spi-builder-workspace/Sources/IllegalThreadStateException.swift /Users/admin/builder/spi-builder-workspace/Sources/IncompatibleClassChangeError.swift /Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexOutOfBoundsException.swift /Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.swift /Users/admin/builder/spi-builder-workspace/Sources/Inherited.swift /Users/admin/builder/spi-builder-workspace/Sources/InstantiationError.swift /Users/admin/builder/spi-builder-workspace/Sources/InstantiationException.swift /Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift /Users/admin/builder/spi-builder-workspace/Sources/Integer.swift /Users/admin/builder/spi-builder-workspace/Sources/InternalError.swift /Users/admin/builder/spi-builder-workspace/Sources/InterruptedException.swift /Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.swift /Users/admin/builder/spi-builder-workspace/Sources/Iterable.swift (in target 'java_lang' from project 'java_lang')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.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/IllegalArgumentException.swift:17:24: warning: static property 'IllegalArgumentExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IllegalArgumentExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.swift:17:24: note: convert 'IllegalArgumentExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IllegalArgumentExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.swift:17:24: note: add '@MainActor' to make static property 'IllegalArgumentExceptionJNIClass' part of global actor 'MainActor'
    private static var IllegalArgumentExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IllegalArgumentExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.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/IllegalArgumentException.swift:106:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.swift:106:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.swift:106:24: note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.swift:106:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IllegalArgumentException.swift:8:12: warning: class 'IllegalArgumentException' must restate inherited '@unchecked Sendable' conformance
open class IllegalArgumentException: RuntimeException {
           ^
                                                     , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IllegalClassFormatException.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/IllegalClassFormatException.swift:17:24: warning: static property 'IllegalClassFormatExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IllegalClassFormatExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IllegalClassFormatException.swift:17:24: note: convert 'IllegalClassFormatExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IllegalClassFormatExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IllegalClassFormatException.swift:17:24: note: add '@MainActor' to make static property 'IllegalClassFormatExceptionJNIClass' part of global actor 'MainActor'
    private static var IllegalClassFormatExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IllegalClassFormatException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IllegalClassFormatExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IllegalClassFormatException.swift:55: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/IllegalClassFormatException.swift:55: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/IllegalClassFormatException.swift:55: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/IllegalClassFormatException.swift:55: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/IllegalClassFormatException.swift:67: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/IllegalClassFormatException.swift:67: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/IllegalClassFormatException.swift:67: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/IllegalClassFormatException.swift:67: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/IllegalClassFormatException.swift:8:12: warning: class 'IllegalClassFormatException' must restate inherited '@unchecked Sendable' conformance
open class IllegalClassFormatException: java_swift.Exception {
           ^
                                                            , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IllegalMonitorStateException.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/IllegalMonitorStateException.swift:17:24: warning: static property 'IllegalMonitorStateExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IllegalMonitorStateExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IllegalMonitorStateException.swift:17:24: note: convert 'IllegalMonitorStateExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IllegalMonitorStateExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IllegalMonitorStateException.swift:17:24: note: add '@MainActor' to make static property 'IllegalMonitorStateExceptionJNIClass' part of global actor 'MainActor'
    private static var IllegalMonitorStateExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IllegalMonitorStateException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IllegalMonitorStateExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IllegalMonitorStateException.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/IllegalMonitorStateException.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/IllegalMonitorStateException.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/IllegalMonitorStateException.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/IllegalMonitorStateException.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/IllegalMonitorStateException.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/IllegalMonitorStateException.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/IllegalMonitorStateException.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/IllegalMonitorStateException.swift:8:12: warning: class 'IllegalMonitorStateException' must restate inherited '@unchecked Sendable' conformance
open class IllegalMonitorStateException: RuntimeException {
           ^
                                                         , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.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/IllegalStateException.swift:17:24: warning: static property 'IllegalStateExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IllegalStateExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift:17:24: note: convert 'IllegalStateExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IllegalStateExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift:17:24: note: add '@MainActor' to make static property 'IllegalStateExceptionJNIClass' part of global actor 'MainActor'
    private static var IllegalStateExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IllegalStateExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift:61: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/IllegalStateException.swift:61: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/IllegalStateException.swift:61: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/IllegalStateException.swift:61: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/IllegalStateException.swift:73: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/IllegalStateException.swift:73: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/IllegalStateException.swift:73: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/IllegalStateException.swift:73: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/IllegalStateException.swift:90: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/IllegalStateException.swift:90: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/IllegalStateException.swift:90: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/IllegalStateException.swift:90: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/IllegalStateException.swift:108:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift:108:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift:108:24: note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift:108:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IllegalStateException.swift:8:12: warning: class 'IllegalStateException' must restate inherited '@unchecked Sendable' conformance
open class IllegalStateException: RuntimeException {
           ^
                                                  , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IllegalThreadStateException.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/IllegalThreadStateException.swift:17:24: warning: static property 'IllegalThreadStateExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IllegalThreadStateExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IllegalThreadStateException.swift:17:24: note: convert 'IllegalThreadStateExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IllegalThreadStateExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IllegalThreadStateException.swift:17:24: note: add '@MainActor' to make static property 'IllegalThreadStateExceptionJNIClass' part of global actor 'MainActor'
    private static var IllegalThreadStateExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IllegalThreadStateException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IllegalThreadStateExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IllegalThreadStateException.swift:61: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/IllegalThreadStateException.swift:61: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/IllegalThreadStateException.swift:61: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/IllegalThreadStateException.swift:61: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/IllegalThreadStateException.swift:73: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/IllegalThreadStateException.swift:73: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/IllegalThreadStateException.swift:73: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/IllegalThreadStateException.swift:73: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/IllegalThreadStateException.swift:8:12: warning: class 'IllegalThreadStateException' must restate inherited '@unchecked Sendable' conformance
open class IllegalThreadStateException: IllegalArgumentException {
           ^
                                                                , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IncompatibleClassChangeError.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/IncompatibleClassChangeError.swift:17:24: warning: static property 'IncompatibleClassChangeErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IncompatibleClassChangeErrorJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IncompatibleClassChangeError.swift:17:24: note: convert 'IncompatibleClassChangeErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IncompatibleClassChangeErrorJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IncompatibleClassChangeError.swift:17:24: note: add '@MainActor' to make static property 'IncompatibleClassChangeErrorJNIClass' part of global actor 'MainActor'
    private static var IncompatibleClassChangeErrorJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IncompatibleClassChangeError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IncompatibleClassChangeErrorJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IncompatibleClassChangeError.swift:57: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/IncompatibleClassChangeError.swift:57: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/IncompatibleClassChangeError.swift:57: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/IncompatibleClassChangeError.swift:57: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/IncompatibleClassChangeError.swift:69: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/IncompatibleClassChangeError.swift:69: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/IncompatibleClassChangeError.swift:69: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/IncompatibleClassChangeError.swift:69: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/IncompatibleClassChangeError.swift:8:12: warning: class 'IncompatibleClassChangeError' must restate inherited '@unchecked Sendable' conformance
open class IncompatibleClassChangeError: LinkageError {
           ^
                                                     , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.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/IncompleteAnnotationException.swift:17:24: warning: static property 'IncompleteAnnotationExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IncompleteAnnotationExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:17:24: note: convert 'IncompleteAnnotationExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IncompleteAnnotationExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:17:24: note: add '@MainActor' to make static property 'IncompleteAnnotationExceptionJNIClass' part of global actor 'MainActor'
    private static var IncompleteAnnotationExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IncompleteAnnotationExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.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/IncompleteAnnotationException.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/IncompleteAnnotationException.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/IncompleteAnnotationException.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/IncompleteAnnotationException.swift:81:24: warning: static property 'annotationType_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 annotationType_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:81:24: note: convert 'annotationType_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var annotationType_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:81:24: note: add '@MainActor' to make static property 'annotationType_MethodID_2' part of global actor 'MainActor'
    private static var annotationType_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:81:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var annotationType_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:94:24: warning: static property 'elementName_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 elementName_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:94:24: note: convert 'elementName_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var elementName_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:94:24: note: add '@MainActor' to make static property 'elementName_MethodID_3' part of global actor 'MainActor'
    private static var elementName_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:94:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var elementName_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IncompleteAnnotationException.swift:8:12: warning: class 'IncompleteAnnotationException' must restate inherited '@unchecked Sendable' conformance
open class IncompleteAnnotationException: RuntimeException {
           ^
                                                          , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexOutOfBoundsException.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/IndexOutOfBoundsException.swift:17:24: warning: static property 'IndexOutOfBoundsExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IndexOutOfBoundsExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexOutOfBoundsException.swift:17:24: note: convert 'IndexOutOfBoundsExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IndexOutOfBoundsExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/IndexOutOfBoundsException.swift:17:24: note: add '@MainActor' to make static property 'IndexOutOfBoundsExceptionJNIClass' part of global actor 'MainActor'
    private static var IndexOutOfBoundsExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IndexOutOfBoundsException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IndexOutOfBoundsExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IndexOutOfBoundsException.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/IndexOutOfBoundsException.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/IndexOutOfBoundsException.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/IndexOutOfBoundsException.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/IndexOutOfBoundsException.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/IndexOutOfBoundsException.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/IndexOutOfBoundsException.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/IndexOutOfBoundsException.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/IndexOutOfBoundsException.swift:8:12: warning: class 'IndexOutOfBoundsException' must restate inherited '@unchecked Sendable' conformance
open class IndexOutOfBoundsException: RuntimeException {
           ^
                                                      , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.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/InheritableThreadLocal.swift:17:24: warning: static property 'InheritableThreadLocalJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var InheritableThreadLocalJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.swift:17:24: note: convert 'InheritableThreadLocalJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var InheritableThreadLocalJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.swift:17:24: note: add '@MainActor' to make static property 'InheritableThreadLocalJNIClass' part of global actor 'MainActor'
    private static var InheritableThreadLocalJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var InheritableThreadLocalJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.swift:27: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/InheritableThreadLocal.swift:27: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/InheritableThreadLocal.swift:27: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/InheritableThreadLocal.swift:27: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/InheritableThreadLocal.swift:39:24: warning: static property 'childValue_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 childValue_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.swift:39:24: note: convert 'childValue_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var childValue_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.swift:39:24: note: add '@MainActor' to make static property 'childValue_MethodID_2' part of global actor 'MainActor'
    private static var childValue_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var childValue_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InheritableThreadLocal.swift:8:12: warning: class 'InheritableThreadLocal' must restate inherited '@unchecked Sendable' conformance
open class InheritableThreadLocal: ThreadLocal {
           ^
                                              , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Inherited.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/Inherited.swift:15:24: warning: static property 'InheritedJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var InheritedJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Inherited.swift:15:24: note: convert 'InheritedJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var InheritedJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Inherited.swift:15:24: note: add '@MainActor' to make static property 'InheritedJNIClass' part of global actor 'MainActor'
    private static var InheritedJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inherited.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var InheritedJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Inherited.swift:13:12: warning: class 'InheritedForward' must restate inherited '@unchecked Sendable' conformance
open class InheritedForward: AnnotationForward, Inherited {
           ^
                                                         , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstantiationError.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/InstantiationError.swift:17:24: warning: static property 'InstantiationErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var InstantiationErrorJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationError.swift:17:24: note: convert 'InstantiationErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var InstantiationErrorJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationError.swift:17:24: note: add '@MainActor' to make static property 'InstantiationErrorJNIClass' part of global actor 'MainActor'
    private static var InstantiationErrorJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var InstantiationErrorJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationError.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/InstantiationError.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/InstantiationError.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/InstantiationError.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/InstantiationError.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/InstantiationError.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/InstantiationError.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/InstantiationError.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/InstantiationError.swift:8:12: warning: class 'InstantiationError' must restate inherited '@unchecked Sendable' conformance
open class InstantiationError: IncompatibleClassChangeError {
           ^
                                                           , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InstantiationException.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/InstantiationException.swift:17:24: warning: static property 'InstantiationExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var InstantiationExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationException.swift:17:24: note: convert 'InstantiationExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var InstantiationExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationException.swift:17:24: note: add '@MainActor' to make static property 'InstantiationExceptionJNIClass' part of global actor 'MainActor'
    private static var InstantiationExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var InstantiationExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InstantiationException.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/InstantiationException.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/InstantiationException.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/InstantiationException.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/InstantiationException.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/InstantiationException.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/InstantiationException.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/InstantiationException.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/InstantiationException.swift:8:12: warning: class 'InstantiationException' must restate inherited '@unchecked Sendable' conformance
open class InstantiationException: ReflectiveOperationException {
           ^
                                                               , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.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/Instrumentation.swift:75:24: warning: static property 'InstrumentationJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var InstrumentationJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:75:24: note: convert 'InstrumentationJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var InstrumentationJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:75:24: note: add '@MainActor' to make static property 'InstrumentationJNIClass' part of global actor 'MainActor'
    private static var InstrumentationJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var InstrumentationJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:79:24: warning: static property 'addTransformer_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 addTransformer_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:79:24: note: convert 'addTransformer_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var addTransformer_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:79:24: note: add '@MainActor' to make static property 'addTransformer_MethodID_16' part of global actor 'MainActor'
    private static var addTransformer_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:79:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var addTransformer_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:94:24: warning: static property 'addTransformer_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 addTransformer_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:94:24: note: convert 'addTransformer_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var addTransformer_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:94:24: note: add '@MainActor' to make static property 'addTransformer_MethodID_17' part of global actor 'MainActor'
    private static var addTransformer_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:94:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var addTransformer_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:110:24: warning: static property 'appendToBootstrapClassLoaderSearch_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 appendToBootstrapClassLoaderSearch_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:110:24: note: convert 'appendToBootstrapClassLoaderSearch_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var appendToBootstrapClassLoaderSearch_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:110:24: note: add '@MainActor' to make static property 'appendToBootstrapClassLoaderSearch_MethodID_18' part of global actor 'MainActor'
    private static var appendToBootstrapClassLoaderSearch_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:110:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var appendToBootstrapClassLoaderSearch_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:125:24: warning: static property 'appendToSystemClassLoaderSearch_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 appendToSystemClassLoaderSearch_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:125:24: note: convert 'appendToSystemClassLoaderSearch_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var appendToSystemClassLoaderSearch_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:125:24: note: add '@MainActor' to make static property 'appendToSystemClassLoaderSearch_MethodID_19' part of global actor 'MainActor'
    private static var appendToSystemClassLoaderSearch_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:125:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var appendToSystemClassLoaderSearch_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:140:24: warning: static property 'getAllLoadedClasses_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 getAllLoadedClasses_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:140:24: note: convert 'getAllLoadedClasses_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAllLoadedClasses_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:140:24: note: add '@MainActor' to make static property 'getAllLoadedClasses_MethodID_20' part of global actor 'MainActor'
    private static var getAllLoadedClasses_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:140:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAllLoadedClasses_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:152:24: warning: static property 'getInitiatedClasses_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 getInitiatedClasses_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:152:24: note: convert 'getInitiatedClasses_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getInitiatedClasses_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:152:24: note: add '@MainActor' to make static property 'getInitiatedClasses_MethodID_21' part of global actor 'MainActor'
    private static var getInitiatedClasses_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:152:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getInitiatedClasses_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:168:24: warning: static property 'getObjectSize_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 getObjectSize_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:168:24: note: convert 'getObjectSize_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getObjectSize_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:168:24: note: add '@MainActor' to make static property 'getObjectSize_MethodID_22' part of global actor 'MainActor'
    private static var getObjectSize_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:168:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getObjectSize_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:184:24: warning: static property 'isModifiableClass_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 isModifiableClass_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:184:24: note: convert 'isModifiableClass_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isModifiableClass_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:184:24: note: add '@MainActor' to make static property 'isModifiableClass_MethodID_23' part of global actor 'MainActor'
    private static var isModifiableClass_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:184:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isModifiableClass_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:200:24: warning: static property 'isNativeMethodPrefixSupported_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 isNativeMethodPrefixSupported_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:200:24: note: convert 'isNativeMethodPrefixSupported_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isNativeMethodPrefixSupported_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:200:24: note: add '@MainActor' to make static property 'isNativeMethodPrefixSupported_MethodID_24' part of global actor 'MainActor'
    private static var isNativeMethodPrefixSupported_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:200:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isNativeMethodPrefixSupported_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:212:24: warning: static property 'isRedefineClassesSupported_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 isRedefineClassesSupported_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:212:24: note: convert 'isRedefineClassesSupported_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isRedefineClassesSupported_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:212:24: note: add '@MainActor' to make static property 'isRedefineClassesSupported_MethodID_25' part of global actor 'MainActor'
    private static var isRedefineClassesSupported_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:212:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isRedefineClassesSupported_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:224:24: warning: static property 'isRetransformClassesSupported_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 isRetransformClassesSupported_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:224:24: note: convert 'isRetransformClassesSupported_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isRetransformClassesSupported_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:224:24: note: add '@MainActor' to make static property 'isRetransformClassesSupported_MethodID_26' part of global actor 'MainActor'
    private static var isRetransformClassesSupported_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:224:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isRetransformClassesSupported_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:236:24: warning: static property 'redefineClasses_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 redefineClasses_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:236:24: note: convert 'redefineClasses_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var redefineClasses_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:236:24: note: add '@MainActor' to make static property 'redefineClasses_MethodID_27' part of global actor 'MainActor'
    private static var redefineClasses_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:236:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var redefineClasses_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:255:24: warning: static property 'removeTransformer_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var removeTransformer_MethodID_28: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:255:24: note: convert 'removeTransformer_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    private static var removeTransformer_MethodID_28: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:255:24: note: add '@MainActor' to make static property 'removeTransformer_MethodID_28' part of global actor 'MainActor'
    private static var removeTransformer_MethodID_28: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:255:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var removeTransformer_MethodID_28: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:271:24: warning: static property 'retransformClasses_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var retransformClasses_MethodID_29: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:271:24: note: convert 'retransformClasses_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    private static var retransformClasses_MethodID_29: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:271:24: note: add '@MainActor' to make static property 'retransformClasses_MethodID_29' part of global actor 'MainActor'
    private static var retransformClasses_MethodID_29: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:271:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var retransformClasses_MethodID_29: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:290:24: warning: static property 'setNativeMethodPrefix_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setNativeMethodPrefix_MethodID_30: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:290:24: note: convert 'setNativeMethodPrefix_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setNativeMethodPrefix_MethodID_30: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:290:24: note: add '@MainActor' to make static property 'setNativeMethodPrefix_MethodID_30' part of global actor 'MainActor'
    private static var setNativeMethodPrefix_MethodID_30: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:290:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setNativeMethodPrefix_MethodID_30: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Instrumentation.swift:73:12: warning: class 'InstrumentationForward' must restate inherited '@unchecked Sendable' conformance
open class InstrumentationForward: JNIObjectForward, Instrumentation {
           ^
                                                                    , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Integer.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/Integer.swift:17:24: warning: static property 'IntegerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IntegerJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:17:24: note: convert 'IntegerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IntegerJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:17:24: note: add '@MainActor' to make static property 'IntegerJNIClass' part of global actor 'MainActor'
    private static var IntegerJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IntegerJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:21:24: warning: static property 'BYTES_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 BYTES_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:21:24: note: convert 'BYTES_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var BYTES_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:21:24: note: add '@MainActor' to make static property 'BYTES_FieldID' part of global actor 'MainActor'
    private static var BYTES_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var BYTES_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:40:24: warning: static property 'MAX_VALUE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var MAX_VALUE_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:40:24: note: convert 'MAX_VALUE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var MAX_VALUE_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:40:24: note: add '@MainActor' to make static property 'MAX_VALUE_FieldID' part of global actor 'MainActor'
    private static var MAX_VALUE_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var MAX_VALUE_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:51:24: warning: static property 'MIN_VALUE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var MIN_VALUE_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:51:24: note: convert 'MIN_VALUE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var MIN_VALUE_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:51:24: note: add '@MainActor' to make static property 'MIN_VALUE_FieldID' part of global actor 'MainActor'
    private static var MIN_VALUE_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:51:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var MIN_VALUE_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:62:24: warning: static property 'SIZE_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 SIZE_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:62:24: note: convert 'SIZE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var SIZE_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:62:24: note: add '@MainActor' to make static property 'SIZE_FieldID' part of global actor 'MainActor'
    private static var SIZE_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:62:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var SIZE_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:73: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/Integer.swift:73: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/Integer.swift:73: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/Integer.swift:73: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/Integer.swift:99: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/Integer.swift:99: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/Integer.swift:99: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/Integer.swift:99: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/Integer.swift:116: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/Integer.swift:116: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/Integer.swift:116: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/Integer.swift:116: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/Integer.swift:137:24: warning: static property 'bitCount_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 bitCount_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:137:24: note: convert 'bitCount_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var bitCount_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:137:24: note: add '@MainActor' to make static property 'bitCount_MethodID_3' part of global actor 'MainActor'
    private static var bitCount_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:137:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var bitCount_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:153:24: warning: static property 'compare_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 compare_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:153:24: note: convert 'compare_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compare_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:153:24: note: add '@MainActor' to make static property 'compare_MethodID_4' part of global actor 'MainActor'
    private static var compare_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:153:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compare_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:170:24: warning: static property 'compareUnsigned_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 compareUnsigned_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:170:24: note: convert 'compareUnsigned_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compareUnsigned_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:170:24: note: add '@MainActor' to make static property 'compareUnsigned_MethodID_5' part of global actor 'MainActor'
    private static var compareUnsigned_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:170:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compareUnsigned_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:187:24: warning: static property 'decode_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 decode_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:187:24: note: convert 'decode_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var decode_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:187:24: note: add '@MainActor' to make static property 'decode_MethodID_6' part of global actor 'MainActor'
    private static var decode_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:187:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var decode_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:208:24: warning: static property 'divideUnsigned_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 divideUnsigned_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:208:24: note: convert 'divideUnsigned_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var divideUnsigned_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:208:24: note: add '@MainActor' to make static property 'divideUnsigned_MethodID_7' part of global actor 'MainActor'
    private static var divideUnsigned_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:208:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var divideUnsigned_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:233:24: warning: static property 'getInteger_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 getInteger_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:233:24: note: convert 'getInteger_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getInteger_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:233:24: note: add '@MainActor' to make static property 'getInteger_MethodID_8' part of global actor 'MainActor'
    private static var getInteger_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:233:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getInteger_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:250:24: warning: static property 'getInteger_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 getInteger_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:250:24: note: convert 'getInteger_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getInteger_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:250:24: note: add '@MainActor' to make static property 'getInteger_MethodID_9' part of global actor 'MainActor'
    private static var getInteger_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:250:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getInteger_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:268:24: warning: static property 'getInteger_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 getInteger_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:268:24: note: convert 'getInteger_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getInteger_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:268:24: note: add '@MainActor' to make static property 'getInteger_MethodID_10' part of global actor 'MainActor'
    private static var getInteger_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:268:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getInteger_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:286:24: warning: static property 'hashCode_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 hashCode_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:286:24: note: convert 'hashCode_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var hashCode_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:286:24: note: add '@MainActor' to make static property 'hashCode_MethodID_11' part of global actor 'MainActor'
    private static var hashCode_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:286:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var hashCode_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:302:24: warning: static property 'highestOneBit_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 highestOneBit_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:302:24: note: convert 'highestOneBit_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var highestOneBit_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:302:24: note: add '@MainActor' to make static property 'highestOneBit_MethodID_12' part of global actor 'MainActor'
    private static var highestOneBit_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:302:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var highestOneBit_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:318:24: warning: static property 'lowestOneBit_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 lowestOneBit_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:318:24: note: convert 'lowestOneBit_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var lowestOneBit_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:318:24: note: add '@MainActor' to make static property 'lowestOneBit_MethodID_13' part of global actor 'MainActor'
    private static var lowestOneBit_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:318:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var lowestOneBit_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:334:24: warning: static property 'max_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 max_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:334:24: note: convert 'max_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var max_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:334:24: note: add '@MainActor' to make static property 'max_MethodID_14' part of global actor 'MainActor'
    private static var max_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:334:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var max_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:351:24: warning: static property 'min_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 min_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:351:24: note: convert 'min_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var min_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:351:24: note: add '@MainActor' to make static property 'min_MethodID_15' part of global actor 'MainActor'
    private static var min_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:351:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var min_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:368:24: warning: static property 'numberOfLeadingZeros_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 numberOfLeadingZeros_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:368:24: note: convert 'numberOfLeadingZeros_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var numberOfLeadingZeros_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:368:24: note: add '@MainActor' to make static property 'numberOfLeadingZeros_MethodID_16' part of global actor 'MainActor'
    private static var numberOfLeadingZeros_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:368:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var numberOfLeadingZeros_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:384:24: warning: static property 'numberOfTrailingZeros_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 numberOfTrailingZeros_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:384:24: note: convert 'numberOfTrailingZeros_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var numberOfTrailingZeros_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:384:24: note: add '@MainActor' to make static property 'numberOfTrailingZeros_MethodID_17' part of global actor 'MainActor'
    private static var numberOfTrailingZeros_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:384:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var numberOfTrailingZeros_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:400:24: warning: static property 'parseInt_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 parseInt_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:400:24: note: convert 'parseInt_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var parseInt_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:400:24: note: add '@MainActor' to make static property 'parseInt_MethodID_18' part of global actor 'MainActor'
    private static var parseInt_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:400:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var parseInt_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:420:24: warning: static property 'parseInt_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 parseInt_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:420:24: note: convert 'parseInt_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var parseInt_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:420:24: note: add '@MainActor' to make static property 'parseInt_MethodID_19' part of global actor 'MainActor'
    private static var parseInt_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:420:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var parseInt_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:441:24: warning: static property 'parseUnsignedInt_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 parseUnsignedInt_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:441:24: note: convert 'parseUnsignedInt_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var parseUnsignedInt_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:441:24: note: add '@MainActor' to make static property 'parseUnsignedInt_MethodID_20' part of global actor 'MainActor'
    private static var parseUnsignedInt_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:441:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var parseUnsignedInt_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:461:24: warning: static property 'parseUnsignedInt_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 parseUnsignedInt_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:461:24: note: convert 'parseUnsignedInt_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var parseUnsignedInt_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:461:24: note: add '@MainActor' to make static property 'parseUnsignedInt_MethodID_21' part of global actor 'MainActor'
    private static var parseUnsignedInt_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:461:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var parseUnsignedInt_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:482:24: warning: static property 'remainderUnsigned_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 remainderUnsigned_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:482:24: note: convert 'remainderUnsigned_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var remainderUnsigned_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:482:24: note: add '@MainActor' to make static property 'remainderUnsigned_MethodID_22' part of global actor 'MainActor'
    private static var remainderUnsigned_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:482:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var remainderUnsigned_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:499:24: warning: static property 'reverse_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 reverse_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:499:24: note: convert 'reverse_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var reverse_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:499:24: note: add '@MainActor' to make static property 'reverse_MethodID_23' part of global actor 'MainActor'
    private static var reverse_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:499:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var reverse_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:515:24: warning: static property 'reverseBytes_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 reverseBytes_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:515:24: note: convert 'reverseBytes_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var reverseBytes_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:515:24: note: add '@MainActor' to make static property 'reverseBytes_MethodID_24' part of global actor 'MainActor'
    private static var reverseBytes_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:515:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var reverseBytes_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:531:24: warning: static property 'rotateLeft_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 rotateLeft_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:531:24: note: convert 'rotateLeft_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var rotateLeft_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:531:24: note: add '@MainActor' to make static property 'rotateLeft_MethodID_25' part of global actor 'MainActor'
    private static var rotateLeft_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:531:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var rotateLeft_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:548:24: warning: static property 'rotateRight_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 rotateRight_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:548:24: note: convert 'rotateRight_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var rotateRight_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:548:24: note: add '@MainActor' to make static property 'rotateRight_MethodID_26' part of global actor 'MainActor'
    private static var rotateRight_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:548:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var rotateRight_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:565:24: warning: static property 'signum_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 signum_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:565:24: note: convert 'signum_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var signum_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:565:24: note: add '@MainActor' to make static property 'signum_MethodID_27' part of global actor 'MainActor'
    private static var signum_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:565:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var signum_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:585:24: warning: static property 'sum_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var sum_MethodID_28: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:585:24: note: convert 'sum_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    private static var sum_MethodID_28: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:585:24: note: add '@MainActor' to make static property 'sum_MethodID_28' part of global actor 'MainActor'
    private static var sum_MethodID_28: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:585:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var sum_MethodID_28: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:602:24: warning: static property 'toBinaryString_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toBinaryString_MethodID_29: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:602:24: note: convert 'toBinaryString_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toBinaryString_MethodID_29: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:602:24: note: add '@MainActor' to make static property 'toBinaryString_MethodID_29' part of global actor 'MainActor'
    private static var toBinaryString_MethodID_29: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:602:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toBinaryString_MethodID_29: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:619:24: warning: static property 'toHexString_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toHexString_MethodID_30: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:619:24: note: convert 'toHexString_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toHexString_MethodID_30: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:619:24: note: add '@MainActor' to make static property 'toHexString_MethodID_30' part of global actor 'MainActor'
    private static var toHexString_MethodID_30: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:619:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toHexString_MethodID_30: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:636:24: warning: static property 'toOctalString_MethodID_31' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toOctalString_MethodID_31: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:636:24: note: convert 'toOctalString_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toOctalString_MethodID_31: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:636:24: note: add '@MainActor' to make static property 'toOctalString_MethodID_31' part of global actor 'MainActor'
    private static var toOctalString_MethodID_31: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:636:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toOctalString_MethodID_31: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:653:24: warning: static property 'toString_MethodID_32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toString_MethodID_32: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:653:24: note: convert 'toString_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toString_MethodID_32: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:653:24: note: add '@MainActor' to make static property 'toString_MethodID_32' part of global actor 'MainActor'
    private static var toString_MethodID_32: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:653:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toString_MethodID_32: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:670:24: warning: static property 'toString_MethodID_33' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toString_MethodID_33: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:670:24: note: convert 'toString_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toString_MethodID_33: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:670:24: note: add '@MainActor' to make static property 'toString_MethodID_33' part of global actor 'MainActor'
    private static var toString_MethodID_33: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:670:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toString_MethodID_33: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:688:24: warning: static property 'toUnsignedLong_MethodID_34' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toUnsignedLong_MethodID_34: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:688:24: note: convert 'toUnsignedLong_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toUnsignedLong_MethodID_34: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:688:24: note: add '@MainActor' to make static property 'toUnsignedLong_MethodID_34' part of global actor 'MainActor'
    private static var toUnsignedLong_MethodID_34: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:688:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toUnsignedLong_MethodID_34: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:704:24: warning: static property 'toUnsignedString_MethodID_35' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toUnsignedString_MethodID_35: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:704:24: note: convert 'toUnsignedString_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toUnsignedString_MethodID_35: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:704:24: note: add '@MainActor' to make static property 'toUnsignedString_MethodID_35' part of global actor 'MainActor'
    private static var toUnsignedString_MethodID_35: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:704:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toUnsignedString_MethodID_35: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:721:24: warning: static property 'toUnsignedString_MethodID_36' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var toUnsignedString_MethodID_36: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:721:24: note: convert 'toUnsignedString_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toUnsignedString_MethodID_36: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:721:24: note: add '@MainActor' to make static property 'toUnsignedString_MethodID_36' part of global actor 'MainActor'
    private static var toUnsignedString_MethodID_36: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:721:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toUnsignedString_MethodID_36: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:741:24: warning: static property 'valueOf_MethodID_37' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var valueOf_MethodID_37: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:741:24: note: convert 'valueOf_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_37: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:741:24: note: add '@MainActor' to make static property 'valueOf_MethodID_37' part of global actor 'MainActor'
    private static var valueOf_MethodID_37: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:741:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_37: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:758:24: warning: static property 'valueOf_MethodID_38' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var valueOf_MethodID_38: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:758:24: note: convert 'valueOf_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_38: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:758:24: note: add '@MainActor' to make static property 'valueOf_MethodID_38' part of global actor 'MainActor'
    private static var valueOf_MethodID_38: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:758:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_38: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:779:24: warning: static property 'valueOf_MethodID_39' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var valueOf_MethodID_39: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:779:24: note: convert 'valueOf_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_39: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:779:24: note: add '@MainActor' to make static property 'valueOf_MethodID_39' part of global actor 'MainActor'
    private static var valueOf_MethodID_39: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:779:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_39: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:805:24: warning: static property 'compareTo_MethodID_40' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var compareTo_MethodID_40: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:805:24: note: convert 'compareTo_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compareTo_MethodID_40: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:805:24: note: add '@MainActor' to make static property 'compareTo_MethodID_40' part of global actor 'MainActor'
    private static var compareTo_MethodID_40: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:805:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compareTo_MethodID_40: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:821:24: warning: static property 'compareTo_MethodID_41' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var compareTo_MethodID_41: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:821:24: note: convert 'compareTo_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
    private static var compareTo_MethodID_41: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:821:24: note: add '@MainActor' to make static property 'compareTo_MethodID_41' part of global actor 'MainActor'
    private static var compareTo_MethodID_41: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:821:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var compareTo_MethodID_41: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:841:24: warning: static property 'equals_MethodID_42' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var equals_MethodID_42: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:841:24: note: convert 'equals_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
    private static var equals_MethodID_42: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:841:24: note: add '@MainActor' to make static property 'equals_MethodID_42' part of global actor 'MainActor'
    private static var equals_MethodID_42: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:841:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var equals_MethodID_42: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Integer.swift:8:12: warning: class 'Integer' must restate inherited '@unchecked Sendable' conformance
open class Integer: Number, JavaComparable {
           ^
                                          , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InternalError.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/InternalError.swift:17:24: warning: static property 'InternalErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var InternalErrorJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InternalError.swift:17:24: note: convert 'InternalErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var InternalErrorJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InternalError.swift:17:24: note: add '@MainActor' to make static property 'InternalErrorJNIClass' part of global actor 'MainActor'
    private static var InternalErrorJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InternalError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var InternalErrorJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InternalError.swift:57: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/InternalError.swift:57: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/InternalError.swift:57: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/InternalError.swift:57: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/InternalError.swift:69: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/InternalError.swift:69: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/InternalError.swift:69: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/InternalError.swift:69: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/InternalError.swift:86: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/InternalError.swift:86: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/InternalError.swift:86: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/InternalError.swift:86: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/InternalError.swift:104:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InternalError.swift:104:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InternalError.swift:104:24: note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InternalError.swift:104:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InternalError.swift:8:12: warning: class 'InternalError' must restate inherited '@unchecked Sendable' conformance
open class InternalError: VirtualMachineError {
           ^
                                             , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InterruptedException.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/InterruptedException.swift:17:24: warning: static property 'InterruptedExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var InterruptedExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InterruptedException.swift:17:24: note: convert 'InterruptedExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var InterruptedExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InterruptedException.swift:17:24: note: add '@MainActor' to make static property 'InterruptedExceptionJNIClass' part of global actor 'MainActor'
    private static var InterruptedExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InterruptedException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var InterruptedExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InterruptedException.swift:55: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/InterruptedException.swift:55: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/InterruptedException.swift:55: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/InterruptedException.swift:55: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/InterruptedException.swift:67: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/InterruptedException.swift:67: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/InterruptedException.swift:67: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/InterruptedException.swift:67: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/InterruptedException.swift:8:12: warning: class 'InterruptedException' must restate inherited '@unchecked Sendable' conformance
open class InterruptedException: java_swift.Exception {
           ^
                                                     , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.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/InvocationHandler.swift:25:24: warning: static property 'InvocationHandlerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var InvocationHandlerJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:25:24: note: convert 'InvocationHandlerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var InvocationHandlerJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:25:24: note: add '@MainActor' to make static property 'InvocationHandlerJNIClass' part of global actor 'MainActor'
    private static var InvocationHandlerJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:25:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var InvocationHandlerJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:29:24: warning: static property 'invoke_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 invoke_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:29:24: note: convert 'invoke_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var invoke_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:29:24: note: add '@MainActor' to make static property 'invoke_MethodID_2' part of global actor 'MainActor'
    private static var invoke_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:29:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var invoke_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:23:12: warning: class 'InvocationHandlerForward' must restate inherited '@unchecked Sendable' conformance
open class InvocationHandlerForward: JNIObjectForward, InvocationHandler {
           ^
                                                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:72:28: warning: static property '_proxyClass' is not concurrency-safe because non-'Sendable' type 'jclass' (aka 'OpaquePointer') may have shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static let _proxyClass: jclass = {
                           ^
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
@frozen public struct OpaquePointer {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:72:28: note: add '@MainActor' to make static property '_proxyClass' part of global actor 'MainActor'
    fileprivate static let _proxyClass: jclass = {
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InvocationHandler.swift:72:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static let _proxyClass: jclass = {
                           ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.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/InvocationTargetException.swift:17:24: warning: static property 'InvocationTargetExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var InvocationTargetExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.swift:17:24: note: convert 'InvocationTargetExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var InvocationTargetExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.swift:17:24: note: add '@MainActor' to make static property 'InvocationTargetExceptionJNIClass' part of global actor 'MainActor'
    private static var InvocationTargetExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var InvocationTargetExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.swift:61: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/InvocationTargetException.swift:61: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/InvocationTargetException.swift:61: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/InvocationTargetException.swift:61: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/InvocationTargetException.swift:73: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/InvocationTargetException.swift:73: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/InvocationTargetException.swift:73: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/InvocationTargetException.swift:73: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/InvocationTargetException.swift:90: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/InvocationTargetException.swift:90: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/InvocationTargetException.swift:90: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/InvocationTargetException.swift:90: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/InvocationTargetException.swift:112:24: warning: static property 'getTargetException_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 getTargetException_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.swift:112:24: note: convert 'getTargetException_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getTargetException_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.swift:112:24: note: add '@MainActor' to make static property 'getTargetException_MethodID_4' part of global actor 'MainActor'
    private static var getTargetException_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.swift:112:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getTargetException_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/InvocationTargetException.swift:8:12: warning: class 'InvocationTargetException' must restate inherited '@unchecked Sendable' conformance
open class InvocationTargetException: ReflectiveOperationException {
           ^
                                                                  , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Iterable.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/Iterable.swift:27:24: warning: static property 'IterableJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var IterableJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Iterable.swift:27:24: note: convert 'IterableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var IterableJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Iterable.swift:27:24: note: add '@MainActor' to make static property 'IterableJNIClass' part of global actor 'MainActor'
    private static var IterableJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Iterable.swift:27:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var IterableJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Iterable.swift:25:12: warning: class 'IterableForward' must restate inherited '@unchecked Sendable' conformance
open class IterableForward: JNIObjectForward, Iterable {
           ^
                                                      , @unchecked Sendable
SwiftDriverJobDiscovery normal arm64 Compiling JNICore.swift, JNIField.swift (in target 'java_swift' from project 'java_swift')
SwiftDriver\ Compilation java_swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name java_swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling 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/Products/Debug/java_swift.o normal (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/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.o
ExtractAppIntentsMetadata (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace/.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier java-swift.java-swift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/java_swift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/java_swift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug/java_swift.build/Objects-normal/arm64/java_swift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 00:42:02.890 appintentsmetadataprocessor[802:4609] Starting appintentsmetadataprocessor export
2025-06-07 00:42:02.945 appintentsmetadataprocessor[802:4609] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.o (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/java_swift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_swift.o
SwiftDriverJobDiscovery normal arm64 Emitting module for java_lang (in target 'java_lang' from project 'java_lang')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/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/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/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/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/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/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/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
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/java_lang-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang-Swift.h (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/java_lang-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.swiftdoc (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.abi.json (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.swiftsourceinfo (in target 'java_lang' from project 'java_lang')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling 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 (in target 'java_lang' from project 'java_lang')
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 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 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 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 (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 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 Compiling 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 (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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/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/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/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/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/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/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/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/Products/Debug/java_lang.o normal (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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.java-lang --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/java_lang.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/java_lang.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug/java_lang.build/Objects-normal/arm64/java_lang.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 00:42:04.915 appintentsmetadataprocessor[805:4744] Starting appintentsmetadataprocessor export
2025-06-07 00:42:04.954 appintentsmetadataprocessor[805:4744] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/java_lang.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:405bf6dcebbbfc5317bb3ef26973430cf4b28c6c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:405bf6dcebbbfc5317bb3ef26973430cf4b28c6c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:405bf6dcebbbfc5317bb3ef26973430cf4b28c6c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:405bf6dcebbbfc5317bb3ef26973430cf4b28c6c, name:My Mac }
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.