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 tvOS using Xcode 16.3 on 7 Jun 2025 10:00:26 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 generic/platform=tvOS 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

open class ThreadFactoryForward: JNIObjectForward, ThreadFactory {
           ^
                                                                , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.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/ThreadLocalRandom.swift:17:24: warning: static property 'ThreadLocalRandomJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ThreadLocalRandomJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:17:24: note: convert 'ThreadLocalRandomJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ThreadLocalRandomJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:17:24: note: add '@MainActor' to make static property 'ThreadLocalRandomJNIClass' part of global actor 'MainActor'
    private static var ThreadLocalRandomJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ThreadLocalRandomJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:113:24: warning: static property 'current_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 current_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:113:24: note: convert 'current_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var current_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:113:24: note: add '@MainActor' to make static property 'current_MethodID_1' part of global actor 'MainActor'
    private static var current_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:113:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var current_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:204:24: warning: static property 'next_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 next_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:204:24: note: convert 'next_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var next_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:204:24: note: add '@MainActor' to make static property 'next_MethodID_2' part of global actor 'MainActor'
    private static var next_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:204:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var next_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:224:24: warning: static property 'nextDouble_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 nextDouble_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:224:24: note: convert 'nextDouble_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var nextDouble_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:224:24: note: add '@MainActor' to make static property 'nextDouble_MethodID_3' part of global actor 'MainActor'
    private static var nextDouble_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:224:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var nextDouble_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:240:24: warning: static property 'nextDouble_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 nextDouble_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:240:24: note: convert 'nextDouble_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var nextDouble_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:240:24: note: add '@MainActor' to make static property 'nextDouble_MethodID_4' part of global actor 'MainActor'
    private static var nextDouble_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:240:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var nextDouble_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:273:24: warning: static property 'nextInt_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 nextInt_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:273:24: note: convert 'nextInt_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var nextInt_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:273:24: note: add '@MainActor' to make static property 'nextInt_MethodID_5' part of global actor 'MainActor'
    private static var nextInt_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:273:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var nextInt_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:294:24: warning: static property 'nextLong_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 nextLong_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:294:24: note: convert 'nextLong_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var nextLong_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:294:24: note: add '@MainActor' to make static property 'nextLong_MethodID_6' part of global actor 'MainActor'
    private static var nextLong_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:294:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var nextLong_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:310:24: warning: static property 'nextLong_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 nextLong_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:310:24: note: convert 'nextLong_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var nextLong_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:310:24: note: add '@MainActor' to make static property 'nextLong_MethodID_7' part of global actor 'MainActor'
    private static var nextLong_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:310:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var nextLong_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadLocalRandom.swift:8:12: warning: class 'ThreadLocalRandom' must restate inherited '@unchecked Sendable' conformance
open class ThreadLocalRandom: Random {
           ^
                                    , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.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/ThreadPoolExecutor.swift:17:24: warning: static property 'ThreadPoolExecutorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ThreadPoolExecutorJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:17:24: note: convert 'ThreadPoolExecutorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ThreadPoolExecutorJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:17:24: note: add '@MainActor' to make static property 'ThreadPoolExecutorJNIClass' part of global actor 'MainActor'
    private static var ThreadPoolExecutorJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ThreadPoolExecutorJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:71: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/ThreadPoolExecutor.swift:71: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/ThreadPoolExecutor.swift:71: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/ThreadPoolExecutor.swift:71: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/ThreadPoolExecutor.swift:92:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:92:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:92:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
    private static var new_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:92:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:114:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:114:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:114:24: note: add '@MainActor' to make static property 'new_MethodID_3' part of global actor 'MainActor'
    private static var new_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:114:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:136:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:136:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:136:24: note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:136:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:177:24: warning: static property 'afterExecute_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 afterExecute_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:177:24: note: convert 'afterExecute_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var afterExecute_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:177:24: note: add '@MainActor' to make static property 'afterExecute_MethodID_5' part of global actor 'MainActor'
    private static var afterExecute_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:177:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var afterExecute_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:193:24: warning: static property 'allowCoreThreadTimeOut_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 allowCoreThreadTimeOut_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:193:24: note: convert 'allowCoreThreadTimeOut_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var allowCoreThreadTimeOut_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:193:24: note: add '@MainActor' to make static property 'allowCoreThreadTimeOut_MethodID_6' part of global actor 'MainActor'
    private static var allowCoreThreadTimeOut_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:193:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var allowCoreThreadTimeOut_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:208:24: warning: static property 'allowsCoreThreadTimeOut_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 allowsCoreThreadTimeOut_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:208:24: note: convert 'allowsCoreThreadTimeOut_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var allowsCoreThreadTimeOut_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:208:24: note: add '@MainActor' to make static property 'allowsCoreThreadTimeOut_MethodID_7' part of global actor 'MainActor'
    private static var allowsCoreThreadTimeOut_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:208:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var allowsCoreThreadTimeOut_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:224:24: warning: static property 'beforeExecute_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 beforeExecute_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:224:24: note: convert 'beforeExecute_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var beforeExecute_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:224:24: note: add '@MainActor' to make static property 'beforeExecute_MethodID_8' part of global actor 'MainActor'
    private static var beforeExecute_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:224:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var beforeExecute_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:258:24: warning: static property 'finalize_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 finalize_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:258:24: note: convert 'finalize_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var finalize_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:258:24: note: add '@MainActor' to make static property 'finalize_MethodID_9' part of global actor 'MainActor'
    private static var finalize_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:258:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var finalize_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:269:24: warning: static property 'getActiveCount_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 getActiveCount_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:269:24: note: convert 'getActiveCount_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getActiveCount_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:269:24: note: add '@MainActor' to make static property 'getActiveCount_MethodID_10' part of global actor 'MainActor'
    private static var getActiveCount_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:269:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getActiveCount_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:281:24: warning: static property 'getCompletedTaskCount_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 getCompletedTaskCount_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:281:24: note: convert 'getCompletedTaskCount_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getCompletedTaskCount_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:281:24: note: add '@MainActor' to make static property 'getCompletedTaskCount_MethodID_11' part of global actor 'MainActor'
    private static var getCompletedTaskCount_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:281:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getCompletedTaskCount_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:293:24: warning: static property 'getCorePoolSize_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 getCorePoolSize_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:293:24: note: convert 'getCorePoolSize_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getCorePoolSize_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:293:24: note: add '@MainActor' to make static property 'getCorePoolSize_MethodID_12' part of global actor 'MainActor'
    private static var getCorePoolSize_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:293:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getCorePoolSize_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:305:24: warning: static property 'getKeepAliveTime_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 getKeepAliveTime_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:305:24: note: convert 'getKeepAliveTime_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getKeepAliveTime_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:305:24: note: add '@MainActor' to make static property 'getKeepAliveTime_MethodID_13' part of global actor 'MainActor'
    private static var getKeepAliveTime_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:305:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getKeepAliveTime_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:321:24: warning: static property 'getLargestPoolSize_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 getLargestPoolSize_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:321:24: note: convert 'getLargestPoolSize_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getLargestPoolSize_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:321:24: note: add '@MainActor' to make static property 'getLargestPoolSize_MethodID_14' part of global actor 'MainActor'
    private static var getLargestPoolSize_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:321:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getLargestPoolSize_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:333:24: warning: static property 'getMaximumPoolSize_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 getMaximumPoolSize_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:333:24: note: convert 'getMaximumPoolSize_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getMaximumPoolSize_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:333:24: note: add '@MainActor' to make static property 'getMaximumPoolSize_MethodID_15' part of global actor 'MainActor'
    private static var getMaximumPoolSize_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:333:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getMaximumPoolSize_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:345:24: warning: static property 'getPoolSize_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 getPoolSize_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:345:24: note: convert 'getPoolSize_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getPoolSize_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:345:24: note: add '@MainActor' to make static property 'getPoolSize_MethodID_16' part of global actor 'MainActor'
    private static var getPoolSize_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:345:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getPoolSize_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:357:24: warning: static property 'getQueue_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 getQueue_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:357:24: note: convert 'getQueue_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getQueue_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:357:24: note: add '@MainActor' to make static property 'getQueue_MethodID_17' part of global actor 'MainActor'
    private static var getQueue_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:357:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getQueue_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:370:24: warning: static property 'getRejectedExecutionHandler_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 getRejectedExecutionHandler_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:370:24: note: convert 'getRejectedExecutionHandler_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getRejectedExecutionHandler_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:370:24: note: add '@MainActor' to make static property 'getRejectedExecutionHandler_MethodID_18' part of global actor 'MainActor'
    private static var getRejectedExecutionHandler_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:370:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getRejectedExecutionHandler_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:385:24: warning: static property 'getTaskCount_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 getTaskCount_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:385:24: note: convert 'getTaskCount_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getTaskCount_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:385:24: note: add '@MainActor' to make static property 'getTaskCount_MethodID_19' part of global actor 'MainActor'
    private static var getTaskCount_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:385:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getTaskCount_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:397:24: warning: static property 'getThreadFactory_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 getThreadFactory_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:397:24: note: convert 'getThreadFactory_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getThreadFactory_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:397:24: note: add '@MainActor' to make static property 'getThreadFactory_MethodID_20' part of global actor 'MainActor'
    private static var getThreadFactory_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:397:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getThreadFactory_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:428:24: warning: static property 'isTerminating_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 isTerminating_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:428:24: note: convert 'isTerminating_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isTerminating_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:428:24: note: add '@MainActor' to make static property 'isTerminating_MethodID_21' part of global actor 'MainActor'
    private static var isTerminating_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:428:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isTerminating_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:444:24: warning: static property 'prestartAllCoreThreads_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 prestartAllCoreThreads_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:444:24: note: convert 'prestartAllCoreThreads_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var prestartAllCoreThreads_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:444:24: note: add '@MainActor' to make static property 'prestartAllCoreThreads_MethodID_22' part of global actor 'MainActor'
    private static var prestartAllCoreThreads_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:444:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var prestartAllCoreThreads_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:456:24: warning: static property 'prestartCoreThread_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 prestartCoreThread_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:456:24: note: convert 'prestartCoreThread_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var prestartCoreThread_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:456:24: note: add '@MainActor' to make static property 'prestartCoreThread_MethodID_23' part of global actor 'MainActor'
    private static var prestartCoreThread_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:456:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var prestartCoreThread_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:470:24: warning: static property 'purge_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 purge_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:470:24: note: convert 'purge_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var purge_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:470:24: note: add '@MainActor' to make static property 'purge_MethodID_24' part of global actor 'MainActor'
    private static var purge_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:470:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var purge_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:485:24: warning: static property 'remove_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 remove_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:485:24: note: convert 'remove_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var remove_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:485:24: note: add '@MainActor' to make static property 'remove_MethodID_25' part of global actor 'MainActor'
    private static var remove_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:485:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var remove_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:505:24: warning: static property 'setCorePoolSize_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 setCorePoolSize_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:505:24: note: convert 'setCorePoolSize_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setCorePoolSize_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:505:24: note: add '@MainActor' to make static property 'setCorePoolSize_MethodID_26' part of global actor 'MainActor'
    private static var setCorePoolSize_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:505:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setCorePoolSize_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:520:24: warning: static property 'setKeepAliveTime_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 setKeepAliveTime_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:520:24: note: convert 'setKeepAliveTime_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setKeepAliveTime_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:520:24: note: add '@MainActor' to make static property 'setKeepAliveTime_MethodID_27' part of global actor 'MainActor'
    private static var setKeepAliveTime_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:520:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setKeepAliveTime_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:536:24: warning: static property 'setMaximumPoolSize_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 setMaximumPoolSize_MethodID_28: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:536:24: note: convert 'setMaximumPoolSize_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setMaximumPoolSize_MethodID_28: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:536:24: note: add '@MainActor' to make static property 'setMaximumPoolSize_MethodID_28' part of global actor 'MainActor'
    private static var setMaximumPoolSize_MethodID_28: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:536:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setMaximumPoolSize_MethodID_28: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:551:24: warning: static property 'setRejectedExecutionHandler_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 setRejectedExecutionHandler_MethodID_29: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:551:24: note: convert 'setRejectedExecutionHandler_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setRejectedExecutionHandler_MethodID_29: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:551:24: note: add '@MainActor' to make static property 'setRejectedExecutionHandler_MethodID_29' part of global actor 'MainActor'
    private static var setRejectedExecutionHandler_MethodID_29: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:551:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setRejectedExecutionHandler_MethodID_29: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:566:24: warning: static property 'setThreadFactory_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 setThreadFactory_MethodID_30: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:566:24: note: convert 'setThreadFactory_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setThreadFactory_MethodID_30: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:566:24: note: add '@MainActor' to make static property 'setThreadFactory_MethodID_30' part of global actor 'MainActor'
    private static var setThreadFactory_MethodID_30: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:566:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setThreadFactory_MethodID_30: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:589:24: warning: static property 'terminated_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 terminated_MethodID_31: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:589:24: note: convert 'terminated_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
    private static var terminated_MethodID_31: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:589:24: note: add '@MainActor' to make static property 'terminated_MethodID_31' part of global actor 'MainActor'
    private static var terminated_MethodID_31: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:589:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var terminated_MethodID_31: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:8:12: warning: class 'ThreadPoolExecutor' must restate inherited '@unchecked Sendable' conformance
open class ThreadPoolExecutor: AbstractExecutorService {
           ^
                                                      , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.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/TimeUnit.swift:30:24: warning: static property 'valueOf_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var valueOf_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:30:24: note: convert 'valueOf_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:30:24: note: add '@MainActor' to make static property 'valueOf_MethodID_1' part of global actor 'MainActor'
    private static var valueOf_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:30:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:41:24: warning: static property 'values_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var values_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:41:24: note: convert 'values_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var values_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:41:24: note: add '@MainActor' to make static property 'values_MethodID_2' part of global actor 'MainActor'
    private static var values_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:41:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var values_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:53:24: warning: static property 'convert_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 convert_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:53:24: note: convert 'convert_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var convert_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:53:24: note: add '@MainActor' to make static property 'convert_MethodID_3' part of global actor 'MainActor'
    private static var convert_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:53:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var convert_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:68:24: warning: static property 'sleep_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 sleep_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:68:24: note: convert 'sleep_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var sleep_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:68:24: note: add '@MainActor' to make static property 'sleep_MethodID_4' part of global actor 'MainActor'
    private static var sleep_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:68:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var sleep_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:79:24: warning: static property 'timedJoin_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 timedJoin_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:79:24: note: convert 'timedJoin_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var timedJoin_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:79:24: note: add '@MainActor' to make static property 'timedJoin_MethodID_5' part of global actor 'MainActor'
    private static var timedJoin_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:79:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var timedJoin_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:90:24: warning: static property 'timedWait_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 timedWait_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:90:24: note: convert 'timedWait_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var timedWait_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:90:24: note: add '@MainActor' to make static property 'timedWait_MethodID_6' part of global actor 'MainActor'
    private static var timedWait_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:90:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var timedWait_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:101:24: warning: static property 'toDays_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 toDays_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:101:24: note: convert 'toDays_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toDays_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:101:24: note: add '@MainActor' to make static property 'toDays_MethodID_7' part of global actor 'MainActor'
    private static var toDays_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:101:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toDays_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:112:24: warning: static property 'toHours_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 toHours_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:112:24: note: convert 'toHours_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toHours_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:112:24: note: add '@MainActor' to make static property 'toHours_MethodID_8' part of global actor 'MainActor'
    private static var toHours_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:112:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toHours_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:123:24: warning: static property 'toMicros_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 toMicros_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:123:24: note: convert 'toMicros_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toMicros_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:123:24: note: add '@MainActor' to make static property 'toMicros_MethodID_9' part of global actor 'MainActor'
    private static var toMicros_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:123:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toMicros_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:134:24: warning: static property 'toMillis_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 toMillis_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:134:24: note: convert 'toMillis_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toMillis_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:134:24: note: add '@MainActor' to make static property 'toMillis_MethodID_10' part of global actor 'MainActor'
    private static var toMillis_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:134:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toMillis_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:145:24: warning: static property 'toMinutes_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 toMinutes_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:145:24: note: convert 'toMinutes_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toMinutes_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:145:24: note: add '@MainActor' to make static property 'toMinutes_MethodID_11' part of global actor 'MainActor'
    private static var toMinutes_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:145:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toMinutes_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:156:24: warning: static property 'toNanos_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 toNanos_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:156:24: note: convert 'toNanos_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toNanos_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:156:24: note: add '@MainActor' to make static property 'toNanos_MethodID_12' part of global actor 'MainActor'
    private static var toNanos_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:156:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toNanos_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:167:24: warning: static property 'toSeconds_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 toSeconds_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:167:24: note: convert 'toSeconds_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toSeconds_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:167:24: note: add '@MainActor' to make static property 'toSeconds_MethodID_13' part of global actor 'MainActor'
    private static var toSeconds_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:167:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toSeconds_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:181:24: warning: static property 'TimeUnitJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var TimeUnitJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:181:24: note: convert 'TimeUnitJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var TimeUnitJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:181:24: note: add '@MainActor' to make static property 'TimeUnitJNIClass' part of global actor 'MainActor'
    private static var TimeUnitJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:181:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var TimeUnitJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:215:24: warning: static property 'DAYS_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 DAYS_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:215:24: note: convert 'DAYS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var DAYS_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:215:24: note: add '@MainActor' to make static property 'DAYS_FieldID' part of global actor 'MainActor'
    private static var DAYS_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:215:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var DAYS_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:227:24: warning: static property 'HOURS_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 HOURS_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:227:24: note: convert 'HOURS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var HOURS_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:227:24: note: add '@MainActor' to make static property 'HOURS_FieldID' part of global actor 'MainActor'
    private static var HOURS_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:227:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var HOURS_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:243:24: warning: static property 'MICROSECONDS_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 MICROSECONDS_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:243:24: note: convert 'MICROSECONDS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var MICROSECONDS_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:243:24: note: add '@MainActor' to make static property 'MICROSECONDS_FieldID' part of global actor 'MainActor'
    private static var MICROSECONDS_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:243:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var MICROSECONDS_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:255:24: warning: static property 'MILLISECONDS_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 MILLISECONDS_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:255:24: note: convert 'MILLISECONDS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var MILLISECONDS_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:255:24: note: add '@MainActor' to make static property 'MILLISECONDS_FieldID' part of global actor 'MainActor'
    private static var MILLISECONDS_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:255:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var MILLISECONDS_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:267:24: warning: static property 'MINUTES_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 MINUTES_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:267:24: note: convert 'MINUTES_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var MINUTES_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:267:24: note: add '@MainActor' to make static property 'MINUTES_FieldID' part of global actor 'MainActor'
    private static var MINUTES_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:267:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var MINUTES_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:279:24: warning: static property 'NANOSECONDS_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 NANOSECONDS_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:279:24: note: convert 'NANOSECONDS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var NANOSECONDS_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:279:24: note: add '@MainActor' to make static property 'NANOSECONDS_FieldID' part of global actor 'MainActor'
    private static var NANOSECONDS_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:279:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var NANOSECONDS_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:291:24: warning: static property 'SECONDS_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 SECONDS_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:291:24: note: convert 'SECONDS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var SECONDS_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:291:24: note: add '@MainActor' to make static property 'SECONDS_FieldID' part of global actor 'MainActor'
    private static var SECONDS_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:291:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var SECONDS_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:303:24: warning: static property 'valueOf_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 valueOf_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:303:24: note: convert 'valueOf_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:303:24: note: add '@MainActor' to make static property 'valueOf_MethodID_14' part of global actor 'MainActor'
    private static var valueOf_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:303:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:320:24: warning: static property 'valueOf_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 valueOf_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:320:24: note: convert 'valueOf_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var valueOf_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:320:24: note: add '@MainActor' to make static property 'valueOf_MethodID_15' part of global actor 'MainActor'
    private static var valueOf_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:320:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var valueOf_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:338:24: warning: static property 'values_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 values_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:338:24: note: convert 'values_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var values_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:338:24: note: add '@MainActor' to make static property 'values_MethodID_16' part of global actor 'MainActor'
    private static var values_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:338:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var values_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:358:24: warning: static property 'convert_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 convert_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:358:24: note: convert 'convert_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var convert_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:358:24: note: add '@MainActor' to make static property 'convert_MethodID_17' part of global actor 'MainActor'
    private static var convert_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:358:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var convert_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:407:24: warning: static property 'sleep_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 sleep_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:407:24: note: convert 'sleep_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var sleep_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:407:24: note: add '@MainActor' to make static property 'sleep_MethodID_18' part of global actor 'MainActor'
    private static var sleep_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:407:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var sleep_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:426:24: warning: static property 'timedJoin_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 timedJoin_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:426:24: note: convert 'timedJoin_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var timedJoin_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:426:24: note: add '@MainActor' to make static property 'timedJoin_MethodID_19' part of global actor 'MainActor'
    private static var timedJoin_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:426:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var timedJoin_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:446:24: warning: static property 'timedWait_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 timedWait_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:446:24: note: convert 'timedWait_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var timedWait_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:446:24: note: add '@MainActor' to make static property 'timedWait_MethodID_20' part of global actor 'MainActor'
    private static var timedWait_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:446:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var timedWait_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:466:24: warning: static property 'toDays_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 toDays_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:466:24: note: convert 'toDays_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toDays_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:466:24: note: add '@MainActor' to make static property 'toDays_MethodID_21' part of global actor 'MainActor'
    private static var toDays_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:466:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toDays_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:482:24: warning: static property 'toHours_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 toHours_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:482:24: note: convert 'toHours_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toHours_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:482:24: note: add '@MainActor' to make static property 'toHours_MethodID_22' part of global actor 'MainActor'
    private static var toHours_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:482:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toHours_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:498:24: warning: static property 'toMicros_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 toMicros_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:498:24: note: convert 'toMicros_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toMicros_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:498:24: note: add '@MainActor' to make static property 'toMicros_MethodID_23' part of global actor 'MainActor'
    private static var toMicros_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:498:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toMicros_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:514:24: warning: static property 'toMillis_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 toMillis_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:514:24: note: convert 'toMillis_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toMillis_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:514:24: note: add '@MainActor' to make static property 'toMillis_MethodID_24' part of global actor 'MainActor'
    private static var toMillis_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:514:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toMillis_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:530:24: warning: static property 'toMinutes_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 toMinutes_MethodID_25: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:530:24: note: convert 'toMinutes_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toMinutes_MethodID_25: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:530:24: note: add '@MainActor' to make static property 'toMinutes_MethodID_25' part of global actor 'MainActor'
    private static var toMinutes_MethodID_25: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:530:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toMinutes_MethodID_25: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:546:24: warning: static property 'toNanos_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 toNanos_MethodID_26: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:546:24: note: convert 'toNanos_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toNanos_MethodID_26: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:546:24: note: add '@MainActor' to make static property 'toNanos_MethodID_26' part of global actor 'MainActor'
    private static var toNanos_MethodID_26: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:546:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toNanos_MethodID_26: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:562:24: warning: static property 'toSeconds_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 toSeconds_MethodID_27: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:562:24: note: convert 'toSeconds_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toSeconds_MethodID_27: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:562:24: note: add '@MainActor' to make static property 'toSeconds_MethodID_27' part of global actor 'MainActor'
    private static var toSeconds_MethodID_27: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:562:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toSeconds_MethodID_27: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeUnit.swift:179:12: warning: class 'TimeUnitForward' must restate inherited '@unchecked Sendable' conformance
open class TimeUnitForward: JNIObjectForward {
           ^
                                            , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TimeZone.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/TimeZone.swift:21:24: warning: static property 'TimeZoneJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var TimeZoneJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:21:24: note: convert 'TimeZoneJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var TimeZoneJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:21:24: note: add '@MainActor' to make static property 'TimeZoneJNIClass' part of global actor 'MainActor'
    private static var TimeZoneJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var TimeZoneJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:35:24: warning: static property 'LONG_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 LONG_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:35:24: note: convert 'LONG_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var LONG_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:35:24: note: add '@MainActor' to make static property 'LONG_FieldID' part of global actor 'MainActor'
    private static var LONG_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:35:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var LONG_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:56:24: warning: static property 'SHORT_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 SHORT_FieldID: jfieldID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:56:24: note: convert 'SHORT_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    private static var SHORT_FieldID: jfieldID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:56:24: note: add '@MainActor' to make static property 'SHORT_FieldID' part of global actor 'MainActor'
    private static var SHORT_FieldID: jfieldID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:56:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var SHORT_FieldID: jfieldID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:77:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:77:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:77:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
    private static var new_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:89:24: warning: static property 'getAvailableIDs_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 getAvailableIDs_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:89:24: note: convert 'getAvailableIDs_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAvailableIDs_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:89:24: note: add '@MainActor' to make static property 'getAvailableIDs_MethodID_2' part of global actor 'MainActor'
    private static var getAvailableIDs_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:89:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAvailableIDs_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:105:24: warning: static property 'getAvailableIDs_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 getAvailableIDs_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:105:24: note: convert 'getAvailableIDs_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getAvailableIDs_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:105:24: note: add '@MainActor' to make static property 'getAvailableIDs_MethodID_3' part of global actor 'MainActor'
    private static var getAvailableIDs_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getAvailableIDs_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:117:24: warning: static property 'getDefault_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 getDefault_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:117:24: note: convert 'getDefault_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDefault_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:117:24: note: add '@MainActor' to make static property 'getDefault_MethodID_4' part of global actor 'MainActor'
    private static var getDefault_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:117:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDefault_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:140:24: warning: static property 'getTimeZone_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 getTimeZone_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:140:24: note: convert 'getTimeZone_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getTimeZone_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:140:24: note: add '@MainActor' to make static property 'getTimeZone_MethodID_5' part of global actor 'MainActor'
    private static var getTimeZone_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:140:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getTimeZone_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:159:24: warning: static property 'getTimeZone_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 getTimeZone_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:159:24: note: convert 'getTimeZone_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getTimeZone_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:159:24: note: add '@MainActor' to make static property 'getTimeZone_MethodID_6' part of global actor 'MainActor'
    private static var getTimeZone_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:159:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getTimeZone_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:178:24: warning: static property 'setDefault_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 setDefault_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:178:24: note: convert 'setDefault_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setDefault_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:178:24: note: add '@MainActor' to make static property 'setDefault_MethodID_7' part of global actor 'MainActor'
    private static var setDefault_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:178:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setDefault_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:195:24: warning: static property 'clone_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 clone_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:195:24: note: convert 'clone_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var clone_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:195:24: note: add '@MainActor' to make static property 'clone_MethodID_8' part of global actor 'MainActor'
    private static var clone_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:195:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var clone_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:208:24: warning: static property 'getDSTSavings_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 getDSTSavings_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:208:24: note: convert 'getDSTSavings_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDSTSavings_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:208:24: note: add '@MainActor' to make static property 'getDSTSavings_MethodID_9' part of global actor 'MainActor'
    private static var getDSTSavings_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:208:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDSTSavings_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:220:24: warning: static property 'getDisplayName_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 getDisplayName_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:220:24: note: convert 'getDisplayName_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDisplayName_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:220:24: note: add '@MainActor' to make static property 'getDisplayName_MethodID_10' part of global actor 'MainActor'
    private static var getDisplayName_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:220:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDisplayName_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:238:24: warning: static property 'getDisplayName_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 getDisplayName_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:238:24: note: convert 'getDisplayName_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDisplayName_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:238:24: note: add '@MainActor' to make static property 'getDisplayName_MethodID_11' part of global actor 'MainActor'
    private static var getDisplayName_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:238:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDisplayName_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:257:24: warning: static property 'getDisplayName_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 getDisplayName_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:257:24: note: convert 'getDisplayName_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDisplayName_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:257:24: note: add '@MainActor' to make static property 'getDisplayName_MethodID_12' part of global actor 'MainActor'
    private static var getDisplayName_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:257:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDisplayName_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:274:24: warning: static property 'getDisplayName_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 getDisplayName_MethodID_13: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:274:24: note: convert 'getDisplayName_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDisplayName_MethodID_13: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:274:24: note: add '@MainActor' to make static property 'getDisplayName_MethodID_13' part of global actor 'MainActor'
    private static var getDisplayName_MethodID_13: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:274:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDisplayName_MethodID_13: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:287:24: warning: static property 'getID_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 getID_MethodID_14: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:287:24: note: convert 'getID_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getID_MethodID_14: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:287:24: note: add '@MainActor' to make static property 'getID_MethodID_14' part of global actor 'MainActor'
    private static var getID_MethodID_14: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:287:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getID_MethodID_14: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:300:24: warning: static property 'getOffset_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 getOffset_MethodID_15: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:300:24: note: convert 'getOffset_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getOffset_MethodID_15: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:300:24: note: add '@MainActor' to make static property 'getOffset_MethodID_15' part of global actor 'MainActor'
    private static var getOffset_MethodID_15: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:300:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getOffset_MethodID_15: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:321:24: warning: static property 'getOffset_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 getOffset_MethodID_16: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:321:24: note: convert 'getOffset_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getOffset_MethodID_16: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:321:24: note: add '@MainActor' to make static property 'getOffset_MethodID_16' part of global actor 'MainActor'
    private static var getOffset_MethodID_16: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:321:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getOffset_MethodID_16: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:341:24: warning: static property 'getRawOffset_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 getRawOffset_MethodID_17: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:341:24: note: convert 'getRawOffset_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getRawOffset_MethodID_17: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:341:24: note: add '@MainActor' to make static property 'getRawOffset_MethodID_17' part of global actor 'MainActor'
    private static var getRawOffset_MethodID_17: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:341:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getRawOffset_MethodID_17: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:353:24: warning: static property 'hasSameRules_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 hasSameRules_MethodID_18: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:353:24: note: convert 'hasSameRules_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    private static var hasSameRules_MethodID_18: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:353:24: note: add '@MainActor' to make static property 'hasSameRules_MethodID_18' part of global actor 'MainActor'
    private static var hasSameRules_MethodID_18: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:353:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var hasSameRules_MethodID_18: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:369:24: warning: static property 'inDaylightTime_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 inDaylightTime_MethodID_19: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:369:24: note: convert 'inDaylightTime_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    private static var inDaylightTime_MethodID_19: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:369:24: note: add '@MainActor' to make static property 'inDaylightTime_MethodID_19' part of global actor 'MainActor'
    private static var inDaylightTime_MethodID_19: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:369:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var inDaylightTime_MethodID_19: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:385:24: warning: static property 'observesDaylightTime_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 observesDaylightTime_MethodID_20: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:385:24: note: convert 'observesDaylightTime_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    private static var observesDaylightTime_MethodID_20: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:385:24: note: add '@MainActor' to make static property 'observesDaylightTime_MethodID_20' part of global actor 'MainActor'
    private static var observesDaylightTime_MethodID_20: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:385:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var observesDaylightTime_MethodID_20: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:397:24: warning: static property 'setID_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 setID_MethodID_21: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:397:24: note: convert 'setID_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setID_MethodID_21: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:397:24: note: add '@MainActor' to make static property 'setID_MethodID_21' part of global actor 'MainActor'
    private static var setID_MethodID_21: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:397:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setID_MethodID_21: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:412:24: warning: static property 'setRawOffset_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 setRawOffset_MethodID_22: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:412:24: note: convert 'setRawOffset_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    private static var setRawOffset_MethodID_22: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:412:24: note: add '@MainActor' to make static property 'setRawOffset_MethodID_22' part of global actor 'MainActor'
    private static var setRawOffset_MethodID_22: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:412:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var setRawOffset_MethodID_22: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:427:24: warning: static property 'toZoneId_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 toZoneId_MethodID_23: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:427:24: note: convert 'toZoneId_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    private static var toZoneId_MethodID_23: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:427:24: note: add '@MainActor' to make static property 'toZoneId_MethodID_23' part of global actor 'MainActor'
    private static var toZoneId_MethodID_23: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:427:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var toZoneId_MethodID_23: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:440:24: warning: static property 'useDaylightTime_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 useDaylightTime_MethodID_24: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:440:24: note: convert 'useDaylightTime_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    private static var useDaylightTime_MethodID_24: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:440:24: note: add '@MainActor' to make static property 'useDaylightTime_MethodID_24' part of global actor 'MainActor'
    private static var useDaylightTime_MethodID_24: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:440:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var useDaylightTime_MethodID_24: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZone.swift:9:12: warning: class 'TimeZone' must restate inherited '@unchecked Sendable' conformance
open class TimeZone: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, java_lang.Cloneable {
           ^
                                                                                                                         , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.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/TimeZoneNameProvider.swift:17:24: warning: static property 'TimeZoneNameProviderJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var TimeZoneNameProviderJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:17:24: note: convert 'TimeZoneNameProviderJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var TimeZoneNameProviderJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:17:24: note: add '@MainActor' to make static property 'TimeZoneNameProviderJNIClass' part of global actor 'MainActor'
    private static var TimeZoneNameProviderJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var TimeZoneNameProviderJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:21: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/TimeZoneNameProvider.swift:21: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/TimeZoneNameProvider.swift:21: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/TimeZoneNameProvider.swift:21: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/TimeZoneNameProvider.swift:33:24: warning: static property 'getDisplayName_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 getDisplayName_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:33:24: note: convert 'getDisplayName_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getDisplayName_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:33:24: note: add '@MainActor' to make static property 'getDisplayName_MethodID_2' part of global actor 'MainActor'
    private static var getDisplayName_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:33:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getDisplayName_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:53:24: warning: static property 'getGenericDisplayName_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 getGenericDisplayName_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:53:24: note: convert 'getGenericDisplayName_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var getGenericDisplayName_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:53:24: note: add '@MainActor' to make static property 'getGenericDisplayName_MethodID_3' part of global actor 'MainActor'
    private static var getGenericDisplayName_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:53:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var getGenericDisplayName_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:8:12: warning: class 'TimeZoneNameProvider' must restate inherited '@unchecked Sendable' conformance
open class TimeZoneNameProvider: LocaleServiceProvider {
           ^
                                                      , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.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/TimeoutException.swift:17:24: warning: static property 'TimeoutExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var TimeoutExceptionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:17:24: note: convert 'TimeoutExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var TimeoutExceptionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:17:24: note: add '@MainActor' to make static property 'TimeoutExceptionJNIClass' part of global actor 'MainActor'
    private static var TimeoutExceptionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var TimeoutExceptionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:55:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_1: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:55:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_1: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:55:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
    private static var new_MethodID_1: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:55:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_1: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:67:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:67:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:67:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
    private static var new_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:67:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimeoutException.swift:8:12: warning: class 'TimeoutException' must restate inherited '@unchecked Sendable' conformance
open class TimeoutException: java_swift.Exception {
           ^
                                                 , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Timer.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/Timer.swift:17:24: warning: static property 'TimerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var TimerJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:17:24: note: convert 'TimerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var TimerJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:17:24: note: add '@MainActor' to make static property 'TimerJNIClass' part of global actor 'MainActor'
    private static var TimerJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var TimerJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:29: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/Timer.swift:29: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/Timer.swift:29: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/Timer.swift:29: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/Timer.swift:41:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:41:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:41:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
    private static var new_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:41:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:58:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:58:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:58:24: note: add '@MainActor' to make static property 'new_MethodID_3' part of global actor 'MainActor'
    private static var new_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:58:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:75:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var new_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:75:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var new_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:75:24: note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
    private static var new_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var new_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:103:24: warning: static property 'cancel_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 cancel_MethodID_5: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:103:24: note: convert 'cancel_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cancel_MethodID_5: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:103:24: note: add '@MainActor' to make static property 'cancel_MethodID_5' part of global actor 'MainActor'
    private static var cancel_MethodID_5: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:103:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cancel_MethodID_5: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:114:24: warning: static property 'purge_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 purge_MethodID_6: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:114:24: note: convert 'purge_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    private static var purge_MethodID_6: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:114:24: note: add '@MainActor' to make static property 'purge_MethodID_6' part of global actor 'MainActor'
    private static var purge_MethodID_6: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:114:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var purge_MethodID_6: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:128:24: warning: static property 'schedule_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 schedule_MethodID_7: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:128:24: note: convert 'schedule_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    private static var schedule_MethodID_7: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:128:24: note: add '@MainActor' to make static property 'schedule_MethodID_7' part of global actor 'MainActor'
    private static var schedule_MethodID_7: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:128:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var schedule_MethodID_7: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:144:24: warning: static property 'schedule_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 schedule_MethodID_8: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:144:24: note: convert 'schedule_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    private static var schedule_MethodID_8: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:144:24: note: add '@MainActor' to make static property 'schedule_MethodID_8' part of global actor 'MainActor'
    private static var schedule_MethodID_8: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:144:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var schedule_MethodID_8: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:161:24: warning: static property 'schedule_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 schedule_MethodID_9: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:161:24: note: convert 'schedule_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    private static var schedule_MethodID_9: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:161:24: note: add '@MainActor' to make static property 'schedule_MethodID_9' part of global actor 'MainActor'
    private static var schedule_MethodID_9: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:161:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var schedule_MethodID_9: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:177:24: warning: static property 'schedule_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 schedule_MethodID_10: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:177:24: note: convert 'schedule_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    private static var schedule_MethodID_10: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:177:24: note: add '@MainActor' to make static property 'schedule_MethodID_10' part of global actor 'MainActor'
    private static var schedule_MethodID_10: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:177:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var schedule_MethodID_10: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:194:24: warning: static property 'scheduleAtFixedRate_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 scheduleAtFixedRate_MethodID_11: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:194:24: note: convert 'scheduleAtFixedRate_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    private static var scheduleAtFixedRate_MethodID_11: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:194:24: note: add '@MainActor' to make static property 'scheduleAtFixedRate_MethodID_11' part of global actor 'MainActor'
    private static var scheduleAtFixedRate_MethodID_11: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:194:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var scheduleAtFixedRate_MethodID_11: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:211:24: warning: static property 'scheduleAtFixedRate_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 scheduleAtFixedRate_MethodID_12: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:211:24: note: convert 'scheduleAtFixedRate_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    private static var scheduleAtFixedRate_MethodID_12: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:211:24: note: add '@MainActor' to make static property 'scheduleAtFixedRate_MethodID_12' part of global actor 'MainActor'
    private static var scheduleAtFixedRate_MethodID_12: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:211:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var scheduleAtFixedRate_MethodID_12: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Timer.swift:8:12: warning: class 'Timer' must restate inherited '@unchecked Sendable' conformance
open class Timer: java_swift.JavaObject {
           ^
                                       , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TimerTask.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/TimerTask.swift:17:24: warning: static property 'TimerTaskJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var TimerTaskJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:17:24: note: convert 'TimerTaskJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var TimerTaskJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:17:24: note: add '@MainActor' to make static property 'TimerTaskJNIClass' part of global actor 'MainActor'
    private static var TimerTaskJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var TimerTaskJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.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/TimerTask.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/TimerTask.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/TimerTask.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/TimerTask.swift:65:24: warning: static property 'cancel_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 cancel_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:65:24: note: convert 'cancel_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cancel_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:65:24: note: add '@MainActor' to make static property 'cancel_MethodID_2' part of global actor 'MainActor'
    private static var cancel_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:65:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cancel_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:77:24: warning: static property 'run_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 run_MethodID_3: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:77:24: note: convert 'run_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    private static var run_MethodID_3: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:77:24: note: add '@MainActor' to make static property 'run_MethodID_3' part of global actor 'MainActor'
    private static var run_MethodID_3: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var run_MethodID_3: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:88:24: warning: static property 'scheduledExecutionTime_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 scheduledExecutionTime_MethodID_4: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:88:24: note: convert 'scheduledExecutionTime_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    private static var scheduledExecutionTime_MethodID_4: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:88:24: note: add '@MainActor' to make static property 'scheduledExecutionTime_MethodID_4' part of global actor 'MainActor'
    private static var scheduledExecutionTime_MethodID_4: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:88:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var scheduledExecutionTime_MethodID_4: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TimerTask.swift:8:12: warning: class 'TimerTask' must restate inherited '@unchecked Sendable' conformance
open class TimerTask: java_swift.JavaObject, java_swift.Runnable {
           ^
                                                                , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ToDoubleBiFunction.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/ToDoubleBiFunction.swift:19:24: warning: static property 'ToDoubleBiFunctionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var ToDoubleBiFunctionJNIClass: jclass?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:19:24: note: convert 'ToDoubleBiFunctionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    private static var ToDoubleBiFunctionJNIClass: jclass?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:19:24: note: add '@MainActor' to make static property 'ToDoubleBiFunctionJNIClass' part of global actor 'MainActor'
    private static var ToDoubleBiFunctionJNIClass: jclass?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var ToDoubleBiFunctionJNIClass: jclass?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:23:24: warning: static property 'applyAsDouble_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 applyAsDouble_MethodID_2: jmethodID?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:23:24: note: convert 'applyAsDouble_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    private static var applyAsDouble_MethodID_2: jmethodID?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:23:24: note: add '@MainActor' to make static property 'applyAsDouble_MethodID_2' part of global actor 'MainActor'
    private static var applyAsDouble_MethodID_2: jmethodID?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var applyAsDouble_MethodID_2: jmethodID?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:17:12: warning: class 'ToDoubleBiFunctionForward' must restate inherited '@unchecked Sendable' conformance
open class ToDoubleBiFunctionForward: JNIObjectForward, ToDoubleBiFunction {
           ^
                                                                          , @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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/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-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/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-appletvos/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 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 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 (in target 'java_util' from project 'java_util')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/java_util-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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-appletvos/java_util.build/Objects-normal/arm64/java_util-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/java_util-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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-appletvos/java_util.build/Objects-normal/arm64/java_util.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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-appletvos/java_util.build/Objects-normal/arm64/java_util.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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-appletvos/java_util.build/Objects-normal/arm64/java_util.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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-appletvos/java_util.build/Objects-normal/arm64/java_util.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.o (in target 'java_swift' from project 'java_swift')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/java_swift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier java-lang.java-lang --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/java_lang.build/java_lang.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/java_lang.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/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 03:00:21.261 appintentsmetadataprocessor[856:5045] Starting appintentsmetadataprocessor export
2025-06-07 03:00:21.301 appintentsmetadataprocessor[856:5045] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/java_lang.o
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')
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 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')
SwiftDriverJobDiscovery normal arm64 Compiling 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 (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 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 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')
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/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-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/java_util.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/java_util.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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-appletvos/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-appletvos/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-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/java_util.build/Objects-normal/arm64/java_util.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.java-util --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_util.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/java_util.build/java_util.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/java_util.build/java_util.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-appletvos/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 03:00:23.791 appintentsmetadataprocessor[859:5219] Starting appintentsmetadataprocessor export
2025-06-07 03:00:23.830 appintentsmetadataprocessor[859:5219] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/java_util.o
** BUILD SUCCEEDED **
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.