Build Information
Successful build of java_util, reference master (1ac445
), with Swift 6.1 for visionOS using Xcode 16.3 on 7 Jun 2025 09:59:20 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=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
private static var getPushLevel_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:101:24: note: convert 'getPushLevel_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var getPushLevel_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:101:24: note: add '@MainActor' to make static property 'getPushLevel_MethodID_3' part of global actor 'MainActor'
private static var getPushLevel_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:101:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getPushLevel_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:122:24: warning: static property 'push_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 push_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:122:24: note: convert 'push_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var push_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:122:24: note: add '@MainActor' to make static property 'push_MethodID_4' part of global actor 'MainActor'
private static var push_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:122:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var push_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:133:24: warning: static property 'setPushLevel_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 setPushLevel_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:133:24: note: convert 'setPushLevel_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var setPushLevel_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:133:24: note: add '@MainActor' to make static property 'setPushLevel_MethodID_5' part of global actor 'MainActor'
private static var setPushLevel_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:133:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var setPushLevel_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MemoryHandler.swift:9:12: warning: class 'MemoryHandler' must restate inherited '@unchecked Sendable' conformance
open class MemoryHandler: Handler {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MissingFormatArgumentException.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/MissingFormatArgumentException.swift:17:24: warning: static property 'MissingFormatArgumentExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var MissingFormatArgumentExceptionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatArgumentException.swift:17:24: note: convert 'MissingFormatArgumentExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var MissingFormatArgumentExceptionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatArgumentException.swift:17:24: note: add '@MainActor' to make static property 'MissingFormatArgumentExceptionJNIClass' part of global actor 'MainActor'
private static var MissingFormatArgumentExceptionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatArgumentException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var MissingFormatArgumentExceptionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatArgumentException.swift:65: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/MissingFormatArgumentException.swift:65: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/MissingFormatArgumentException.swift:65: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/MissingFormatArgumentException.swift:65: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/MissingFormatArgumentException.swift:82:24: warning: static property 'getFormatSpecifier_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 getFormatSpecifier_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatArgumentException.swift:82:24: note: convert 'getFormatSpecifier_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var getFormatSpecifier_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatArgumentException.swift:82:24: note: add '@MainActor' to make static property 'getFormatSpecifier_MethodID_2' part of global actor 'MainActor'
private static var getFormatSpecifier_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatArgumentException.swift:82:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getFormatSpecifier_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatArgumentException.swift:8:12: warning: class 'MissingFormatArgumentException' must restate inherited '@unchecked Sendable' conformance
open class MissingFormatArgumentException: IllegalFormatException {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MissingFormatWidthException.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/MissingFormatWidthException.swift:17:24: warning: static property 'MissingFormatWidthExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var MissingFormatWidthExceptionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatWidthException.swift:17:24: note: convert 'MissingFormatWidthExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var MissingFormatWidthExceptionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatWidthException.swift:17:24: note: add '@MainActor' to make static property 'MissingFormatWidthExceptionJNIClass' part of global actor 'MainActor'
private static var MissingFormatWidthExceptionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatWidthException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var MissingFormatWidthExceptionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatWidthException.swift:65: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/MissingFormatWidthException.swift:65: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/MissingFormatWidthException.swift:65: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/MissingFormatWidthException.swift:65: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/MissingFormatWidthException.swift:82:24: warning: static property 'getFormatSpecifier_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 getFormatSpecifier_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatWidthException.swift:82:24: note: convert 'getFormatSpecifier_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var getFormatSpecifier_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatWidthException.swift:82:24: note: add '@MainActor' to make static property 'getFormatSpecifier_MethodID_2' part of global actor 'MainActor'
private static var getFormatSpecifier_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatWidthException.swift:82:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getFormatSpecifier_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MissingFormatWidthException.swift:8:12: warning: class 'MissingFormatWidthException' must restate inherited '@unchecked Sendable' conformance
open class MissingFormatWidthException: IllegalFormatException {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.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/MissingResourceException.swift:21:24: warning: static property 'MissingResourceExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var MissingResourceExceptionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:21:24: note: convert 'MissingResourceExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var MissingResourceExceptionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:21:24: note: add '@MainActor' to make static property 'MissingResourceExceptionJNIClass' part of global actor 'MainActor'
private static var MissingResourceExceptionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var MissingResourceExceptionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:67: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/MissingResourceException.swift:67: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/MissingResourceException.swift:67: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/MissingResourceException.swift:67: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/MissingResourceException.swift:90:24: warning: static property 'getClassName_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 getClassName_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:90:24: note: convert 'getClassName_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var getClassName_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:90:24: note: add '@MainActor' to make static property 'getClassName_MethodID_2' part of global actor 'MainActor'
private static var getClassName_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:90:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getClassName_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:103:24: warning: static property 'getKey_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 getKey_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:103:24: note: convert 'getKey_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var getKey_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:103:24: note: add '@MainActor' to make static property 'getKey_MethodID_3' part of global actor 'MainActor'
private static var getKey_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:103:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getKey_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MissingResourceException.swift:9:12: warning: class 'MissingResourceException' must restate inherited '@unchecked Sendable' conformance
open class MissingResourceException: java_lang.RuntimeException {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.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/NavigableMap.swift:99:24: warning: static property 'NavigableMapJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NavigableMapJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:99:24: note: convert 'NavigableMapJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NavigableMapJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:99:24: note: add '@MainActor' to make static property 'NavigableMapJNIClass' part of global actor 'MainActor'
private static var NavigableMapJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:99:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NavigableMapJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:107:24: warning: static property 'ceilingKey_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 ceilingKey_MethodID_14: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:107:24: note: convert 'ceilingKey_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
private static var ceilingKey_MethodID_14: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:107:24: note: add '@MainActor' to make static property 'ceilingKey_MethodID_14' part of global actor 'MainActor'
private static var ceilingKey_MethodID_14: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:107:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ceilingKey_MethodID_14: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:124:24: warning: static property 'clear_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 clear_MethodID_15: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:124:24: note: convert 'clear_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
private static var clear_MethodID_15: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:124:24: note: add '@MainActor' to make static property 'clear_MethodID_15' part of global actor 'MainActor'
private static var clear_MethodID_15: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:124:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var clear_MethodID_15: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:135:24: warning: static property 'comparator_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 comparator_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:135:24: note: convert 'comparator_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var comparator_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:135:24: note: add '@MainActor' to make static property 'comparator_MethodID_16' part of global actor 'MainActor'
private static var comparator_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:135:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var comparator_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:148:24: warning: static property 'compute_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 compute_MethodID_17: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:148:24: note: convert 'compute_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
private static var compute_MethodID_17: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:148:24: note: add '@MainActor' to make static property 'compute_MethodID_17' part of global actor 'MainActor'
private static var compute_MethodID_17: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:148:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var compute_MethodID_17: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:166:24: warning: static property 'computeIfAbsent_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 computeIfAbsent_MethodID_18: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:166:24: note: convert 'computeIfAbsent_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
private static var computeIfAbsent_MethodID_18: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:166:24: note: add '@MainActor' to make static property 'computeIfAbsent_MethodID_18' part of global actor 'MainActor'
private static var computeIfAbsent_MethodID_18: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:166:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var computeIfAbsent_MethodID_18: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:184:24: warning: static property 'computeIfPresent_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 computeIfPresent_MethodID_19: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:184:24: note: convert 'computeIfPresent_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
private static var computeIfPresent_MethodID_19: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:184:24: note: add '@MainActor' to make static property 'computeIfPresent_MethodID_19' part of global actor 'MainActor'
private static var computeIfPresent_MethodID_19: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:184:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var computeIfPresent_MethodID_19: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:202:24: warning: static property 'containsKey_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 containsKey_MethodID_20: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:202:24: note: convert 'containsKey_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
private static var containsKey_MethodID_20: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:202:24: note: add '@MainActor' to make static property 'containsKey_MethodID_20' part of global actor 'MainActor'
private static var containsKey_MethodID_20: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:202:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var containsKey_MethodID_20: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:218:24: warning: static property 'containsValue_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 containsValue_MethodID_21: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:218:24: note: convert 'containsValue_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
private static var containsValue_MethodID_21: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:218:24: note: add '@MainActor' to make static property 'containsValue_MethodID_21' part of global actor 'MainActor'
private static var containsValue_MethodID_21: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:218:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var containsValue_MethodID_21: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:234:24: warning: static property 'descendingKeySet_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 descendingKeySet_MethodID_22: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:234:24: note: convert 'descendingKeySet_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
private static var descendingKeySet_MethodID_22: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:234:24: note: add '@MainActor' to make static property 'descendingKeySet_MethodID_22' part of global actor 'MainActor'
private static var descendingKeySet_MethodID_22: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:234:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var descendingKeySet_MethodID_22: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:247:24: warning: static property 'descendingMap_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 descendingMap_MethodID_23: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:247:24: note: convert 'descendingMap_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
private static var descendingMap_MethodID_23: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:247:24: note: add '@MainActor' to make static property 'descendingMap_MethodID_23' part of global actor 'MainActor'
private static var descendingMap_MethodID_23: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:247:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var descendingMap_MethodID_23: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:259:24: warning: static property 'entrySet_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 entrySet_MethodID_24: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:259:24: note: convert 'entrySet_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
private static var entrySet_MethodID_24: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:259:24: note: add '@MainActor' to make static property 'entrySet_MethodID_24' part of global actor 'MainActor'
private static var entrySet_MethodID_24: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:259:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var entrySet_MethodID_24: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:272:24: warning: static property 'equals_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 equals_MethodID_25: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:272:24: note: convert 'equals_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
private static var equals_MethodID_25: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:272:24: note: add '@MainActor' to make static property 'equals_MethodID_25' part of global actor 'MainActor'
private static var equals_MethodID_25: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:272:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var equals_MethodID_25: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:292:24: warning: static property 'firstKey_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 firstKey_MethodID_26: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:292:24: note: convert 'firstKey_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
private static var firstKey_MethodID_26: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:292:24: note: add '@MainActor' to make static property 'firstKey_MethodID_26' part of global actor 'MainActor'
private static var firstKey_MethodID_26: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:292:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var firstKey_MethodID_26: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:309:24: warning: static property 'floorKey_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 floorKey_MethodID_27: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:309:24: note: convert 'floorKey_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
private static var floorKey_MethodID_27: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:309:24: note: add '@MainActor' to make static property 'floorKey_MethodID_27' part of global actor 'MainActor'
private static var floorKey_MethodID_27: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:309:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var floorKey_MethodID_27: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:326:24: warning: static property 'forEach_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 forEach_MethodID_28: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:326:24: note: convert 'forEach_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
private static var forEach_MethodID_28: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:326:24: note: add '@MainActor' to make static property 'forEach_MethodID_28' part of global actor 'MainActor'
private static var forEach_MethodID_28: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:326:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var forEach_MethodID_28: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:341:24: warning: static property 'get_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 get_MethodID_29: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:341:24: note: convert 'get_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
private static var get_MethodID_29: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:341:24: note: add '@MainActor' to make static property 'get_MethodID_29' part of global actor 'MainActor'
private static var get_MethodID_29: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:341:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var get_MethodID_29: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:358:24: warning: static property 'getOrDefault_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 getOrDefault_MethodID_30: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:358:24: note: convert 'getOrDefault_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
private static var getOrDefault_MethodID_30: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:358:24: note: add '@MainActor' to make static property 'getOrDefault_MethodID_30' part of global actor 'MainActor'
private static var getOrDefault_MethodID_30: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:358:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getOrDefault_MethodID_30: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:376:24: warning: static property 'hashCode_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 hashCode_MethodID_31: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:376:24: note: convert 'hashCode_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
private static var hashCode_MethodID_31: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:376:24: note: add '@MainActor' to make static property 'hashCode_MethodID_31' part of global actor 'MainActor'
private static var hashCode_MethodID_31: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:376:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var hashCode_MethodID_31: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:388:24: warning: static property 'headMap_MethodID_32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var headMap_MethodID_32: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:388:24: note: convert 'headMap_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
private static var headMap_MethodID_32: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:388:24: note: add '@MainActor' to make static property 'headMap_MethodID_32' part of global actor 'MainActor'
private static var headMap_MethodID_32: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:388:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var headMap_MethodID_32: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:404:24: warning: static property 'headMap_MethodID_33' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var headMap_MethodID_33: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:404:24: note: convert 'headMap_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
private static var headMap_MethodID_33: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:404:24: note: add '@MainActor' to make static property 'headMap_MethodID_33' part of global actor 'MainActor'
private static var headMap_MethodID_33: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:404:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var headMap_MethodID_33: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:425:24: warning: static property 'higherKey_MethodID_34' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var higherKey_MethodID_34: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:425:24: note: convert 'higherKey_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
private static var higherKey_MethodID_34: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:425:24: note: add '@MainActor' to make static property 'higherKey_MethodID_34' part of global actor 'MainActor'
private static var higherKey_MethodID_34: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:425:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var higherKey_MethodID_34: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:442:24: warning: static property 'isEmpty_MethodID_35' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isEmpty_MethodID_35: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:442:24: note: convert 'isEmpty_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
private static var isEmpty_MethodID_35: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:442:24: note: add '@MainActor' to make static property 'isEmpty_MethodID_35' part of global actor 'MainActor'
private static var isEmpty_MethodID_35: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:442:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isEmpty_MethodID_35: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:454:24: warning: static property 'keySet_MethodID_36' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var keySet_MethodID_36: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:454:24: note: convert 'keySet_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
private static var keySet_MethodID_36: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:454:24: note: add '@MainActor' to make static property 'keySet_MethodID_36' part of global actor 'MainActor'
private static var keySet_MethodID_36: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:454:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var keySet_MethodID_36: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:471:24: warning: static property 'lastKey_MethodID_37' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var lastKey_MethodID_37: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:471:24: note: convert 'lastKey_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
private static var lastKey_MethodID_37: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:471:24: note: add '@MainActor' to make static property 'lastKey_MethodID_37' part of global actor 'MainActor'
private static var lastKey_MethodID_37: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:471:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var lastKey_MethodID_37: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:488:24: warning: static property 'lowerKey_MethodID_38' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var lowerKey_MethodID_38: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:488:24: note: convert 'lowerKey_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
private static var lowerKey_MethodID_38: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:488:24: note: add '@MainActor' to make static property 'lowerKey_MethodID_38' part of global actor 'MainActor'
private static var lowerKey_MethodID_38: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:488:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var lowerKey_MethodID_38: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:505:24: warning: static property 'merge_MethodID_39' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var merge_MethodID_39: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:505:24: note: convert 'merge_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
private static var merge_MethodID_39: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:505:24: note: add '@MainActor' to make static property 'merge_MethodID_39' part of global actor 'MainActor'
private static var merge_MethodID_39: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:505:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var merge_MethodID_39: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:524:24: warning: static property 'navigableKeySet_MethodID_40' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var navigableKeySet_MethodID_40: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:524:24: note: convert 'navigableKeySet_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
private static var navigableKeySet_MethodID_40: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:524:24: note: add '@MainActor' to make static property 'navigableKeySet_MethodID_40' part of global actor 'MainActor'
private static var navigableKeySet_MethodID_40: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:524:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var navigableKeySet_MethodID_40: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:545:24: warning: static property 'put_MethodID_41' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var put_MethodID_41: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:545:24: note: convert 'put_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
private static var put_MethodID_41: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:545:24: note: add '@MainActor' to make static property 'put_MethodID_41' part of global actor 'MainActor'
private static var put_MethodID_41: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:545:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var put_MethodID_41: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:563:24: warning: static property 'putAll_MethodID_42' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var putAll_MethodID_42: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:563:24: note: convert 'putAll_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
private static var putAll_MethodID_42: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:563:24: note: add '@MainActor' to make static property 'putAll_MethodID_42' part of global actor 'MainActor'
private static var putAll_MethodID_42: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:563:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var putAll_MethodID_42: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:578:24: warning: static property 'putIfAbsent_MethodID_43' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var putIfAbsent_MethodID_43: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:578:24: note: convert 'putIfAbsent_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
private static var putIfAbsent_MethodID_43: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:578:24: note: add '@MainActor' to make static property 'putIfAbsent_MethodID_43' part of global actor 'MainActor'
private static var putIfAbsent_MethodID_43: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:578:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var putIfAbsent_MethodID_43: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:596:24: warning: static property 'remove_MethodID_44' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var remove_MethodID_44: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:596:24: note: convert 'remove_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
private static var remove_MethodID_44: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:596:24: note: add '@MainActor' to make static property 'remove_MethodID_44' part of global actor 'MainActor'
private static var remove_MethodID_44: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:596:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var remove_MethodID_44: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:613:24: warning: static property 'remove_MethodID_45' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var remove_MethodID_45: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:613:24: note: convert 'remove_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
private static var remove_MethodID_45: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:613:24: note: add '@MainActor' to make static property 'remove_MethodID_45' part of global actor 'MainActor'
private static var remove_MethodID_45: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:613:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var remove_MethodID_45: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:630:24: warning: static property 'replace_MethodID_46' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var replace_MethodID_46: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:630:24: note: convert 'replace_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
private static var replace_MethodID_46: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:630:24: note: add '@MainActor' to make static property 'replace_MethodID_46' part of global actor 'MainActor'
private static var replace_MethodID_46: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:630:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var replace_MethodID_46: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:648:24: warning: static property 'replace_MethodID_47' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var replace_MethodID_47: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:648:24: note: convert 'replace_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
private static var replace_MethodID_47: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:648:24: note: add '@MainActor' to make static property 'replace_MethodID_47' part of global actor 'MainActor'
private static var replace_MethodID_47: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:648:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var replace_MethodID_47: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:666:24: warning: static property 'replaceAll_MethodID_48' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var replaceAll_MethodID_48: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:666:24: note: convert 'replaceAll_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
private static var replaceAll_MethodID_48: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:666:24: note: add '@MainActor' to make static property 'replaceAll_MethodID_48' part of global actor 'MainActor'
private static var replaceAll_MethodID_48: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:666:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var replaceAll_MethodID_48: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:681:24: warning: static property 'size_MethodID_49' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var size_MethodID_49: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:681:24: note: convert 'size_MethodID_49' to a 'let' constant to make 'Sendable' shared state immutable
private static var size_MethodID_49: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:681:24: note: add '@MainActor' to make static property 'size_MethodID_49' part of global actor 'MainActor'
private static var size_MethodID_49: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:681:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var size_MethodID_49: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:693:24: warning: static property 'subMap_MethodID_50' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var subMap_MethodID_50: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:693:24: note: convert 'subMap_MethodID_50' to a 'let' constant to make 'Sendable' shared state immutable
private static var subMap_MethodID_50: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:693:24: note: add '@MainActor' to make static property 'subMap_MethodID_50' part of global actor 'MainActor'
private static var subMap_MethodID_50: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:693:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var subMap_MethodID_50: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:712:24: warning: static property 'subMap_MethodID_51' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var subMap_MethodID_51: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:712:24: note: convert 'subMap_MethodID_51' to a 'let' constant to make 'Sendable' shared state immutable
private static var subMap_MethodID_51: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:712:24: note: add '@MainActor' to make static property 'subMap_MethodID_51' part of global actor 'MainActor'
private static var subMap_MethodID_51: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:712:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var subMap_MethodID_51: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:729:24: warning: static property 'tailMap_MethodID_52' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var tailMap_MethodID_52: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:729:24: note: convert 'tailMap_MethodID_52' to a 'let' constant to make 'Sendable' shared state immutable
private static var tailMap_MethodID_52: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:729:24: note: add '@MainActor' to make static property 'tailMap_MethodID_52' part of global actor 'MainActor'
private static var tailMap_MethodID_52: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:729:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var tailMap_MethodID_52: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:745:24: warning: static property 'tailMap_MethodID_53' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var tailMap_MethodID_53: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:745:24: note: convert 'tailMap_MethodID_53' to a 'let' constant to make 'Sendable' shared state immutable
private static var tailMap_MethodID_53: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:745:24: note: add '@MainActor' to make static property 'tailMap_MethodID_53' part of global actor 'MainActor'
private static var tailMap_MethodID_53: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:745:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var tailMap_MethodID_53: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:762:24: warning: static property 'values_MethodID_54' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var values_MethodID_54: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:762:24: note: convert 'values_MethodID_54' to a 'let' constant to make 'Sendable' shared state immutable
private static var values_MethodID_54: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:762:24: note: add '@MainActor' to make static property 'values_MethodID_54' part of global actor 'MainActor'
private static var values_MethodID_54: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:762:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var values_MethodID_54: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableMap.swift:97:12: warning: class 'NavigableMapForward' must restate inherited '@unchecked Sendable' conformance
open class NavigableMapForward: SortedMapForward, NavigableMap {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.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/NavigableSet.swift:75:24: warning: static property 'NavigableSetJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NavigableSetJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:75:24: note: convert 'NavigableSetJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NavigableSetJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:75:24: note: add '@MainActor' to make static property 'NavigableSetJNIClass' part of global actor 'MainActor'
private static var NavigableSetJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NavigableSetJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:79:24: warning: static property 'add_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 add_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:79:24: note: convert 'add_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var add_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:79:24: note: add '@MainActor' to make static property 'add_MethodID_16' part of global actor 'MainActor'
private static var add_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:79:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var add_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:95:24: warning: static property 'addAll_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 addAll_MethodID_17: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:95:24: note: convert 'addAll_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
private static var addAll_MethodID_17: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:95:24: note: add '@MainActor' to make static property 'addAll_MethodID_17' part of global actor 'MainActor'
private static var addAll_MethodID_17: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:95:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var addAll_MethodID_17: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:111:24: warning: static property 'ceiling_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 ceiling_MethodID_18: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:111:24: note: convert 'ceiling_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
private static var ceiling_MethodID_18: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:111:24: note: add '@MainActor' to make static property 'ceiling_MethodID_18' part of global actor 'MainActor'
private static var ceiling_MethodID_18: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:111:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ceiling_MethodID_18: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:128:24: warning: static property 'clear_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 clear_MethodID_19: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:128:24: note: convert 'clear_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
private static var clear_MethodID_19: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:128:24: note: add '@MainActor' to make static property 'clear_MethodID_19' part of global actor 'MainActor'
private static var clear_MethodID_19: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:128:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var clear_MethodID_19: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:139:24: warning: static property 'comparator_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 comparator_MethodID_20: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:139:24: note: convert 'comparator_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
private static var comparator_MethodID_20: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:139:24: note: add '@MainActor' to make static property 'comparator_MethodID_20' part of global actor 'MainActor'
private static var comparator_MethodID_20: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:139:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var comparator_MethodID_20: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:152:24: warning: static property 'contains_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 contains_MethodID_21: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:152:24: note: convert 'contains_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
private static var contains_MethodID_21: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:152:24: note: add '@MainActor' to make static property 'contains_MethodID_21' part of global actor 'MainActor'
private static var contains_MethodID_21: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:152:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var contains_MethodID_21: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:168:24: warning: static property 'containsAll_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 containsAll_MethodID_22: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:168:24: note: convert 'containsAll_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
private static var containsAll_MethodID_22: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:168:24: note: add '@MainActor' to make static property 'containsAll_MethodID_22' part of global actor 'MainActor'
private static var containsAll_MethodID_22: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:168:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var containsAll_MethodID_22: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:184:24: warning: static property 'descendingIterator_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 descendingIterator_MethodID_23: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:184:24: note: convert 'descendingIterator_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
private static var descendingIterator_MethodID_23: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:184:24: note: add '@MainActor' to make static property 'descendingIterator_MethodID_23' part of global actor 'MainActor'
private static var descendingIterator_MethodID_23: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:184:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var descendingIterator_MethodID_23: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:197:24: warning: static property 'descendingSet_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 descendingSet_MethodID_24: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:197:24: note: convert 'descendingSet_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
private static var descendingSet_MethodID_24: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:197:24: note: add '@MainActor' to make static property 'descendingSet_MethodID_24' part of global actor 'MainActor'
private static var descendingSet_MethodID_24: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:197:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var descendingSet_MethodID_24: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:210:24: warning: static property 'equals_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 equals_MethodID_25: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:210:24: note: convert 'equals_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
private static var equals_MethodID_25: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:210:24: note: add '@MainActor' to make static property 'equals_MethodID_25' part of global actor 'MainActor'
private static var equals_MethodID_25: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:210:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var equals_MethodID_25: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:226:24: warning: static property 'first_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 first_MethodID_26: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:226:24: note: convert 'first_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
private static var first_MethodID_26: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:226:24: note: add '@MainActor' to make static property 'first_MethodID_26' part of global actor 'MainActor'
private static var first_MethodID_26: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:226:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var first_MethodID_26: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:239:24: warning: static property 'floor_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 floor_MethodID_27: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:239:24: note: convert 'floor_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
private static var floor_MethodID_27: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:239:24: note: add '@MainActor' to make static property 'floor_MethodID_27' part of global actor 'MainActor'
private static var floor_MethodID_27: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:239:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var floor_MethodID_27: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:256:24: warning: static property 'forEach_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 forEach_MethodID_28: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:256:24: note: convert 'forEach_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
private static var forEach_MethodID_28: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:256:24: note: add '@MainActor' to make static property 'forEach_MethodID_28' part of global actor 'MainActor'
private static var forEach_MethodID_28: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:256:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var forEach_MethodID_28: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:271:24: warning: static property 'hashCode_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 hashCode_MethodID_29: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:271:24: note: convert 'hashCode_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
private static var hashCode_MethodID_29: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:271:24: note: add '@MainActor' to make static property 'hashCode_MethodID_29' part of global actor 'MainActor'
private static var hashCode_MethodID_29: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:271:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var hashCode_MethodID_29: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:283:24: warning: static property 'headSet_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 headSet_MethodID_30: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:283:24: note: convert 'headSet_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
private static var headSet_MethodID_30: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:283:24: note: add '@MainActor' to make static property 'headSet_MethodID_30' part of global actor 'MainActor'
private static var headSet_MethodID_30: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:283:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var headSet_MethodID_30: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:300:24: warning: static property 'headSet_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 headSet_MethodID_31: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:300:24: note: convert 'headSet_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
private static var headSet_MethodID_31: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:300:24: note: add '@MainActor' to make static property 'headSet_MethodID_31' part of global actor 'MainActor'
private static var headSet_MethodID_31: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:300:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var headSet_MethodID_31: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:318:24: warning: static property 'higher_MethodID_32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var higher_MethodID_32: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:318:24: note: convert 'higher_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
private static var higher_MethodID_32: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:318:24: note: add '@MainActor' to make static property 'higher_MethodID_32' part of global actor 'MainActor'
private static var higher_MethodID_32: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:318:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var higher_MethodID_32: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:335:24: warning: static property 'isEmpty_MethodID_33' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isEmpty_MethodID_33: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:335:24: note: convert 'isEmpty_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
private static var isEmpty_MethodID_33: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:335:24: note: add '@MainActor' to make static property 'isEmpty_MethodID_33' part of global actor 'MainActor'
private static var isEmpty_MethodID_33: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:335:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isEmpty_MethodID_33: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:347:24: warning: static property 'iterator_MethodID_34' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var iterator_MethodID_34: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:347:24: note: convert 'iterator_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
private static var iterator_MethodID_34: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:347:24: note: add '@MainActor' to make static property 'iterator_MethodID_34' part of global actor 'MainActor'
private static var iterator_MethodID_34: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:347:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var iterator_MethodID_34: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:360:24: warning: static property 'last_MethodID_35' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var last_MethodID_35: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:360:24: note: convert 'last_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
private static var last_MethodID_35: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:360:24: note: add '@MainActor' to make static property 'last_MethodID_35' part of global actor 'MainActor'
private static var last_MethodID_35: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:360:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var last_MethodID_35: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:373:24: warning: static property 'lower_MethodID_36' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var lower_MethodID_36: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:373:24: note: convert 'lower_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
private static var lower_MethodID_36: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:373:24: note: add '@MainActor' to make static property 'lower_MethodID_36' part of global actor 'MainActor'
private static var lower_MethodID_36: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:373:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var lower_MethodID_36: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:390:24: warning: static property 'parallelStream_MethodID_37' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var parallelStream_MethodID_37: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:390:24: note: convert 'parallelStream_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
private static var parallelStream_MethodID_37: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:390:24: note: add '@MainActor' to make static property 'parallelStream_MethodID_37' part of global actor 'MainActor'
private static var parallelStream_MethodID_37: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:390:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var parallelStream_MethodID_37: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:403:24: warning: static property 'pollFirst_MethodID_38' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var pollFirst_MethodID_38: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:403:24: note: convert 'pollFirst_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
private static var pollFirst_MethodID_38: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:403:24: note: add '@MainActor' to make static property 'pollFirst_MethodID_38' part of global actor 'MainActor'
private static var pollFirst_MethodID_38: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:403:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var pollFirst_MethodID_38: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:416:24: warning: static property 'pollLast_MethodID_39' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var pollLast_MethodID_39: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:416:24: note: convert 'pollLast_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
private static var pollLast_MethodID_39: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:416:24: note: add '@MainActor' to make static property 'pollLast_MethodID_39' part of global actor 'MainActor'
private static var pollLast_MethodID_39: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:416:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var pollLast_MethodID_39: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:429:24: warning: static property 'remove_MethodID_40' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var remove_MethodID_40: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:429:24: note: convert 'remove_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
private static var remove_MethodID_40: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:429:24: note: add '@MainActor' to make static property 'remove_MethodID_40' part of global actor 'MainActor'
private static var remove_MethodID_40: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:429:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var remove_MethodID_40: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:445:24: warning: static property 'removeAll_MethodID_41' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var removeAll_MethodID_41: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:445:24: note: convert 'removeAll_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
private static var removeAll_MethodID_41: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:445:24: note: add '@MainActor' to make static property 'removeAll_MethodID_41' part of global actor 'MainActor'
private static var removeAll_MethodID_41: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:445:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var removeAll_MethodID_41: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:461:24: warning: static property 'removeIf_MethodID_42' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var removeIf_MethodID_42: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:461:24: note: convert 'removeIf_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
private static var removeIf_MethodID_42: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:461:24: note: add '@MainActor' to make static property 'removeIf_MethodID_42' part of global actor 'MainActor'
private static var removeIf_MethodID_42: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:461:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var removeIf_MethodID_42: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:477:24: warning: static property 'retainAll_MethodID_43' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var retainAll_MethodID_43: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:477:24: note: convert 'retainAll_MethodID_43' to a 'let' constant to make 'Sendable' shared state immutable
private static var retainAll_MethodID_43: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:477:24: note: add '@MainActor' to make static property 'retainAll_MethodID_43' part of global actor 'MainActor'
private static var retainAll_MethodID_43: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:477:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var retainAll_MethodID_43: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:493:24: warning: static property 'size_MethodID_44' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var size_MethodID_44: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:493:24: note: convert 'size_MethodID_44' to a 'let' constant to make 'Sendable' shared state immutable
private static var size_MethodID_44: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:493:24: note: add '@MainActor' to make static property 'size_MethodID_44' part of global actor 'MainActor'
private static var size_MethodID_44: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:493:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var size_MethodID_44: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:505:24: warning: static property 'spliterator_MethodID_45' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var spliterator_MethodID_45: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:505:24: note: convert 'spliterator_MethodID_45' to a 'let' constant to make 'Sendable' shared state immutable
private static var spliterator_MethodID_45: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:505:24: note: add '@MainActor' to make static property 'spliterator_MethodID_45' part of global actor 'MainActor'
private static var spliterator_MethodID_45: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:505:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var spliterator_MethodID_45: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:518:24: warning: static property 'stream_MethodID_46' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var stream_MethodID_46: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:518:24: note: convert 'stream_MethodID_46' to a 'let' constant to make 'Sendable' shared state immutable
private static var stream_MethodID_46: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:518:24: note: add '@MainActor' to make static property 'stream_MethodID_46' part of global actor 'MainActor'
private static var stream_MethodID_46: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:518:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var stream_MethodID_46: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:531:24: warning: static property 'subSet_MethodID_47' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var subSet_MethodID_47: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:531:24: note: convert 'subSet_MethodID_47' to a 'let' constant to make 'Sendable' shared state immutable
private static var subSet_MethodID_47: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:531:24: note: add '@MainActor' to make static property 'subSet_MethodID_47' part of global actor 'MainActor'
private static var subSet_MethodID_47: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:531:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var subSet_MethodID_47: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:551:24: warning: static property 'subSet_MethodID_48' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var subSet_MethodID_48: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:551:24: note: convert 'subSet_MethodID_48' to a 'let' constant to make 'Sendable' shared state immutable
private static var subSet_MethodID_48: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:551:24: note: add '@MainActor' to make static property 'subSet_MethodID_48' part of global actor 'MainActor'
private static var subSet_MethodID_48: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:551:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var subSet_MethodID_48: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:569:24: warning: static property 'tailSet_MethodID_49' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var tailSet_MethodID_49: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:569:24: note: convert 'tailSet_MethodID_49' to a 'let' constant to make 'Sendable' shared state immutable
private static var tailSet_MethodID_49: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:569:24: note: add '@MainActor' to make static property 'tailSet_MethodID_49' part of global actor 'MainActor'
private static var tailSet_MethodID_49: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:569:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var tailSet_MethodID_49: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:586:24: warning: static property 'tailSet_MethodID_50' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var tailSet_MethodID_50: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:586:24: note: convert 'tailSet_MethodID_50' to a 'let' constant to make 'Sendable' shared state immutable
private static var tailSet_MethodID_50: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:586:24: note: add '@MainActor' to make static property 'tailSet_MethodID_50' part of global actor 'MainActor'
private static var tailSet_MethodID_50: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:586:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var tailSet_MethodID_50: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:604:24: warning: static property 'toArray_MethodID_51' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var toArray_MethodID_51: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:604:24: note: convert 'toArray_MethodID_51' to a 'let' constant to make 'Sendable' shared state immutable
private static var toArray_MethodID_51: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:604:24: note: add '@MainActor' to make static property 'toArray_MethodID_51' part of global actor 'MainActor'
private static var toArray_MethodID_51: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:604:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var toArray_MethodID_51: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:620:24: warning: static property 'toArray_MethodID_52' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var toArray_MethodID_52: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:620:24: note: convert 'toArray_MethodID_52' to a 'let' constant to make 'Sendable' shared state immutable
private static var toArray_MethodID_52: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:620:24: note: add '@MainActor' to make static property 'toArray_MethodID_52' part of global actor 'MainActor'
private static var toArray_MethodID_52: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:620:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var toArray_MethodID_52: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NavigableSet.swift:73:12: warning: class 'NavigableSetForward' must restate inherited '@unchecked Sendable' conformance
open class NavigableSetForward: SortedSetForward, NavigableSet {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NoSuchElementException.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/NoSuchElementException.swift:21:24: warning: static property 'NoSuchElementExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NoSuchElementExceptionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchElementException.swift:21:24: note: convert 'NoSuchElementExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NoSuchElementExceptionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchElementException.swift:21:24: note: add '@MainActor' to make static property 'NoSuchElementExceptionJNIClass' part of global actor 'MainActor'
private static var NoSuchElementExceptionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchElementException.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NoSuchElementExceptionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchElementException.swift:63:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchElementException.swift:63:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchElementException.swift:63:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchElementException.swift:63:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchElementException.swift:75: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/NoSuchElementException.swift:75: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/NoSuchElementException.swift:75: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/NoSuchElementException.swift:75: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/NoSuchElementException.swift:9:12: warning: class 'NoSuchElementException' must restate inherited '@unchecked Sendable' conformance
open class NoSuchElementException: java_lang.RuntimeException {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.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/NodeChangeEvent.swift:17:24: warning: static property 'NodeChangeEventJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NodeChangeEventJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:17:24: note: convert 'NodeChangeEventJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NodeChangeEventJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:17:24: note: add '@MainActor' to make static property 'NodeChangeEventJNIClass' part of global actor 'MainActor'
private static var NodeChangeEventJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NodeChangeEventJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:27:24: warning: static property 'source_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 source_FieldID: jfieldID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:27:24: note: convert 'source_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
private static var source_FieldID: jfieldID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:27:24: note: add '@MainActor' to make static property 'source_FieldID' part of global actor 'MainActor'
private static var source_FieldID: jfieldID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:27:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var source_FieldID: jfieldID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:44: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/NodeChangeEvent.swift:44: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/NodeChangeEvent.swift:44: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/NodeChangeEvent.swift:44: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/NodeChangeEvent.swift:62:24: warning: static property 'getChild_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 getChild_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:62:24: note: convert 'getChild_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var getChild_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:62:24: note: add '@MainActor' to make static property 'getChild_MethodID_2' part of global actor 'MainActor'
private static var getChild_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:62:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getChild_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:75:24: warning: static property 'getParent_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 getParent_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:75:24: note: convert 'getParent_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var getParent_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:75:24: note: add '@MainActor' to make static property 'getParent_MethodID_3' part of global actor 'MainActor'
private static var getParent_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getParent_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeEvent.swift:8:12: warning: class 'NodeChangeEvent' must restate inherited '@unchecked Sendable' conformance
open class NodeChangeEvent: EventObject {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.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/NodeChangeListener.swift:29:24: warning: static property 'NodeChangeListenerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NodeChangeListenerJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:29:24: note: convert 'NodeChangeListenerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NodeChangeListenerJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:29:24: note: add '@MainActor' to make static property 'NodeChangeListenerJNIClass' part of global actor 'MainActor'
private static var NodeChangeListenerJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:29:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NodeChangeListenerJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:33:24: warning: static property 'childAdded_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 childAdded_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:33:24: note: convert 'childAdded_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var childAdded_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:33:24: note: add '@MainActor' to make static property 'childAdded_MethodID_3' part of global actor 'MainActor'
private static var childAdded_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:33:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var childAdded_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:48:24: warning: static property 'childRemoved_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 childRemoved_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:48:24: note: convert 'childRemoved_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var childRemoved_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:48:24: note: add '@MainActor' to make static property 'childRemoved_MethodID_4' part of global actor 'MainActor'
private static var childRemoved_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:48:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var childRemoved_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:27:12: warning: class 'NodeChangeListenerForward' must restate inherited '@unchecked Sendable' conformance
open class NodeChangeListenerForward: EventListenerForward, NodeChangeListener {
^
, @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:77:28: warning: static property '_proxyClass' is not concurrency-safe because non-'Sendable' type 'jclass' (aka 'OpaquePointer') may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let _proxyClass: jclass = {
^
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
@frozen public struct OpaquePointer {
^
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:77:28: note: add '@MainActor' to make static property '_proxyClass' part of global actor 'MainActor'
fileprivate static let _proxyClass: jclass = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NodeChangeListener.swift:77:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let _proxyClass: jclass = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ObjDoubleConsumer.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/ObjDoubleConsumer.swift:19:24: warning: static property 'ObjDoubleConsumerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ObjDoubleConsumerJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjDoubleConsumer.swift:19:24: note: convert 'ObjDoubleConsumerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var ObjDoubleConsumerJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ObjDoubleConsumer.swift:19:24: note: add '@MainActor' to make static property 'ObjDoubleConsumerJNIClass' part of global actor 'MainActor'
private static var ObjDoubleConsumerJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjDoubleConsumer.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ObjDoubleConsumerJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjDoubleConsumer.swift:23:24: warning: static property 'accept_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 accept_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjDoubleConsumer.swift:23:24: note: convert 'accept_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var accept_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ObjDoubleConsumer.swift:23:24: note: add '@MainActor' to make static property 'accept_MethodID_2' part of global actor 'MainActor'
private static var accept_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjDoubleConsumer.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var accept_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjDoubleConsumer.swift:17:12: warning: class 'ObjDoubleConsumerForward' must restate inherited '@unchecked Sendable' conformance
open class ObjDoubleConsumerForward: JNIObjectForward, ObjDoubleConsumer {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ObjIntConsumer.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/ObjIntConsumer.swift:19:24: warning: static property 'ObjIntConsumerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ObjIntConsumerJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjIntConsumer.swift:19:24: note: convert 'ObjIntConsumerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var ObjIntConsumerJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ObjIntConsumer.swift:19:24: note: add '@MainActor' to make static property 'ObjIntConsumerJNIClass' part of global actor 'MainActor'
private static var ObjIntConsumerJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjIntConsumer.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ObjIntConsumerJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjIntConsumer.swift:23:24: warning: static property 'accept_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 accept_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjIntConsumer.swift:23:24: note: convert 'accept_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var accept_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ObjIntConsumer.swift:23:24: note: add '@MainActor' to make static property 'accept_MethodID_2' part of global actor 'MainActor'
private static var accept_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjIntConsumer.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var accept_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjIntConsumer.swift:17:12: warning: class 'ObjIntConsumerForward' must restate inherited '@unchecked Sendable' conformance
open class ObjIntConsumerForward: JNIObjectForward, ObjIntConsumer {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ObjLongConsumer.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/ObjLongConsumer.swift:19:24: warning: static property 'ObjLongConsumerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ObjLongConsumerJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjLongConsumer.swift:19:24: note: convert 'ObjLongConsumerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var ObjLongConsumerJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ObjLongConsumer.swift:19:24: note: add '@MainActor' to make static property 'ObjLongConsumerJNIClass' part of global actor 'MainActor'
private static var ObjLongConsumerJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjLongConsumer.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ObjLongConsumerJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjLongConsumer.swift:23:24: warning: static property 'accept_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 accept_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjLongConsumer.swift:23:24: note: convert 'accept_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var accept_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ObjLongConsumer.swift:23:24: note: add '@MainActor' to make static property 'accept_MethodID_2' part of global actor 'MainActor'
private static var accept_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjLongConsumer.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var accept_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjLongConsumer.swift:17:12: warning: class 'ObjLongConsumerForward' must restate inherited '@unchecked Sendable' conformance
open class ObjLongConsumerForward: JNIObjectForward, ObjLongConsumer {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Objects.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/Objects.swift:17:24: warning: static property 'ObjectsJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ObjectsJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:17:24: note: convert 'ObjectsJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var ObjectsJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:17:24: note: add '@MainActor' to make static property 'ObjectsJNIClass' part of global actor 'MainActor'
private static var ObjectsJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ObjectsJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:23:24: warning: static property 'compare_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 compare_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:23:24: note: convert 'compare_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var compare_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:23:24: note: add '@MainActor' to make static property 'compare_MethodID_1' part of global actor 'MainActor'
private static var compare_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var compare_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:41:24: warning: static property 'deepEquals_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 deepEquals_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:41:24: note: convert 'deepEquals_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var deepEquals_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:41:24: note: add '@MainActor' to make static property 'deepEquals_MethodID_2' part of global actor 'MainActor'
private static var deepEquals_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:41:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var deepEquals_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:58:24: warning: static property 'equals_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 equals_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:58:24: note: convert 'equals_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var equals_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:58:24: note: add '@MainActor' to make static property 'equals_MethodID_3' part of global actor 'MainActor'
private static var equals_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:58:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var equals_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:75:24: warning: static property 'hash_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 hash_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:75:24: note: convert 'hash_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var hash_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:75:24: note: add '@MainActor' to make static property 'hash_MethodID_4' part of global actor 'MainActor'
private static var hash_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var hash_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:91:24: warning: static property 'hashCode_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 hashCode_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:91:24: note: convert 'hashCode_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var hashCode_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:91:24: note: add '@MainActor' to make static property 'hashCode_MethodID_5' part of global actor 'MainActor'
private static var hashCode_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:91:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var hashCode_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:107:24: warning: static property 'isNull_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 isNull_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:107:24: note: convert 'isNull_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var isNull_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:107:24: note: add '@MainActor' to make static property 'isNull_MethodID_6' part of global actor 'MainActor'
private static var isNull_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:107:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isNull_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:123:24: warning: static property 'nonNull_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 nonNull_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:123:24: note: convert 'nonNull_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var nonNull_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:123:24: note: add '@MainActor' to make static property 'nonNull_MethodID_7' part of global actor 'MainActor'
private static var nonNull_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:123:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var nonNull_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:139:24: warning: static property 'requireNonNull_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 requireNonNull_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:139:24: note: convert 'requireNonNull_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var requireNonNull_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:139:24: note: add '@MainActor' to make static property 'requireNonNull_MethodID_8' part of global actor 'MainActor'
private static var requireNonNull_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:139:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var requireNonNull_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:156:24: warning: static property 'requireNonNull_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 requireNonNull_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:156:24: note: convert 'requireNonNull_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var requireNonNull_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:156:24: note: add '@MainActor' to make static property 'requireNonNull_MethodID_9' part of global actor 'MainActor'
private static var requireNonNull_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:156:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var requireNonNull_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:174:24: warning: static property 'requireNonNull_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 requireNonNull_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:174:24: note: convert 'requireNonNull_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var requireNonNull_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:174:24: note: add '@MainActor' to make static property 'requireNonNull_MethodID_10' part of global actor 'MainActor'
private static var requireNonNull_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:174:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var requireNonNull_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:192:24: warning: static property 'toString_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 toString_MethodID_11: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:192:24: note: convert 'toString_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
private static var toString_MethodID_11: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:192:24: note: add '@MainActor' to make static property 'toString_MethodID_11' part of global actor 'MainActor'
private static var toString_MethodID_11: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:192:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var toString_MethodID_11: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:209:24: warning: static property 'toString_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var toString_MethodID_12: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:209:24: note: convert 'toString_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
private static var toString_MethodID_12: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:209:24: note: add '@MainActor' to make static property 'toString_MethodID_12' part of global actor 'MainActor'
private static var toString_MethodID_12: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:209:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var toString_MethodID_12: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Objects.swift:8:12: warning: class 'Objects' must restate inherited '@unchecked Sendable' conformance
open class Objects: java_swift.JavaObject {
^
, @unchecked Sendable
SwiftDriverJobDiscovery normal arm64 Compiling RandomAccess.swift, ReadWriteLock.swift, RecursiveAction.swift, RecursiveTask.swift, ReentrantLock.swift, ReentrantReadWriteLock.swift, RejectedExecutionException.swift, RejectedExecutionHandler.swift, ResourceBundle.swift, ResourceBundleControlProvider.swift, RunnableFuture.swift, RunnableScheduledFuture.swift, Scanner.swift, ScheduledExecutorService.swift, ScheduledFuture.swift, ScheduledThreadPoolExecutor.swift, Semaphore.swift, ServiceConfigurationError.swift, ServiceLoader.swift, SimpleFormatter.swift, SimpleTimeZone.swift, SocketHandler.swift, SortedMap.swift (in target 'java_util' from project 'java_util')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/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-xros/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-xros/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-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/java_util.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/java_util.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/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
SwiftDriverJobDiscovery normal arm64 Compiling 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 (in target 'java_util' from project 'java_util')
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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-xros/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-xros/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-xros/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-xros/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-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-xros/java_lang.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-xros/java_lang.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-xros/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-xros/java_lang.build/Objects-normal/arm64/java_lang-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/java_util-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/java_util.build/Objects-normal/arm64/java_util-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/java_util-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/java_util.build/Objects-normal/arm64/java_util.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/java_util.build/Objects-normal/arm64/java_util.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/java_util.build/Objects-normal/arm64/java_util.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/java_util.build/Objects-normal/arm64/java_util.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-xros/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_lang.o
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')
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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier java-lang.java-lang --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_lang.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_lang.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-xros/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-xros/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-xros/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-xros/java_lang.build/java_lang.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-xros/java_lang.build/java_lang.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-xros/java_lang.build/Objects-normal/arm64/java_lang.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 02:59:15.173 appintentsmetadataprocessor[877:5095] Starting appintentsmetadataprocessor export
2025-06-07 02:59:15.213 appintentsmetadataprocessor[877:5095] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/java_lang.o
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 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')
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 CheckedOutputStream.swift, Checksum.swift, Collection.swift, Collections.swift, Collector.swift, Collectors.swift, CompletionException.swift, CompletionService.swift, CompletionStage.swift, ConcurrentHashMap.swift, ConcurrentLinkedDeque.swift, ConcurrentLinkedQueue.swift, ConcurrentMap.swift, ConcurrentModificationException.swift, ConcurrentNavigableMap.swift, ConcurrentSkipListMap.swift, ConcurrentSkipListSet.swift, Condition.swift, ConsoleHandler.swift, Consumer.swift, CopyOnWriteArrayList.swift, CopyOnWriteArraySet.swift, CountDownLatch.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling LongPredicate.swift, LongStream.swift, LongSummaryStatistics.swift, LongSupplier.swift, LongToDoubleFunction.swift, LongToIntFunction.swift, LongUnaryOperator.swift, Manifest.swift, MatchResult.swift, Matcher.swift, MemoryHandler.swift, MissingFormatArgumentException.swift, MissingFormatWidthException.swift, MissingResourceException.swift, NavigableMap.swift, NavigableSet.swift, NoSuchElementException.swift, NodeChangeEvent.swift, NodeChangeListener.swift, ObjDoubleConsumer.swift, ObjIntConsumer.swift, ObjLongConsumer.swift, Objects.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling AtomicReference.swift, AtomicReferenceArray.swift, AtomicReferenceFieldUpdater.swift, AtomicStampedReference.swift, Attributes.swift, BackingStoreException.swift, Base64.swift, BaseStream.swift, BiConsumer.swift, BiFunction.swift, BiPredicate.swift, BinaryOperator.swift, BitSet.swift, BlockingDeque.swift, BlockingQueue.swift, BooleanSupplier.swift, BrokenBarrierException.swift, CRC32.swift, Calendar.swift, CalendarDataProvider.swift, CalendarNameProvider.swift, Callable.swift, CancellationException.swift, CheckedInputStream.swift (in target 'java_util' from project 'java_util')
SwiftDriverJobDiscovery normal arm64 Compiling AbstractCollection.swift, AbstractExecutorService.swift, AbstractList.swift, AbstractMap.swift, AbstractOwnableSynchronizer.swift, AbstractPreferences.swift, AbstractQueue.swift, AbstractQueuedLongSynchronizer.swift, AbstractQueuedSynchronizer.swift, AbstractSequentialList.swift, AbstractSet.swift, Adler32.swift, ArrayBlockingQueue.swift, ArrayDeque.swift, ArrayList.swift, Arrays.swift, AtomicBoolean.swift, AtomicInteger.swift, AtomicIntegerArray.swift, AtomicIntegerFieldUpdater.swift, AtomicLong.swift, AtomicLongArray.swift, AtomicLongFieldUpdater.swift, AtomicMarkableReference.swift (in target 'java_util' from project 'java_util')
SwiftDriver\ Compilation java_util normal arm64 com.apple.xcode.tools.swift.compiler (in target 'java_util' from project 'java_util')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name java_util -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/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-xros/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-xros/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-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/java_util.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/java_util.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/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-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/java_util.build/Objects-normal/arm64/java_util.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.java-util --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/java_util.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/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-xros/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-xros/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-xros/java_util.build/java_util.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/java_util.build/java_util.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_util.build/Debug-xros/java_util.build/Objects-normal/arm64/java_util.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 02:59:17.878 appintentsmetadataprocessor[880:5268] Starting appintentsmetadataprocessor export
2025-06-07 02:59:17.914 appintentsmetadataprocessor[880:5268] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/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.