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_util, reference master (1ac445), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 7 Jun 2025 09:59:34 UTC.

Swift 6 data race errors: 4182

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme java_util -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

                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:329:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var readConfiguration_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:348:24: warning: static property 'readConfiguration_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 readConfiguration_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:348:24: note: convert 'readConfiguration_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var readConfiguration_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:348:24: note: add '@MainActor' to make static property 'readConfiguration_MethodID_11' part of global actor 'MainActor'
    private static var readConfiguration_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:348:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var readConfiguration_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:365:24: warning: static property 'removePropertyChangeListener_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 removePropertyChangeListener_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:365:24: note: convert 'removePropertyChangeListener_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var removePropertyChangeListener_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:365:24: note: add '@MainActor' to make static property 'removePropertyChangeListener_MethodID_12' part of global actor 'MainActor'
    private static var removePropertyChangeListener_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:365:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var removePropertyChangeListener_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:384:24: warning: static property 'reset_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 reset_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:384:24: note: convert 'reset_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var reset_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:384:24: note: add '@MainActor' to make static property 'reset_MethodID_13' part of global actor 'MainActor'
    private static var reset_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:384:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var reset_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogManager.swift:9:12: warning: class 'LogManager' must restate inherited '@unchecked Sendable' conformance
open class LogManager: java_swift.JavaObject {
           ^
                                            , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift (in target 'java_util' from project 'java_util')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:17:24: warning: static property 'LogRecordJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var LogRecordJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:17:24: note: convert 'LogRecordJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var LogRecordJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:17:24: note: add '@MainActor' to make static property 'LogRecordJNIClass' part of global actor 'MainActor'
    private static var LogRecordJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var LogRecordJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.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/LogRecord.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/LogRecord.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/LogRecord.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/LogRecord.swift:77:24: warning: static property 'getLevel_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 getLevel_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:77:24: note: convert 'getLevel_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLevel_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:77:24: note: add '@MainActor' to make static property 'getLevel_MethodID_2' part of global actor 'MainActor'
    private static var getLevel_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLevel_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:90:24: warning: static property 'getLoggerName_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 getLoggerName_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:90:24: note: convert 'getLoggerName_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLoggerName_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:90:24: note: add '@MainActor' to make static property 'getLoggerName_MethodID_3' part of global actor 'MainActor'
    private static var getLoggerName_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:90:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLoggerName_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:103:24: warning: static property 'getMessage_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 getMessage_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:103:24: note: convert 'getMessage_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getMessage_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:103:24: note: add '@MainActor' to make static property 'getMessage_MethodID_4' part of global actor 'MainActor'
    private static var getMessage_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:103:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getMessage_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:116:24: warning: static property 'getMillis_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 getMillis_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:116:24: note: convert 'getMillis_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getMillis_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:116:24: note: add '@MainActor' to make static property 'getMillis_MethodID_5' part of global actor 'MainActor'
    private static var getMillis_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:116:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getMillis_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:128:24: warning: static property 'getParameters_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 getParameters_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:128:24: note: convert 'getParameters_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getParameters_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:128:24: note: add '@MainActor' to make static property 'getParameters_MethodID_6' part of global actor 'MainActor'
    private static var getParameters_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:128:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getParameters_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:140:24: warning: static property 'getResourceBundle_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 getResourceBundle_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:140:24: note: convert 'getResourceBundle_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getResourceBundle_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:140:24: note: add '@MainActor' to make static property 'getResourceBundle_MethodID_7' part of global actor 'MainActor'
    private static var getResourceBundle_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:140:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getResourceBundle_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:153:24: warning: static property 'getResourceBundleName_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 getResourceBundleName_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:153:24: note: convert 'getResourceBundleName_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getResourceBundleName_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:153:24: note: add '@MainActor' to make static property 'getResourceBundleName_MethodID_8' part of global actor 'MainActor'
    private static var getResourceBundleName_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:153:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getResourceBundleName_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:166:24: warning: static property 'getSequenceNumber_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 getSequenceNumber_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:166:24: note: convert 'getSequenceNumber_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getSequenceNumber_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:166:24: note: add '@MainActor' to make static property 'getSequenceNumber_MethodID_9' part of global actor 'MainActor'
    private static var getSequenceNumber_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:166:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getSequenceNumber_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:178:24: warning: static property 'getSourceClassName_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 getSourceClassName_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:178:24: note: convert 'getSourceClassName_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getSourceClassName_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:178:24: note: add '@MainActor' to make static property 'getSourceClassName_MethodID_10' part of global actor 'MainActor'
    private static var getSourceClassName_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:178:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getSourceClassName_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:191:24: warning: static property 'getSourceMethodName_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 getSourceMethodName_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:191:24: note: convert 'getSourceMethodName_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getSourceMethodName_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:191:24: note: add '@MainActor' to make static property 'getSourceMethodName_MethodID_11' part of global actor 'MainActor'
    private static var getSourceMethodName_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:191:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getSourceMethodName_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:204:24: warning: static property 'getThreadID_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 getThreadID_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:204:24: note: convert 'getThreadID_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getThreadID_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:204:24: note: add '@MainActor' to make static property 'getThreadID_MethodID_12' part of global actor 'MainActor'
    private static var getThreadID_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:204:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getThreadID_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:216:24: warning: static property 'getThrown_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 getThrown_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:216:24: note: convert 'getThrown_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getThrown_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:216:24: note: add '@MainActor' to make static property 'getThrown_MethodID_13' part of global actor 'MainActor'
    private static var getThrown_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:216:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getThrown_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:235:24: warning: static property 'setLevel_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 setLevel_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:235:24: note: convert 'setLevel_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setLevel_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:235:24: note: add '@MainActor' to make static property 'setLevel_MethodID_14' part of global actor 'MainActor'
    private static var setLevel_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:235:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setLevel_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:250:24: warning: static property 'setLoggerName_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 setLoggerName_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:250:24: note: convert 'setLoggerName_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setLoggerName_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:250:24: note: add '@MainActor' to make static property 'setLoggerName_MethodID_15' part of global actor 'MainActor'
    private static var setLoggerName_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:250:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setLoggerName_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:265:24: warning: static property 'setMessage_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 setMessage_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:265:24: note: convert 'setMessage_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setMessage_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:265:24: note: add '@MainActor' to make static property 'setMessage_MethodID_16' part of global actor 'MainActor'
    private static var setMessage_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:265:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setMessage_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:280:24: warning: static property 'setMillis_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 setMillis_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:280:24: note: convert 'setMillis_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setMillis_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:280:24: note: add '@MainActor' to make static property 'setMillis_MethodID_17' part of global actor 'MainActor'
    private static var setMillis_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:280:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setMillis_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:295:24: warning: static property 'setParameters_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 setParameters_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:295:24: note: convert 'setParameters_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setParameters_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:295:24: note: add '@MainActor' to make static property 'setParameters_MethodID_18' part of global actor 'MainActor'
    private static var setParameters_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:295:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setParameters_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:310:24: warning: static property 'setResourceBundle_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 setResourceBundle_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:310:24: note: convert 'setResourceBundle_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setResourceBundle_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:310:24: note: add '@MainActor' to make static property 'setResourceBundle_MethodID_19' part of global actor 'MainActor'
    private static var setResourceBundle_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:310:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setResourceBundle_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:325:24: warning: static property 'setResourceBundleName_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 setResourceBundleName_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:325:24: note: convert 'setResourceBundleName_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setResourceBundleName_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:325:24: note: add '@MainActor' to make static property 'setResourceBundleName_MethodID_20' part of global actor 'MainActor'
    private static var setResourceBundleName_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:325:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setResourceBundleName_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:340:24: warning: static property 'setSequenceNumber_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 setSequenceNumber_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:340:24: note: convert 'setSequenceNumber_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setSequenceNumber_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:340:24: note: add '@MainActor' to make static property 'setSequenceNumber_MethodID_21' part of global actor 'MainActor'
    private static var setSequenceNumber_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:340:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setSequenceNumber_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:355:24: warning: static property 'setSourceClassName_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 setSourceClassName_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:355:24: note: convert 'setSourceClassName_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setSourceClassName_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:355:24: note: add '@MainActor' to make static property 'setSourceClassName_MethodID_22' part of global actor 'MainActor'
    private static var setSourceClassName_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:355:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setSourceClassName_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:370:24: warning: static property 'setSourceMethodName_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 setSourceMethodName_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:370:24: note: convert 'setSourceMethodName_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setSourceMethodName_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:370:24: note: add '@MainActor' to make static property 'setSourceMethodName_MethodID_23' part of global actor 'MainActor'
    private static var setSourceMethodName_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:370:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setSourceMethodName_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:385:24: warning: static property 'setThreadID_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 setThreadID_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:385:24: note: convert 'setThreadID_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setThreadID_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:385:24: note: add '@MainActor' to make static property 'setThreadID_MethodID_24' part of global actor 'MainActor'
    private static var setThreadID_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:385:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setThreadID_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:400:24: warning: static property 'setThrown_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 setThrown_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:400:24: note: convert 'setThrown_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setThrown_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:400:24: note: add '@MainActor' to make static property 'setThrown_MethodID_25' part of global actor 'MainActor'
    private static var setThrown_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:400:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setThrown_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LogRecord.swift:8:12: warning: class 'LogRecord' must restate inherited '@unchecked Sendable' conformance
open class LogRecord: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
           ^
                                                                                                     , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Logger.swift (in target 'java_util' from project 'java_util')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:18:24: warning: static property 'LoggerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var LoggerJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:18:24: note: convert 'LoggerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var LoggerJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:18:24: note: add '@MainActor' to make static property 'LoggerJNIClass' part of global actor 'MainActor'
    private static var LoggerJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:18:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var LoggerJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:26:24: warning: static property 'GLOBAL_LOGGER_NAME_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 GLOBAL_LOGGER_NAME_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:26:24: note: convert 'GLOBAL_LOGGER_NAME_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var GLOBAL_LOGGER_NAME_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:26:24: note: add '@MainActor' to make static property 'GLOBAL_LOGGER_NAME_FieldID' part of global actor 'MainActor'
    private static var GLOBAL_LOGGER_NAME_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:26:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var GLOBAL_LOGGER_NAME_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:48:24: warning: static property 'global_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 global_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:48:24: note: convert 'global_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var global_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:48:24: note: add '@MainActor' to make static property 'global_FieldID' part of global actor 'MainActor'
    private static var global_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:48:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var global_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:98: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/Logger.swift:98: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/Logger.swift:98: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/Logger.swift:98: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/Logger.swift:132:24: warning: static property 'getAnonymousLogger_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 getAnonymousLogger_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:132:24: note: convert 'getAnonymousLogger_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnonymousLogger_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:132:24: note: add '@MainActor' to make static property 'getAnonymousLogger_MethodID_2' part of global actor 'MainActor'
    private static var getAnonymousLogger_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:132:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnonymousLogger_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:149:24: warning: static property 'getAnonymousLogger_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 getAnonymousLogger_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:149:24: note: convert 'getAnonymousLogger_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAnonymousLogger_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:149:24: note: add '@MainActor' to make static property 'getAnonymousLogger_MethodID_3' part of global actor 'MainActor'
    private static var getAnonymousLogger_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:149:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAnonymousLogger_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:162:24: warning: static property 'getGlobal_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 getGlobal_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:162:24: note: convert 'getGlobal_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getGlobal_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:162:24: note: add '@MainActor' to make static property 'getGlobal_MethodID_4' part of global actor 'MainActor'
    private static var getGlobal_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:162:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getGlobal_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:175:24: warning: static property 'getLogger_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 getLogger_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:175:24: note: convert 'getLogger_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLogger_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:175:24: note: add '@MainActor' to make static property 'getLogger_MethodID_5' part of global actor 'MainActor'
    private static var getLogger_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:175:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLogger_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:192:24: warning: static property 'getLogger_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 getLogger_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:192:24: note: convert 'getLogger_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLogger_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:192:24: note: add '@MainActor' to make static property 'getLogger_MethodID_6' part of global actor 'MainActor'
    private static var getLogger_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:192:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLogger_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:218:24: warning: static property 'addHandler_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 addHandler_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:218:24: note: convert 'addHandler_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var addHandler_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:218:24: note: add '@MainActor' to make static property 'addHandler_MethodID_7' part of global actor 'MainActor'
    private static var addHandler_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:218:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var addHandler_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:239:24: warning: static property 'config_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 config_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:239:24: note: convert 'config_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var config_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:239:24: note: add '@MainActor' to make static property 'config_MethodID_8' part of global actor 'MainActor'
    private static var config_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:239:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var config_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:254:24: warning: static property 'config_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 config_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:254:24: note: convert 'config_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var config_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:254:24: note: add '@MainActor' to make static property 'config_MethodID_9' part of global actor 'MainActor'
    private static var config_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:254:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var config_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:277:24: warning: static property 'entering_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 entering_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:277:24: note: convert 'entering_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var entering_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:277:24: note: add '@MainActor' to make static property 'entering_MethodID_10' part of global actor 'MainActor'
    private static var entering_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:277:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var entering_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:293:24: warning: static property 'entering_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 entering_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:293:24: note: convert 'entering_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var entering_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:293:24: note: add '@MainActor' to make static property 'entering_MethodID_11' part of global actor 'MainActor'
    private static var entering_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:293:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var entering_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:310:24: warning: static property 'entering_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 entering_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:310:24: note: convert 'entering_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var entering_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:310:24: note: add '@MainActor' to make static property 'entering_MethodID_12' part of global actor 'MainActor'
    private static var entering_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:310:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var entering_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:327:24: warning: static property 'exiting_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 exiting_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:327:24: note: convert 'exiting_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var exiting_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:327:24: note: add '@MainActor' to make static property 'exiting_MethodID_13' part of global actor 'MainActor'
    private static var exiting_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:327:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var exiting_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:343:24: warning: static property 'exiting_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 exiting_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:343:24: note: convert 'exiting_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var exiting_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:343:24: note: add '@MainActor' to make static property 'exiting_MethodID_14' part of global actor 'MainActor'
    private static var exiting_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:343:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var exiting_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:362:24: warning: static property 'fine_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 fine_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:362:24: note: convert 'fine_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var fine_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:362:24: note: add '@MainActor' to make static property 'fine_MethodID_15' part of global actor 'MainActor'
    private static var fine_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:362:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var fine_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:377:24: warning: static property 'fine_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 fine_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:377:24: note: convert 'fine_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var fine_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:377:24: note: add '@MainActor' to make static property 'fine_MethodID_16' part of global actor 'MainActor'
    private static var fine_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:377:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var fine_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:392:24: warning: static property 'finer_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 finer_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:392:24: note: convert 'finer_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var finer_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:392:24: note: add '@MainActor' to make static property 'finer_MethodID_17' part of global actor 'MainActor'
    private static var finer_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:392:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var finer_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:407:24: warning: static property 'finer_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 finer_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:407:24: note: convert 'finer_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var finer_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:407:24: note: add '@MainActor' to make static property 'finer_MethodID_18' part of global actor 'MainActor'
    private static var finer_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:407:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var finer_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:422:24: warning: static property 'finest_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 finest_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:422:24: note: convert 'finest_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var finest_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:422:24: note: add '@MainActor' to make static property 'finest_MethodID_19' part of global actor 'MainActor'
    private static var finest_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:422:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var finest_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:437:24: warning: static property 'finest_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 finest_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:437:24: note: convert 'finest_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var finest_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:437:24: note: add '@MainActor' to make static property 'finest_MethodID_20' part of global actor 'MainActor'
    private static var finest_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:437:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var finest_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:456:24: warning: static property 'getFilter_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 getFilter_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:456:24: note: convert 'getFilter_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getFilter_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:456:24: note: add '@MainActor' to make static property 'getFilter_MethodID_21' part of global actor 'MainActor'
    private static var getFilter_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:456:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getFilter_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:469:24: warning: static property 'getHandlers_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 getHandlers_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:469:24: note: convert 'getHandlers_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getHandlers_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:469:24: note: add '@MainActor' to make static property 'getHandlers_MethodID_22' part of global actor 'MainActor'
    private static var getHandlers_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:469:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getHandlers_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:481:24: warning: static property 'getLevel_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 getLevel_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:481:24: note: convert 'getLevel_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLevel_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:481:24: note: add '@MainActor' to make static property 'getLevel_MethodID_23' part of global actor 'MainActor'
    private static var getLevel_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:481:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLevel_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:494:24: warning: static property 'getName_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 getName_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:494:24: note: convert 'getName_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getName_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:494:24: note: add '@MainActor' to make static property 'getName_MethodID_24' part of global actor 'MainActor'
    private static var getName_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:494:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getName_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:507:24: warning: static property 'getParent_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 getParent_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:507:24: note: convert 'getParent_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getParent_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:507:24: note: add '@MainActor' to make static property 'getParent_MethodID_25' part of global actor 'MainActor'
    private static var getParent_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:507:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getParent_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:520:24: warning: static property 'getResourceBundle_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 getResourceBundle_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:520:24: note: convert 'getResourceBundle_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getResourceBundle_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:520:24: note: add '@MainActor' to make static property 'getResourceBundle_MethodID_26' part of global actor 'MainActor'
    private static var getResourceBundle_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:520:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getResourceBundle_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:533:24: warning: static property 'getResourceBundleName_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 getResourceBundleName_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:533:24: note: convert 'getResourceBundleName_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getResourceBundleName_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:533:24: note: add '@MainActor' to make static property 'getResourceBundleName_MethodID_27' part of global actor 'MainActor'
    private static var getResourceBundleName_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:533:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getResourceBundleName_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:546:24: warning: static property 'getUseParentHandlers_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 getUseParentHandlers_MethodID_28: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:546:24: note: convert 'getUseParentHandlers_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getUseParentHandlers_MethodID_28: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:546:24: note: add '@MainActor' to make static property 'getUseParentHandlers_MethodID_28' part of global actor 'MainActor'
    private static var getUseParentHandlers_MethodID_28: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:546:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getUseParentHandlers_MethodID_28: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:558:24: warning: static property 'info_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 info_MethodID_29: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:558:24: note: convert 'info_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    private static var info_MethodID_29: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:558:24: note: add '@MainActor' to make static property 'info_MethodID_29' part of global actor 'MainActor'
    private static var info_MethodID_29: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:558:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var info_MethodID_29: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:573:24: warning: static property 'info_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 info_MethodID_30: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:573:24: note: convert 'info_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    private static var info_MethodID_30: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:573:24: note: add '@MainActor' to make static property 'info_MethodID_30' part of global actor 'MainActor'
    private static var info_MethodID_30: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:573:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var info_MethodID_30: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:592:24: warning: static property 'isLoggable_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 isLoggable_MethodID_31: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:592:24: note: convert 'isLoggable_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isLoggable_MethodID_31: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:592:24: note: add '@MainActor' to make static property 'isLoggable_MethodID_31' part of global actor 'MainActor'
    private static var isLoggable_MethodID_31: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:592:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isLoggable_MethodID_31: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:608:24: warning: static property 'log_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 log_MethodID_32: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:608:24: note: convert 'log_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
    private static var log_MethodID_32: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:608:24: note: add '@MainActor' to make static property 'log_MethodID_32' part of global actor 'MainActor'
    private static var log_MethodID_32: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:608:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var log_MethodID_32: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:624:24: warning: static property 'log_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 log_MethodID_33: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:624:24: note: convert 'log_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
    private static var log_MethodID_33: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:624:24: note: add '@MainActor' to make static property 'log_MethodID_33' part of global actor 'MainActor'
    private static var log_MethodID_33: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:624:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var log_MethodID_33: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:641:24: warning: static property 'log_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 log_MethodID_34: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:641:24: note: convert 'log_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
    private static var log_MethodID_34: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:641:24: note: add '@MainActor' to make static property 'log_MethodID_34' part of global actor 'MainActor'
    private static var log_MethodID_34: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:641:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var log_MethodID_34: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:658:24: warning: static property 'log_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 log_MethodID_35: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:658:24: note: convert 'log_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
    private static var log_MethodID_35: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:658:24: note: add '@MainActor' to make static property 'log_MethodID_35' part of global actor 'MainActor'
    private static var log_MethodID_35: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:658:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var log_MethodID_35: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:675:24: warning: static property 'log_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 log_MethodID_36: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:675:24: note: convert 'log_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
    private static var log_MethodID_36: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:675:24: note: add '@MainActor' to make static property 'log_MethodID_36' part of global actor 'MainActor'
    private static var log_MethodID_36: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:675:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var log_MethodID_36: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:691:24: warning: static property 'log_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 log_MethodID_37: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:691:24: note: convert 'log_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
    private static var log_MethodID_37: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:691:24: note: add '@MainActor' to make static property 'log_MethodID_37' part of global actor 'MainActor'
    private static var log_MethodID_37: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:691:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var log_MethodID_37: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:708:24: warning: static property 'log_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 log_MethodID_38: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:708:24: note: convert 'log_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
    private static var log_MethodID_38: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:708:24: note: add '@MainActor' to make static property 'log_MethodID_38' part of global actor 'MainActor'
    private static var log_MethodID_38: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:708:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var log_MethodID_38: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:723:24: warning: static property 'logp_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 logp_MethodID_39: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:723:24: note: convert 'logp_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logp_MethodID_39: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:723:24: note: add '@MainActor' to make static property 'logp_MethodID_39' part of global actor 'MainActor'
    private static var logp_MethodID_39: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:723:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logp_MethodID_39: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:741:24: warning: static property 'logp_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 logp_MethodID_40: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:741:24: note: convert 'logp_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logp_MethodID_40: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:741:24: note: add '@MainActor' to make static property 'logp_MethodID_40' part of global actor 'MainActor'
    private static var logp_MethodID_40: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:741:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logp_MethodID_40: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:760:24: warning: static property 'logp_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 logp_MethodID_41: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:760:24: note: convert 'logp_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logp_MethodID_41: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:760:24: note: add '@MainActor' to make static property 'logp_MethodID_41' part of global actor 'MainActor'
    private static var logp_MethodID_41: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:760:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logp_MethodID_41: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:779:24: warning: static property 'logp_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 logp_MethodID_42: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:779:24: note: convert 'logp_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logp_MethodID_42: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:779:24: note: add '@MainActor' to make static property 'logp_MethodID_42' part of global actor 'MainActor'
    private static var logp_MethodID_42: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:779:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logp_MethodID_42: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:798:24: warning: static property 'logp_MethodID_43' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logp_MethodID_43: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:798:24: note: convert 'logp_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logp_MethodID_43: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:798:24: note: add '@MainActor' to make static property 'logp_MethodID_43' part of global actor 'MainActor'
    private static var logp_MethodID_43: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:798:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logp_MethodID_43: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:816:24: warning: static property 'logp_MethodID_44' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logp_MethodID_44: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:816:24: note: convert 'logp_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logp_MethodID_44: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:816:24: note: add '@MainActor' to make static property 'logp_MethodID_44' part of global actor 'MainActor'
    private static var logp_MethodID_44: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:816:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logp_MethodID_44: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:835:24: warning: static property 'logrb_MethodID_45' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logrb_MethodID_45: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:835:24: note: convert 'logrb_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logrb_MethodID_45: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:835:24: note: add '@MainActor' to make static property 'logrb_MethodID_45' part of global actor 'MainActor'
    private static var logrb_MethodID_45: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:835:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logrb_MethodID_45: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:855:24: warning: static property 'logrb_MethodID_46' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logrb_MethodID_46: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:855:24: note: convert 'logrb_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logrb_MethodID_46: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:855:24: note: add '@MainActor' to make static property 'logrb_MethodID_46' part of global actor 'MainActor'
    private static var logrb_MethodID_46: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:855:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logrb_MethodID_46: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:875:24: warning: static property 'logrb_MethodID_47' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logrb_MethodID_47: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:875:24: note: convert 'logrb_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logrb_MethodID_47: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:875:24: note: add '@MainActor' to make static property 'logrb_MethodID_47' part of global actor 'MainActor'
    private static var logrb_MethodID_47: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:875:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logrb_MethodID_47: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:894:24: warning: static property 'logrb_MethodID_48' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logrb_MethodID_48: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:894:24: note: convert 'logrb_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logrb_MethodID_48: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:894:24: note: add '@MainActor' to make static property 'logrb_MethodID_48' part of global actor 'MainActor'
    private static var logrb_MethodID_48: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:894:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logrb_MethodID_48: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:914:24: warning: static property 'logrb_MethodID_49' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logrb_MethodID_49: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:914:24: note: convert 'logrb_MethodID_49' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logrb_MethodID_49: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:914:24: note: add '@MainActor' to make static property 'logrb_MethodID_49' part of global actor 'MainActor'
    private static var logrb_MethodID_49: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:914:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logrb_MethodID_49: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:934:24: warning: static property 'logrb_MethodID_50' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logrb_MethodID_50: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:934:24: note: convert 'logrb_MethodID_50' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logrb_MethodID_50: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:934:24: note: add '@MainActor' to make static property 'logrb_MethodID_50' part of global actor 'MainActor'
    private static var logrb_MethodID_50: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:934:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logrb_MethodID_50: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:958:24: warning: static property 'removeHandler_MethodID_51' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var removeHandler_MethodID_51: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:958:24: note: convert 'removeHandler_MethodID_51' to a 'let' constant to make 'Sendable' shared state immutable
    private static var removeHandler_MethodID_51: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:958:24: note: add '@MainActor' to make static property 'removeHandler_MethodID_51' part of global actor 'MainActor'
    private static var removeHandler_MethodID_51: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:958:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var removeHandler_MethodID_51: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:979:24: warning: static property 'setFilter_MethodID_52' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setFilter_MethodID_52: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:979:24: note: convert 'setFilter_MethodID_52' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setFilter_MethodID_52: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:979:24: note: add '@MainActor' to make static property 'setFilter_MethodID_52' part of global actor 'MainActor'
    private static var setFilter_MethodID_52: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:979:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setFilter_MethodID_52: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:998:24: warning: static property 'setLevel_MethodID_53' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setLevel_MethodID_53: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:998:24: note: convert 'setLevel_MethodID_53' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setLevel_MethodID_53: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:998:24: note: add '@MainActor' to make static property 'setLevel_MethodID_53' part of global actor 'MainActor'
    private static var setLevel_MethodID_53: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:998:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setLevel_MethodID_53: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1021:24: warning: static property 'setParent_MethodID_54' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setParent_MethodID_54: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1021:24: note: convert 'setParent_MethodID_54' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setParent_MethodID_54: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1021:24: note: add '@MainActor' to make static property 'setParent_MethodID_54' part of global actor 'MainActor'
    private static var setParent_MethodID_54: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1021:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setParent_MethodID_54: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1036:24: warning: static property 'setResourceBundle_MethodID_55' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setResourceBundle_MethodID_55: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1036:24: note: convert 'setResourceBundle_MethodID_55' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setResourceBundle_MethodID_55: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1036:24: note: add '@MainActor' to make static property 'setResourceBundle_MethodID_55' part of global actor 'MainActor'
    private static var setResourceBundle_MethodID_55: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1036:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setResourceBundle_MethodID_55: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1051:24: warning: static property 'setUseParentHandlers_MethodID_56' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var setUseParentHandlers_MethodID_56: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1051:24: note: convert 'setUseParentHandlers_MethodID_56' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setUseParentHandlers_MethodID_56: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1051:24: note: add '@MainActor' to make static property 'setUseParentHandlers_MethodID_56' part of global actor 'MainActor'
    private static var setUseParentHandlers_MethodID_56: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1051:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setUseParentHandlers_MethodID_56: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1068:24: warning: static property 'severe_MethodID_57' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var severe_MethodID_57: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1068:24: note: convert 'severe_MethodID_57' to a 'let' constant to make 'Sendable' shared state immutable
    private static var severe_MethodID_57: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1068:24: note: add '@MainActor' to make static property 'severe_MethodID_57' part of global actor 'MainActor'
    private static var severe_MethodID_57: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1068:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var severe_MethodID_57: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1083:24: warning: static property 'severe_MethodID_58' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var severe_MethodID_58: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1083:24: note: convert 'severe_MethodID_58' to a 'let' constant to make 'Sendable' shared state immutable
    private static var severe_MethodID_58: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1083:24: note: add '@MainActor' to make static property 'severe_MethodID_58' part of global actor 'MainActor'
    private static var severe_MethodID_58: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1083:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var severe_MethodID_58: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1098:24: warning: static property 'throwing_MethodID_59' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var throwing_MethodID_59: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1098:24: note: convert 'throwing_MethodID_59' to a 'let' constant to make 'Sendable' shared state immutable
    private static var throwing_MethodID_59: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1098:24: note: add '@MainActor' to make static property 'throwing_MethodID_59' part of global actor 'MainActor'
    private static var throwing_MethodID_59: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1098:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var throwing_MethodID_59: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1117:24: warning: static property 'warning_MethodID_60' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var warning_MethodID_60: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1117:24: note: convert 'warning_MethodID_60' to a 'let' constant to make 'Sendable' shared state immutable
    private static var warning_MethodID_60: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1117:24: note: add '@MainActor' to make static property 'warning_MethodID_60' part of global actor 'MainActor'
    private static var warning_MethodID_60: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1117:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var warning_MethodID_60: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1132:24: warning: static property 'warning_MethodID_61' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var warning_MethodID_61: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1132:24: note: convert 'warning_MethodID_61' to a 'let' constant to make 'Sendable' shared state immutable
    private static var warning_MethodID_61: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1132:24: note: add '@MainActor' to make static property 'warning_MethodID_61' part of global actor 'MainActor'
    private static var warning_MethodID_61: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:1132:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var warning_MethodID_61: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logger.swift:9:12: warning: class 'Logger' must restate inherited '@unchecked Sendable' conformance
open class Logger: java_swift.JavaObject {
           ^
                                        , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift (in target 'java_util' from project 'java_util')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:31:24: warning: static property 'LoggingMXBeanJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var LoggingMXBeanJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:31:24: note: convert 'LoggingMXBeanJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var LoggingMXBeanJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:31:24: note: add '@MainActor' to make static property 'LoggingMXBeanJNIClass' part of global actor 'MainActor'
    private static var LoggingMXBeanJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:31:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var LoggingMXBeanJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:35:24: warning: static property 'getLoggerLevel_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 getLoggerLevel_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:35:24: note: convert 'getLoggerLevel_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLoggerLevel_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:35:24: note: add '@MainActor' to make static property 'getLoggerLevel_MethodID_5' part of global actor 'MainActor'
    private static var getLoggerLevel_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:35:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLoggerLevel_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:52:24: warning: static property 'getLoggerNames_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 getLoggerNames_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:52:24: note: convert 'getLoggerNames_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLoggerNames_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:52:24: note: add '@MainActor' to make static property 'getLoggerNames_MethodID_6' part of global actor 'MainActor'
    private static var getLoggerNames_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:52:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLoggerNames_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:65:24: warning: static property 'getParentLoggerName_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 getParentLoggerName_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:65:24: note: convert 'getParentLoggerName_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getParentLoggerName_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:65:24: note: add '@MainActor' to make static property 'getParentLoggerName_MethodID_7' part of global actor 'MainActor'
    private static var getParentLoggerName_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:65:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getParentLoggerName_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:82:24: warning: static property 'setLoggerLevel_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 setLoggerLevel_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:82:24: note: convert 'setLoggerLevel_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setLoggerLevel_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:82:24: note: add '@MainActor' to make static property 'setLoggerLevel_MethodID_8' part of global actor 'MainActor'
    private static var setLoggerLevel_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:82:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setLoggerLevel_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LoggingMXBean.swift:29:12: warning: class 'LoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
open class LoggingMXBeanForward: JNIObjectForward, LoggingMXBean {
           ^
                                                                , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LoggingPermission.swift (in target 'java_util' from project 'java_util')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:17:24: warning: static property 'LongAccumulatorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var LongAccumulatorJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:17:24: note: convert 'LongAccumulatorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var LongAccumulatorJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:17:24: note: add '@MainActor' to make static property 'LongAccumulatorJNIClass' part of global actor 'MainActor'
    private static var LongAccumulatorJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var LongAccumulatorJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:53: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/LongAccumulator.swift:53: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/LongAccumulator.swift:53: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/LongAccumulator.swift:53: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/LongAccumulator.swift:79:24: warning: static property 'accumulate_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 accumulate_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:79:24: note: convert 'accumulate_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var accumulate_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:79:24: note: add '@MainActor' to make static property 'accumulate_MethodID_2' part of global actor 'MainActor'
    private static var accumulate_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:79:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var accumulate_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:94:24: warning: static property 'doubleValue_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 doubleValue_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:94:24: note: convert 'doubleValue_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var doubleValue_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:94:24: note: add '@MainActor' to make static property 'doubleValue_MethodID_3' part of global actor 'MainActor'
    private static var doubleValue_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:94:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var doubleValue_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:106:24: warning: static property 'floatValue_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 floatValue_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:106:24: note: convert 'floatValue_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var floatValue_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:106:24: note: add '@MainActor' to make static property 'floatValue_MethodID_4' part of global actor 'MainActor'
    private static var floatValue_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:106:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var floatValue_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:118:24: warning: static property 'get_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 get_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:118:24: note: convert 'get_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var get_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:118:24: note: add '@MainActor' to make static property 'get_MethodID_5' part of global actor 'MainActor'
    private static var get_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:118:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var get_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:130:24: warning: static property 'getThenReset_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 getThenReset_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:130:24: note: convert 'getThenReset_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getThenReset_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:130:24: note: add '@MainActor' to make static property 'getThenReset_MethodID_6' part of global actor 'MainActor'
    private static var getThenReset_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:130:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getThenReset_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:142:24: warning: static property 'intValue_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 intValue_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:142:24: note: convert 'intValue_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var intValue_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:142:24: note: add '@MainActor' to make static property 'intValue_MethodID_7' part of global actor 'MainActor'
    private static var intValue_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:142:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var intValue_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:154:24: warning: static property 'longValue_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 longValue_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:154:24: note: convert 'longValue_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var longValue_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:154:24: note: add '@MainActor' to make static property 'longValue_MethodID_8' part of global actor 'MainActor'
    private static var longValue_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:154:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var longValue_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:168:24: warning: static property 'reset_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 reset_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:168:24: note: convert 'reset_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var reset_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:168:24: note: add '@MainActor' to make static property 'reset_MethodID_9' part of global actor 'MainActor'
    private static var reset_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:168:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var reset_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:179:24: warning: static property 'toString_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 toString_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:179:24: note: convert 'toString_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toString_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:179:24: note: add '@MainActor' to make static property 'toString_MethodID_10' part of global actor 'MainActor'
    private static var toString_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:179:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toString_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAccumulator.swift:8:12: warning: class 'LongAccumulator' must restate inherited '@unchecked Sendable' conformance
open class LongAccumulator: /* class java.util.concurrent.atomic.Striped64 */ UnavailableObject {
           ^
                                                                                               , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift (in target 'java_util' from project 'java_util')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:17:24: warning: static property 'LongAdderJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var LongAdderJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:17:24: note: convert 'LongAdderJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var LongAdderJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:17:24: note: add '@MainActor' to make static property 'LongAdderJNIClass' part of global actor 'MainActor'
    private static var LongAdderJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var LongAdderJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:49: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/LongAdder.swift:49: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/LongAdder.swift:49: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/LongAdder.swift:49: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/LongAdder.swift:61:24: warning: static property 'add_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 add_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:61:24: note: convert 'add_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var add_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:61:24: note: add '@MainActor' to make static property 'add_MethodID_2' part of global actor 'MainActor'
    private static var add_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:61:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var add_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:76:24: warning: static property 'decrement_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 decrement_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:76:24: note: convert 'decrement_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var decrement_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:76:24: note: add '@MainActor' to make static property 'decrement_MethodID_3' part of global actor 'MainActor'
    private static var decrement_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:76:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var decrement_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:87:24: warning: static property 'doubleValue_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 doubleValue_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:87:24: note: convert 'doubleValue_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var doubleValue_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:87:24: note: add '@MainActor' to make static property 'doubleValue_MethodID_4' part of global actor 'MainActor'
    private static var doubleValue_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:87:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var doubleValue_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:99:24: warning: static property 'floatValue_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 floatValue_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:99:24: note: convert 'floatValue_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var floatValue_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:99:24: note: add '@MainActor' to make static property 'floatValue_MethodID_5' part of global actor 'MainActor'
    private static var floatValue_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:99:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var floatValue_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:111:24: warning: static property 'increment_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 increment_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:111:24: note: convert 'increment_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var increment_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:111:24: note: add '@MainActor' to make static property 'increment_MethodID_6' part of global actor 'MainActor'
    private static var increment_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:111:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var increment_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:122:24: warning: static property 'intValue_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 intValue_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:122:24: note: convert 'intValue_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var intValue_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:122:24: note: add '@MainActor' to make static property 'intValue_MethodID_7' part of global actor 'MainActor'
    private static var intValue_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:122:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var intValue_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:134:24: warning: static property 'longValue_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 longValue_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:134:24: note: convert 'longValue_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var longValue_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:134:24: note: add '@MainActor' to make static property 'longValue_MethodID_8' part of global actor 'MainActor'
    private static var longValue_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:134:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var longValue_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:148:24: warning: static property 'reset_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 reset_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:148:24: note: convert 'reset_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var reset_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:148:24: note: add '@MainActor' to make static property 'reset_MethodID_9' part of global actor 'MainActor'
    private static var reset_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:148:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var reset_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:159:24: warning: static property 'sum_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 sum_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:159:24: note: convert 'sum_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var sum_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:159:24: note: add '@MainActor' to make static property 'sum_MethodID_10' part of global actor 'MainActor'
    private static var sum_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:159:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var sum_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:171:24: warning: static property 'sumThenReset_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 sumThenReset_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:171:24: note: convert 'sumThenReset_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var sumThenReset_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:171:24: note: add '@MainActor' to make static property 'sumThenReset_MethodID_11' part of global actor 'MainActor'
    private static var sumThenReset_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:171:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var sumThenReset_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:183:24: warning: static property 'toString_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 toString_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:183:24: note: convert 'toString_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toString_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:183:24: note: add '@MainActor' to make static property 'toString_MethodID_12' part of global actor 'MainActor'
    private static var toString_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:183:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toString_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongAdder.swift:8:12: warning: class 'LongAdder' must restate inherited '@unchecked Sendable' conformance
open class LongAdder: /* class java.util.concurrent.atomic.Striped64 */ UnavailableObject {
           ^
                                                                                         , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LongBinaryOperator.swift (in target 'java_util' from project 'java_util')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:25:24: warning: static property 'LongConsumerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var LongConsumerJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:25:24: note: convert 'LongConsumerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var LongConsumerJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:25:24: note: add '@MainActor' to make static property 'LongConsumerJNIClass' part of global actor 'MainActor'
    private static var LongConsumerJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:25:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var LongConsumerJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:29:24: warning: static property 'accept_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 accept_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:29:24: note: convert 'accept_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var accept_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:29:24: note: add '@MainActor' to make static property 'accept_MethodID_3' part of global actor 'MainActor'
    private static var accept_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:29:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var accept_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:44:24: warning: static property 'andThen_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 andThen_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:44:24: note: convert 'andThen_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var andThen_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:44:24: note: add '@MainActor' to make static property 'andThen_MethodID_4' part of global actor 'MainActor'
    private static var andThen_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var andThen_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongConsumer.swift:23:12: warning: class 'LongConsumerForward' must restate inherited '@unchecked Sendable' conformance
open class LongConsumerForward: JNIObjectForward, LongConsumer {
           ^
                                                              , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift (in target 'java_util' from project 'java_util')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift:19:24: warning: static property 'LongFunctionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var LongFunctionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift:19:24: note: convert 'LongFunctionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var LongFunctionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift:19:24: note: add '@MainActor' to make static property 'LongFunctionJNIClass' part of global actor 'MainActor'
    private static var LongFunctionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var LongFunctionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift:23:24: warning: static property 'apply_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 apply_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift:23:24: note: convert 'apply_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var apply_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift:23:24: note: add '@MainActor' to make static property 'apply_MethodID_2' part of global actor 'MainActor'
    private static var apply_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var apply_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LongFunction.swift:17:12: warning: class 'LongFunctionForward' must restate inherited '@unchecked Sendable' conformance
open class LongFunctionForward: JNIObjectForward, LongFunction {
           ^
                                                              , @unchecked Sendable
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 -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/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
SwiftDriverJobDiscovery normal arm64 Compiling SortedSet.swift, Spliterator.swift, Spliterators.swift, SplittableRandom.swift, Stack.swift, StampedLock.swift, Stream.swift, StreamHandler.swift, StreamSupport.swift, StringJoiner.swift, StringTokenizer.swift, Supplier.swift, SynchronousQueue.swift, ThreadFactory.swift, ThreadLocalRandom.swift, ThreadPoolExecutor.swift, TimeUnit.swift, TimeZone.swift, TimeZoneNameProvider.swift, TimeoutException.swift, Timer.swift, TimerTask.swift, ToDoubleBiFunction.swift (in target 'java_util' from project 'java_util')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/java_util-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util-Swift.h (in target 'java_util' from project 'java_util')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/java_util-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.swiftmodule (in target 'java_util' from project 'java_util')
    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_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.swiftdoc (in target 'java_util' from project 'java_util')
    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_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.abi.json (in target 'java_util' from project 'java_util')
    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_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.swiftsourceinfo (in target 'java_util' from project 'java_util')
    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_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
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
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/.dependencies/checkouts/java_lang
    /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/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/.dependencies/checkouts/java_lang
    /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 java-lang.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 02:59:29.074 appintentsmetadataprocessor[857:5098] Starting appintentsmetadataprocessor export
2025-06-07 02:59:29.120 appintentsmetadataprocessor[857:5098] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling DoubleToLongFunction.swift, DoubleUnaryOperator.swift, DuplicateFormatFlagsException.swift, EmptyStackException.swift, EnumMap.swift, EnumSet.swift, Enumeration.swift, ErrorManager.swift, EventListener.swift, EventListenerProxy.swift, EventObject.swift, Exchanger.swift, ExecutionException.swift, Executor.swift, ExecutorCompletionService.swift, ExecutorService.swift, Executors.swift, FileHandler.swift, Filter.swift, ForkJoinPool.swift, ForkJoinTask.swift, ForkJoinWorkerThread.swift, FormatFlagsConversionMismatchException.swift (in target 'java_util' from project 'java_util')
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/.dependencies/checkouts/java_lang
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_lang.o
SwiftDriverJobDiscovery normal arm64 Compiling CheckedOutputStream.swift, Checksum.swift, Collection.swift, Collections.swift, Collector.swift, Collectors.swift, CompletionException.swift, CompletionService.swift, CompletionStage.swift, ConcurrentHashMap.swift, ConcurrentLinkedDeque.swift, ConcurrentLinkedQueue.swift, ConcurrentMap.swift, ConcurrentModificationException.swift, ConcurrentNavigableMap.swift, ConcurrentSkipListMap.swift, ConcurrentSkipListSet.swift, Condition.swift, ConsoleHandler.swift, Consumer.swift, CopyOnWriteArrayList.swift, CopyOnWriteArraySet.swift, CountDownLatch.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling LongPredicate.swift, LongStream.swift, LongSummaryStatistics.swift, LongSupplier.swift, LongToDoubleFunction.swift, LongToIntFunction.swift, LongUnaryOperator.swift, Manifest.swift, MatchResult.swift, Matcher.swift, MemoryHandler.swift, MissingFormatArgumentException.swift, MissingFormatWidthException.swift, MissingResourceException.swift, NavigableMap.swift, NavigableSet.swift, NoSuchElementException.swift, NodeChangeEvent.swift, NodeChangeListener.swift, ObjDoubleConsumer.swift, ObjIntConsumer.swift, ObjLongConsumer.swift, Objects.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling AtomicReference.swift, AtomicReferenceArray.swift, AtomicReferenceFieldUpdater.swift, AtomicStampedReference.swift, Attributes.swift, BackingStoreException.swift, Base64.swift, BaseStream.swift, BiConsumer.swift, BiFunction.swift, BiPredicate.swift, BinaryOperator.swift, BitSet.swift, BlockingDeque.swift, BlockingQueue.swift, BooleanSupplier.swift, BrokenBarrierException.swift, CRC32.swift, Calendar.swift, CalendarDataProvider.swift, CalendarNameProvider.swift, Callable.swift, CancellationException.swift, CheckedInputStream.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling ToDoubleFunction.swift, ToIntBiFunction.swift, ToIntFunction.swift, ToLongBiFunction.swift, ToLongFunction.swift, TooManyListenersException.swift, TransferQueue.swift, TreeMap.swift, TreeSet.swift, UUID.swift, UnaryOperator.swift, UnknownFormatConversionException.swift, UnknownFormatFlagsException.swift, Vector.swift, WeakHashMap.swift, XMLFormatter.swift, ZipEntry.swift, ZipError.swift, ZipException.swift, ZipFile.swift, ZipInputStream.swift, ZipOutputStream.swift, logging_Formatter.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling Observable.swift, Observer.swift, Optional.swift, OptionalDouble.swift, OptionalInt.swift, OptionalLong.swift, Pack200.swift, Pattern.swift, PatternSyntaxException.swift, Phaser.swift, Predicate.swift, PreferenceChangeEvent.swift, PreferenceChangeListener.swift, Preferences.swift, PreferencesFactory.swift, PrimitiveIterator.swift, PriorityBlockingQueue.swift, PriorityQueue.swift, Properties.swift, PropertyPermission.swift, PropertyResourceBundle.swift, Queue.swift, Random.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling RandomAccess.swift, ReadWriteLock.swift, RecursiveAction.swift, RecursiveTask.swift, ReentrantLock.swift, ReentrantReadWriteLock.swift, RejectedExecutionException.swift, RejectedExecutionHandler.swift, ResourceBundle.swift, ResourceBundleControlProvider.swift, RunnableFuture.swift, RunnableScheduledFuture.swift, Scanner.swift, ScheduledExecutorService.swift, ScheduledFuture.swift, ScheduledThreadPoolExecutor.swift, Semaphore.swift, ServiceConfigurationError.swift, ServiceLoader.swift, SimpleFormatter.swift, SimpleTimeZone.swift, SocketHandler.swift, SortedMap.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling LinkedBlockingDeque.swift, LinkedBlockingQueue.swift, LinkedHashMap.swift, LinkedHashSet.swift, LinkedList.swift, LinkedTransferQueue.swift, List.swift, ListIterator.swift, ListResourceBundle.swift, LocaleNameProvider.swift, LocaleServiceProvider.swift, Lock.swift, LockSupport.swift, LogManager.swift, LogRecord.swift, Logger.swift, LoggingMXBean.swift, LoggingPermission.swift, LongAccumulator.swift, LongAdder.swift, LongBinaryOperator.swift, LongConsumer.swift, LongFunction.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling AbstractCollection.swift, AbstractExecutorService.swift, AbstractList.swift, AbstractMap.swift, AbstractOwnableSynchronizer.swift, AbstractPreferences.swift, AbstractQueue.swift, AbstractQueuedLongSynchronizer.swift, AbstractQueuedSynchronizer.swift, AbstractSequentialList.swift, AbstractSet.swift, Adler32.swift, ArrayBlockingQueue.swift, ArrayDeque.swift, ArrayList.swift, Arrays.swift, AtomicBoolean.swift, AtomicInteger.swift, AtomicIntegerArray.swift, AtomicIntegerFieldUpdater.swift, AtomicLong.swift, AtomicLongArray.swift, AtomicLongFieldUpdater.swift, AtomicMarkableReference.swift (in target 'java_util' from project 'java_util')
SwiftDriver\ Compilation java_util normal arm64 com.apple.xcode.tools.swift.compiler (in target 'java_util' from project 'java_util')
    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_util -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.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/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_util.build/Debug/java_util.build/Objects-normal/arm64/java_util-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_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.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_util.build/Debug/java_util.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util_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_util.build/Debug/java_util.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.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_util.build/Debug/java_util.build/Objects-normal/arm64/java_util-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_util.o normal (in target 'java_util' from project 'java_util')
    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/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_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util_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_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.o
ExtractAppIntentsMetadata (in target 'java_util' from project 'java_util')
    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_util --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-util --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/java_util.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/java_util.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug/java_util.build/Objects-normal/arm64/java_util.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 02:59:32.095 appintentsmetadataprocessor[860:5263] Starting appintentsmetadataprocessor export
2025-06-07 02:59:32.134 appintentsmetadataprocessor[860:5263] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.o (in target 'java_util' from project 'java_util')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/java_util.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:fbb92f711ee4d13df87641a203ab88045e3eca3a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:fbb92f711ee4d13df87641a203ab88045e3eca3a, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:fbb92f711ee4d13df87641a203ab88045e3eca3a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:fbb92f711ee4d13df87641a203ab88045e3eca3a, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "java_lang",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/java_lang.git"
    }
  ],
  "manifest_display_name" : "java_util",
  "name" : "java_util",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "java_util",
      "targets" : [
        "java_util"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "java_util",
      "module_type" : "SwiftTarget",
      "name" : "java_util",
      "path" : "Sources",
      "product_dependencies" : [
        "java_lang"
      ],
      "product_memberships" : [
        "java_util"
      ],
      "sources" : [
        "AbstractCollection.swift",
        "AbstractExecutorService.swift",
        "AbstractList.swift",
        "AbstractMap.swift",
        "AbstractOwnableSynchronizer.swift",
        "AbstractPreferences.swift",
        "AbstractQueue.swift",
        "AbstractQueuedLongSynchronizer.swift",
        "AbstractQueuedSynchronizer.swift",
        "AbstractSequentialList.swift",
        "AbstractSet.swift",
        "Adler32.swift",
        "ArrayBlockingQueue.swift",
        "ArrayDeque.swift",
        "ArrayList.swift",
        "Arrays.swift",
        "AtomicBoolean.swift",
        "AtomicInteger.swift",
        "AtomicIntegerArray.swift",
        "AtomicIntegerFieldUpdater.swift",
        "AtomicLong.swift",
        "AtomicLongArray.swift",
        "AtomicLongFieldUpdater.swift",
        "AtomicMarkableReference.swift",
        "AtomicReference.swift",
        "AtomicReferenceArray.swift",
        "AtomicReferenceFieldUpdater.swift",
        "AtomicStampedReference.swift",
        "Attributes.swift",
        "BackingStoreException.swift",
        "Base64.swift",
        "BaseStream.swift",
        "BiConsumer.swift",
        "BiFunction.swift",
        "BiPredicate.swift",
        "BinaryOperator.swift",
        "BitSet.swift",
        "BlockingDeque.swift",
        "BlockingQueue.swift",
        "BooleanSupplier.swift",
        "BrokenBarrierException.swift",
        "CRC32.swift",
        "Calendar.swift",
        "CalendarDataProvider.swift",
        "CalendarNameProvider.swift",
        "Callable.swift",
        "CancellationException.swift",
        "CheckedInputStream.swift",
        "CheckedOutputStream.swift",
        "Checksum.swift",
        "Collection.swift",
        "Collections.swift",
        "Collector.swift",
        "Collectors.swift",
        "CompletionException.swift",
        "CompletionService.swift",
        "CompletionStage.swift",
        "ConcurrentHashMap.swift",
        "ConcurrentLinkedDeque.swift",
        "ConcurrentLinkedQueue.swift",
        "ConcurrentMap.swift",
        "ConcurrentModificationException.swift",
        "ConcurrentNavigableMap.swift",
        "ConcurrentSkipListMap.swift",
        "ConcurrentSkipListSet.swift",
        "Condition.swift",
        "ConsoleHandler.swift",
        "Consumer.swift",
        "CopyOnWriteArrayList.swift",
        "CopyOnWriteArraySet.swift",
        "CountDownLatch.swift",
        "CountedCompleter.swift",
        "Currency.swift",
        "CurrencyNameProvider.swift",
        "CyclicBarrier.swift",
        "DataFormatException.swift",
        "Date.swift",
        "Deflater.swift",
        "DeflaterInputStream.swift",
        "DeflaterOutputStream.swift",
        "DelayQueue.swift",
        "Delayed.swift",
        "Deque.swift",
        "Dictionary.swift",
        "DoubleAccumulator.swift",
        "DoubleAdder.swift",
        "DoubleBinaryOperator.swift",
        "DoubleConsumer.swift",
        "DoubleFunction.swift",
        "DoublePredicate.swift",
        "DoubleStream.swift",
        "DoubleSummaryStatistics.swift",
        "DoubleSupplier.swift",
        "DoubleToIntFunction.swift",
        "DoubleToLongFunction.swift",
        "DoubleUnaryOperator.swift",
        "DuplicateFormatFlagsException.swift",
        "EmptyStackException.swift",
        "EnumMap.swift",
        "EnumSet.swift",
        "Enumeration.swift",
        "ErrorManager.swift",
        "EventListener.swift",
        "EventListenerProxy.swift",
        "EventObject.swift",
        "Exchanger.swift",
        "ExecutionException.swift",
        "Executor.swift",
        "ExecutorCompletionService.swift",
        "ExecutorService.swift",
        "Executors.swift",
        "FileHandler.swift",
        "Filter.swift",
        "ForkJoinPool.swift",
        "ForkJoinTask.swift",
        "ForkJoinWorkerThread.swift",
        "FormatFlagsConversionMismatchException.swift",
        "Formattable.swift",
        "FormattableFlags.swift",
        "Formatter.swift",
        "FormatterClosedException.swift",
        "Function.swift",
        "Future.swift",
        "FutureTask.swift",
        "GZIPInputStream.swift",
        "GZIPOutputStream.swift",
        "GregorianCalendar.swift",
        "Handler.swift",
        "HashSet.swift",
        "Hashtable.swift",
        "IdentityHashMap.swift",
        "IllegalFormatCodePointException.swift",
        "IllegalFormatConversionException.swift",
        "IllegalFormatException.swift",
        "IllegalFormatFlagsException.swift",
        "IllegalFormatPrecisionException.swift",
        "IllegalFormatWidthException.swift",
        "IllformedLocaleException.swift",
        "Inflater.swift",
        "InflaterInputStream.swift",
        "InflaterOutputStream.swift",
        "InputMismatchException.swift",
        "IntBinaryOperator.swift",
        "IntConsumer.swift",
        "IntFunction.swift",
        "IntPredicate.swift",
        "IntStream.swift",
        "IntSummaryStatistics.swift",
        "IntSupplier.swift",
        "IntToDoubleFunction.swift",
        "IntToLongFunction.swift",
        "IntUnaryOperator.swift",
        "InvalidPreferencesFormatException.swift",
        "InvalidPropertiesFormatException.swift",
        "Iterator.swift",
        "JarEntry.swift",
        "JarException.swift",
        "JarFile.swift",
        "JarInputStream.swift",
        "JarOutputStream.swift",
        "JavaComparator.swift",
        "JavaLocale.swift",
        "Level.swift",
        "LinkedBlockingDeque.swift",
        "LinkedBlockingQueue.swift",
        "LinkedHashMap.swift",
        "LinkedHashSet.swift",
        "LinkedList.swift",
        "LinkedTransferQueue.swift",
        "List.swift",
        "ListIterator.swift",
        "ListResourceBundle.swift",
        "LocaleNameProvider.swift",
        "LocaleServiceProvider.swift",
        "Lock.swift",
        "LockSupport.swift",
        "LogManager.swift",
        "LogRecord.swift",
        "Logger.swift",
        "LoggingMXBean.swift",
        "LoggingPermission.swift",
        "LongAccumulator.swift",
        "LongAdder.swift",
        "LongBinaryOperator.swift",
        "LongConsumer.swift",
        "LongFunction.swift",
        "LongPredicate.swift",
        "LongStream.swift",
        "LongSummaryStatistics.swift",
        "LongSupplier.swift",
        "LongToDoubleFunction.swift",
        "LongToIntFunction.swift",
        "LongUnaryOperator.swift",
        "Manifest.swift",
        "MatchResult.swift",
        "Matcher.swift",
        "MemoryHandler.swift",
        "MissingFormatArgumentException.swift",
        "MissingFormatWidthException.swift",
        "MissingResourceException.swift",
        "NavigableMap.swift",
        "NavigableSet.swift",
        "NoSuchElementException.swift",
        "NodeChangeEvent.swift",
        "NodeChangeListener.swift",
        "ObjDoubleConsumer.swift",
        "ObjIntConsumer.swift",
        "ObjLongConsumer.swift",
        "Objects.swift",
        "Observable.swift",
        "Observer.swift",
        "Optional.swift",
        "OptionalDouble.swift",
        "OptionalInt.swift",
        "OptionalLong.swift",
        "Pack200.swift",
        "Pattern.swift",
        "PatternSyntaxException.swift",
        "Phaser.swift",
        "Predicate.swift",
        "PreferenceChangeEvent.swift",
        "PreferenceChangeListener.swift",
        "Preferences.swift",
        "PreferencesFactory.swift",
        "PrimitiveIterator.swift",
        "PriorityBlockingQueue.swift",
        "PriorityQueue.swift",
        "Properties.swift",
        "PropertyPermission.swift",
        "PropertyResourceBundle.swift",
        "Queue.swift",
        "Random.swift",
        "RandomAccess.swift",
        "ReadWriteLock.swift",
        "RecursiveAction.swift",
        "RecursiveTask.swift",
        "ReentrantLock.swift",
        "ReentrantReadWriteLock.swift",
        "RejectedExecutionException.swift",
        "RejectedExecutionHandler.swift",
        "ResourceBundle.swift",
        "ResourceBundleControlProvider.swift",
        "RunnableFuture.swift",
        "RunnableScheduledFuture.swift",
        "Scanner.swift",
        "ScheduledExecutorService.swift",
        "ScheduledFuture.swift",
        "ScheduledThreadPoolExecutor.swift",
        "Semaphore.swift",
        "ServiceConfigurationError.swift",
        "ServiceLoader.swift",
        "SimpleFormatter.swift",
        "SimpleTimeZone.swift",
        "SocketHandler.swift",
        "SortedMap.swift",
        "SortedSet.swift",
        "Spliterator.swift",
        "Spliterators.swift",
        "SplittableRandom.swift",
        "Stack.swift",
        "StampedLock.swift",
        "Stream.swift",
        "StreamHandler.swift",
        "StreamSupport.swift",
        "StringJoiner.swift",
        "StringTokenizer.swift",
        "Supplier.swift",
        "SynchronousQueue.swift",
        "ThreadFactory.swift",
        "ThreadLocalRandom.swift",
        "ThreadPoolExecutor.swift",
        "TimeUnit.swift",
        "TimeZone.swift",
        "TimeZoneNameProvider.swift",
        "TimeoutException.swift",
        "Timer.swift",
        "TimerTask.swift",
        "ToDoubleBiFunction.swift",
        "ToDoubleFunction.swift",
        "ToIntBiFunction.swift",
        "ToIntFunction.swift",
        "ToLongBiFunction.swift",
        "ToLongFunction.swift",
        "TooManyListenersException.swift",
        "TransferQueue.swift",
        "TreeMap.swift",
        "TreeSet.swift",
        "UUID.swift",
        "UnaryOperator.swift",
        "UnknownFormatConversionException.swift",
        "UnknownFormatFlagsException.swift",
        "Vector.swift",
        "WeakHashMap.swift",
        "XMLFormatter.swift",
        "ZipEntry.swift",
        "ZipError.swift",
        "ZipException.swift",
        "ZipFile.swift",
        "ZipInputStream.swift",
        "ZipOutputStream.swift",
        "logging_Formatter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.