Build Information
Successful build of java_lang, reference master (9ec60a
), with Swift 6.1 for iOS using Xcode 16.3 on 7 Jun 2025 07:42:45 UTC.
Swift 6 data race errors: 2316
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme java_lang -destination generic/platform=iOS 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 new_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:86:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:86:24: note: add '@MainActor' to make static property 'new_MethodID_3' part of global actor 'MainActor'
private static var new_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:86:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:104:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:104:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:104:24: note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
private static var new_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:104:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ReflectiveOperationException.swift:8:12: warning: class 'ReflectiveOperationException' must restate inherited '@unchecked Sendable' conformance
open class ReflectiveOperationException: java_swift.Exception {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:19:24: warning: static property 'RepeatableJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var RepeatableJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:19:24: note: convert 'RepeatableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var RepeatableJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:19:24: note: add '@MainActor' to make static property 'RepeatableJNIClass' part of global actor 'MainActor'
private static var RepeatableJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var RepeatableJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:23:24: warning: static property 'annotationType_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var annotationType_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:23:24: note: convert 'annotationType_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var annotationType_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:23:24: note: add '@MainActor' to make static property 'annotationType_MethodID_2' part of global actor 'MainActor'
private static var annotationType_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var annotationType_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:36: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/Repeatable.swift:36: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/Repeatable.swift:36: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/Repeatable.swift:36: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/Repeatable.swift:52:24: warning: static property 'hashCode_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 hashCode_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:52:24: note: convert 'hashCode_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var hashCode_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:52:24: note: add '@MainActor' to make static property 'hashCode_MethodID_4' part of global actor 'MainActor'
private static var hashCode_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:52:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var hashCode_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:64:24: warning: static property 'toString_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 toString_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:64:24: note: convert 'toString_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var toString_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:64:24: note: add '@MainActor' to make static property 'toString_MethodID_5' part of global actor 'MainActor'
private static var toString_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:64:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var toString_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:77:24: warning: static property 'value_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 value_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:77:24: note: convert 'value_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var value_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:77:24: note: add '@MainActor' to make static property 'value_MethodID_6' part of global actor 'MainActor'
private static var value_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var value_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Repeatable.swift:17:12: warning: class 'RepeatableForward' must restate inherited '@unchecked Sendable' conformance
open class RepeatableForward: AnnotationForward, Repeatable {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Retention.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:19:24: warning: static property 'RetentionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var RetentionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:19:24: note: convert 'RetentionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var RetentionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:19:24: note: add '@MainActor' to make static property 'RetentionJNIClass' part of global actor 'MainActor'
private static var RetentionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var RetentionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:23:24: warning: static property 'annotationType_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var annotationType_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:23:24: note: convert 'annotationType_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var annotationType_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:23:24: note: add '@MainActor' to make static property 'annotationType_MethodID_2' part of global actor 'MainActor'
private static var annotationType_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var annotationType_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:36: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/Retention.swift:36: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/Retention.swift:36: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/Retention.swift:36: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/Retention.swift:52:24: warning: static property 'hashCode_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 hashCode_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:52:24: note: convert 'hashCode_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var hashCode_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:52:24: note: add '@MainActor' to make static property 'hashCode_MethodID_4' part of global actor 'MainActor'
private static var hashCode_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:52:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var hashCode_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:64:24: warning: static property 'toString_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 toString_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:64:24: note: convert 'toString_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var toString_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:64:24: note: add '@MainActor' to make static property 'toString_MethodID_5' part of global actor 'MainActor'
private static var toString_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:64:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var toString_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:77:24: warning: static property 'value_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 value_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:77:24: note: convert 'value_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var value_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:77:24: note: add '@MainActor' to make static property 'value_MethodID_6' part of global actor 'MainActor'
private static var value_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var value_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Retention.swift:17:12: warning: class 'RetentionForward' must restate inherited '@unchecked Sendable' conformance
open class RetentionForward: AnnotationForward, Retention {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:29:24: warning: static property 'valueOf_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var valueOf_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:29:24: note: convert 'valueOf_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var valueOf_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:29:24: note: add '@MainActor' to make static property 'valueOf_MethodID_1' part of global actor 'MainActor'
private static var valueOf_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:29:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var valueOf_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:40:24: warning: static property 'values_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var values_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:40:24: note: convert 'values_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var values_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:40:24: note: add '@MainActor' to make static property 'values_MethodID_2' part of global actor 'MainActor'
private static var values_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var values_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:51:24: warning: static property 'RetentionPolicyJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var RetentionPolicyJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:51:24: note: convert 'RetentionPolicyJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var RetentionPolicyJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:51:24: note: add '@MainActor' to make static property 'RetentionPolicyJNIClass' part of global actor 'MainActor'
private static var RetentionPolicyJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:51:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var RetentionPolicyJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:57:24: warning: static property 'CLASS_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 CLASS_FieldID: jfieldID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:57:24: note: convert 'CLASS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
private static var CLASS_FieldID: jfieldID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:57:24: note: add '@MainActor' to make static property 'CLASS_FieldID' part of global actor 'MainActor'
private static var CLASS_FieldID: jfieldID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:57:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var CLASS_FieldID: jfieldID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:69:24: warning: static property 'RUNTIME_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 RUNTIME_FieldID: jfieldID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:69:24: note: convert 'RUNTIME_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
private static var RUNTIME_FieldID: jfieldID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:69:24: note: add '@MainActor' to make static property 'RUNTIME_FieldID' part of global actor 'MainActor'
private static var RUNTIME_FieldID: jfieldID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:69:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var RUNTIME_FieldID: jfieldID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:81: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/RetentionPolicy.swift:81: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/RetentionPolicy.swift:81: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/RetentionPolicy.swift:81: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/RetentionPolicy.swift:93:24: warning: static property 'valueOf_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var valueOf_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:93:24: note: convert 'valueOf_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var valueOf_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:93:24: note: add '@MainActor' to make static property 'valueOf_MethodID_3' part of global actor 'MainActor'
private static var valueOf_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:93:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var valueOf_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:110:24: warning: static property 'valueOf_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var valueOf_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:110:24: note: convert 'valueOf_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var valueOf_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:110:24: note: add '@MainActor' to make static property 'valueOf_MethodID_4' part of global actor 'MainActor'
private static var valueOf_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:110:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var valueOf_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:128:24: warning: static property 'values_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var values_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:128:24: note: convert 'values_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var values_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:128:24: note: add '@MainActor' to make static property 'values_MethodID_5' part of global actor 'MainActor'
private static var values_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:128:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var values_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RetentionPolicy.swift:49:12: warning: class 'RetentionPolicyForward' must restate inherited '@unchecked Sendable' conformance
open class RetentionPolicyForward: JNIObjectForward {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:17:24: warning: static property 'RuntimeJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var RuntimeJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:17:24: note: convert 'RuntimeJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var RuntimeJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:17:24: note: add '@MainActor' to make static property 'RuntimeJNIClass' part of global actor 'MainActor'
private static var RuntimeJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var RuntimeJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:25:24: warning: static property 'getRuntime_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 getRuntime_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:25:24: note: convert 'getRuntime_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var getRuntime_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:25:24: note: add '@MainActor' to make static property 'getRuntime_MethodID_1' part of global actor 'MainActor'
private static var getRuntime_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:25:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getRuntime_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:40:24: warning: static property 'runFinalizersOnExit_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 runFinalizersOnExit_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:40:24: note: convert 'runFinalizersOnExit_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var runFinalizersOnExit_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:40:24: note: add '@MainActor' to make static property 'runFinalizersOnExit_MethodID_2' part of global actor 'MainActor'
private static var runFinalizersOnExit_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:40:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var runFinalizersOnExit_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:55:24: warning: static property 'addShutdownHook_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 addShutdownHook_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:55:24: note: convert 'addShutdownHook_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var addShutdownHook_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:55:24: note: add '@MainActor' to make static property 'addShutdownHook_MethodID_3' part of global actor 'MainActor'
private static var addShutdownHook_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:55:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var addShutdownHook_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:70:24: warning: static property 'availableProcessors_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 availableProcessors_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:70:24: note: convert 'availableProcessors_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var availableProcessors_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:70:24: note: add '@MainActor' to make static property 'availableProcessors_MethodID_4' part of global actor 'MainActor'
private static var availableProcessors_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:70:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var availableProcessors_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:82:24: warning: static property 'exec_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 exec_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:82:24: note: convert 'exec_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var exec_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:82:24: note: add '@MainActor' to make static property 'exec_MethodID_5' part of global actor 'MainActor'
private static var exec_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:82:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var exec_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:103:24: warning: static property 'exec_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 exec_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:103:24: note: convert 'exec_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var exec_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:103:24: note: add '@MainActor' to make static property 'exec_MethodID_6' part of global actor 'MainActor'
private static var exec_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:103:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var exec_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:125:24: warning: static property 'exec_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 exec_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:125:24: note: convert 'exec_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var exec_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:125:24: note: add '@MainActor' to make static property 'exec_MethodID_7' part of global actor 'MainActor'
private static var exec_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:125:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var exec_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:148:24: warning: static property 'exec_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 exec_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:148:24: note: convert 'exec_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var exec_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:148:24: note: add '@MainActor' to make static property 'exec_MethodID_8' part of global actor 'MainActor'
private static var exec_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:148:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var exec_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:169:24: warning: static property 'exec_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 exec_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:169:24: note: convert 'exec_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var exec_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:169:24: note: add '@MainActor' to make static property 'exec_MethodID_9' part of global actor 'MainActor'
private static var exec_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:169:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var exec_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:191:24: warning: static property 'exec_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 exec_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:191:24: note: convert 'exec_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var exec_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:191:24: note: add '@MainActor' to make static property 'exec_MethodID_10' part of global actor 'MainActor'
private static var exec_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:191:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var exec_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:214:24: warning: static property 'exit_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 exit_MethodID_11: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:214:24: note: convert 'exit_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
private static var exit_MethodID_11: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:214:24: note: add '@MainActor' to make static property 'exit_MethodID_11' part of global actor 'MainActor'
private static var exit_MethodID_11: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:214:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var exit_MethodID_11: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:229:24: warning: static property 'freeMemory_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 freeMemory_MethodID_12: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:229:24: note: convert 'freeMemory_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
private static var freeMemory_MethodID_12: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:229:24: note: add '@MainActor' to make static property 'freeMemory_MethodID_12' part of global actor 'MainActor'
private static var freeMemory_MethodID_12: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:229:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var freeMemory_MethodID_12: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:241:24: warning: static property 'gc_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var gc_MethodID_13: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:241:24: note: convert 'gc_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
private static var gc_MethodID_13: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:241:24: note: add '@MainActor' to make static property 'gc_MethodID_13' part of global actor 'MainActor'
private static var gc_MethodID_13: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:241:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var gc_MethodID_13: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:252:24: warning: static property 'getLocalizedInputStream_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 getLocalizedInputStream_MethodID_14: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:252:24: note: convert 'getLocalizedInputStream_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
private static var getLocalizedInputStream_MethodID_14: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:252:24: note: add '@MainActor' to make static property 'getLocalizedInputStream_MethodID_14' part of global actor 'MainActor'
private static var getLocalizedInputStream_MethodID_14: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:252:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getLocalizedInputStream_MethodID_14: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:269:24: warning: static property 'getLocalizedOutputStream_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 getLocalizedOutputStream_MethodID_15: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:269:24: note: convert 'getLocalizedOutputStream_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
private static var getLocalizedOutputStream_MethodID_15: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:269:24: note: add '@MainActor' to make static property 'getLocalizedOutputStream_MethodID_15' part of global actor 'MainActor'
private static var getLocalizedOutputStream_MethodID_15: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:269:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getLocalizedOutputStream_MethodID_15: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:286:24: warning: static property 'halt_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 halt_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:286:24: note: convert 'halt_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var halt_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:286:24: note: add '@MainActor' to make static property 'halt_MethodID_16' part of global actor 'MainActor'
private static var halt_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:286:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var halt_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:301:24: warning: static property 'load_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 load_MethodID_17: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:301:24: note: convert 'load_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
private static var load_MethodID_17: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:301:24: note: add '@MainActor' to make static property 'load_MethodID_17' part of global actor 'MainActor'
private static var load_MethodID_17: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:301:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var load_MethodID_17: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:320:24: warning: static property 'loadLibrary_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 loadLibrary_MethodID_18: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:320:24: note: convert 'loadLibrary_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
private static var loadLibrary_MethodID_18: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:320:24: note: add '@MainActor' to make static property 'loadLibrary_MethodID_18' part of global actor 'MainActor'
private static var loadLibrary_MethodID_18: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:320:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var loadLibrary_MethodID_18: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:339:24: warning: static property 'maxMemory_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 maxMemory_MethodID_19: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:339:24: note: convert 'maxMemory_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
private static var maxMemory_MethodID_19: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:339:24: note: add '@MainActor' to make static property 'maxMemory_MethodID_19' part of global actor 'MainActor'
private static var maxMemory_MethodID_19: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:339:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var maxMemory_MethodID_19: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:351:24: warning: static property 'removeShutdownHook_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 removeShutdownHook_MethodID_20: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:351:24: note: convert 'removeShutdownHook_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
private static var removeShutdownHook_MethodID_20: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:351:24: note: add '@MainActor' to make static property 'removeShutdownHook_MethodID_20' part of global actor 'MainActor'
private static var removeShutdownHook_MethodID_20: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:351:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var removeShutdownHook_MethodID_20: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:367:24: warning: static property 'runFinalization_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 runFinalization_MethodID_21: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:367:24: note: convert 'runFinalization_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
private static var runFinalization_MethodID_21: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:367:24: note: add '@MainActor' to make static property 'runFinalization_MethodID_21' part of global actor 'MainActor'
private static var runFinalization_MethodID_21: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:367:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var runFinalization_MethodID_21: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:378:24: warning: static property 'totalMemory_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 totalMemory_MethodID_22: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:378:24: note: convert 'totalMemory_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
private static var totalMemory_MethodID_22: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:378:24: note: add '@MainActor' to make static property 'totalMemory_MethodID_22' part of global actor 'MainActor'
private static var totalMemory_MethodID_22: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:378:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var totalMemory_MethodID_22: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:390:24: warning: static property 'traceInstructions_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 traceInstructions_MethodID_23: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:390:24: note: convert 'traceInstructions_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
private static var traceInstructions_MethodID_23: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:390:24: note: add '@MainActor' to make static property 'traceInstructions_MethodID_23' part of global actor 'MainActor'
private static var traceInstructions_MethodID_23: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:390:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var traceInstructions_MethodID_23: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:405:24: warning: static property 'traceMethodCalls_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 traceMethodCalls_MethodID_24: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:405:24: note: convert 'traceMethodCalls_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
private static var traceMethodCalls_MethodID_24: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:405:24: note: add '@MainActor' to make static property 'traceMethodCalls_MethodID_24' part of global actor 'MainActor'
private static var traceMethodCalls_MethodID_24: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:405:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var traceMethodCalls_MethodID_24: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:8:12: warning: class 'Runtime' must restate inherited '@unchecked Sendable' conformance
open class Runtime: java_swift.JavaObject {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:17:24: warning: static property 'RuntimeExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var RuntimeExceptionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:17:24: note: convert 'RuntimeExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var RuntimeExceptionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:17:24: note: add '@MainActor' to make static property 'RuntimeExceptionJNIClass' part of global actor 'MainActor'
private static var RuntimeExceptionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var RuntimeExceptionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:57:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:57:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:57:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:57:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:69:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:69:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:69:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
private static var new_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:69:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:86:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:86:24: note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:86:24: note: add '@MainActor' to make static property 'new_MethodID_3' part of global actor 'MainActor'
private static var new_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:86:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:104:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:104:24: note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:104:24: note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
private static var new_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:104:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:124:24: warning: static property 'new_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 new_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:124:24: note: convert 'new_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:124:24: note: add '@MainActor' to make static property 'new_MethodID_5' part of global actor 'MainActor'
private static var new_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:124:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeException.swift:8:12: warning: class 'RuntimeException' must restate inherited '@unchecked Sendable' conformance
open class RuntimeException: java_swift.Exception {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:79:24: warning: static property 'RuntimeMXBeanJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var RuntimeMXBeanJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:79:24: note: convert 'RuntimeMXBeanJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var RuntimeMXBeanJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:79:24: note: add '@MainActor' to make static property 'RuntimeMXBeanJNIClass' part of global actor 'MainActor'
private static var RuntimeMXBeanJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:79:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var RuntimeMXBeanJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:83:24: warning: static property 'getBootClassPath_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 getBootClassPath_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:83:24: note: convert 'getBootClassPath_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var getBootClassPath_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:83:24: note: add '@MainActor' to make static property 'getBootClassPath_MethodID_16' part of global actor 'MainActor'
private static var getBootClassPath_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:83:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getBootClassPath_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:96:24: warning: static property 'getClassPath_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 getClassPath_MethodID_17: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:96:24: note: convert 'getClassPath_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
private static var getClassPath_MethodID_17: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:96:24: note: add '@MainActor' to make static property 'getClassPath_MethodID_17' part of global actor 'MainActor'
private static var getClassPath_MethodID_17: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:96:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getClassPath_MethodID_17: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:113:24: warning: static property 'getLibraryPath_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 getLibraryPath_MethodID_18: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:113:24: note: convert 'getLibraryPath_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
private static var getLibraryPath_MethodID_18: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:113:24: note: add '@MainActor' to make static property 'getLibraryPath_MethodID_18' part of global actor 'MainActor'
private static var getLibraryPath_MethodID_18: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:113:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getLibraryPath_MethodID_18: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:126:24: warning: static property 'getManagementSpecVersion_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 getManagementSpecVersion_MethodID_19: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:126:24: note: convert 'getManagementSpecVersion_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
private static var getManagementSpecVersion_MethodID_19: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:126:24: note: add '@MainActor' to make static property 'getManagementSpecVersion_MethodID_19' part of global actor 'MainActor'
private static var getManagementSpecVersion_MethodID_19: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:126:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getManagementSpecVersion_MethodID_19: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:139:24: warning: static property 'getName_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 getName_MethodID_20: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:139:24: note: convert 'getName_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
private static var getName_MethodID_20: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:139:24: note: add '@MainActor' to make static property 'getName_MethodID_20' part of global actor 'MainActor'
private static var getName_MethodID_20: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:139:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getName_MethodID_20: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:156:24: warning: static property 'getSpecName_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 getSpecName_MethodID_21: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:156:24: note: convert 'getSpecName_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSpecName_MethodID_21: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:156:24: note: add '@MainActor' to make static property 'getSpecName_MethodID_21' part of global actor 'MainActor'
private static var getSpecName_MethodID_21: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:156:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSpecName_MethodID_21: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:169:24: warning: static property 'getSpecVendor_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 getSpecVendor_MethodID_22: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:169:24: note: convert 'getSpecVendor_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSpecVendor_MethodID_22: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:169:24: note: add '@MainActor' to make static property 'getSpecVendor_MethodID_22' part of global actor 'MainActor'
private static var getSpecVendor_MethodID_22: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:169:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSpecVendor_MethodID_22: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:182:24: warning: static property 'getSpecVersion_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 getSpecVersion_MethodID_23: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:182:24: note: convert 'getSpecVersion_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSpecVersion_MethodID_23: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:182:24: note: add '@MainActor' to make static property 'getSpecVersion_MethodID_23' part of global actor 'MainActor'
private static var getSpecVersion_MethodID_23: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:182:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSpecVersion_MethodID_23: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:195:24: warning: static property 'getStartTime_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 getStartTime_MethodID_24: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:195:24: note: convert 'getStartTime_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
private static var getStartTime_MethodID_24: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:195:24: note: add '@MainActor' to make static property 'getStartTime_MethodID_24' part of global actor 'MainActor'
private static var getStartTime_MethodID_24: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:195:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getStartTime_MethodID_24: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:207:24: warning: static property 'getSystemProperties_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 getSystemProperties_MethodID_25: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:207:24: note: convert 'getSystemProperties_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSystemProperties_MethodID_25: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:207:24: note: add '@MainActor' to make static property 'getSystemProperties_MethodID_25' part of global actor 'MainActor'
private static var getSystemProperties_MethodID_25: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:207:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSystemProperties_MethodID_25: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:219:24: warning: static property 'getUptime_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 getUptime_MethodID_26: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:219:24: note: convert 'getUptime_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
private static var getUptime_MethodID_26: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:219:24: note: add '@MainActor' to make static property 'getUptime_MethodID_26' part of global actor 'MainActor'
private static var getUptime_MethodID_26: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:219:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getUptime_MethodID_26: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:231:24: warning: static property 'getVmName_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 getVmName_MethodID_27: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:231:24: note: convert 'getVmName_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
private static var getVmName_MethodID_27: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:231:24: note: add '@MainActor' to make static property 'getVmName_MethodID_27' part of global actor 'MainActor'
private static var getVmName_MethodID_27: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:231:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getVmName_MethodID_27: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:244:24: warning: static property 'getVmVendor_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 getVmVendor_MethodID_28: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:244:24: note: convert 'getVmVendor_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
private static var getVmVendor_MethodID_28: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:244:24: note: add '@MainActor' to make static property 'getVmVendor_MethodID_28' part of global actor 'MainActor'
private static var getVmVendor_MethodID_28: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:244:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getVmVendor_MethodID_28: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:257:24: warning: static property 'getVmVersion_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 getVmVersion_MethodID_29: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:257:24: note: convert 'getVmVersion_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
private static var getVmVersion_MethodID_29: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:257:24: note: add '@MainActor' to make static property 'getVmVersion_MethodID_29' part of global actor 'MainActor'
private static var getVmVersion_MethodID_29: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:257:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getVmVersion_MethodID_29: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:270:24: warning: static property 'isBootClassPathSupported_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 isBootClassPathSupported_MethodID_30: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:270:24: note: convert 'isBootClassPathSupported_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
private static var isBootClassPathSupported_MethodID_30: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:270:24: note: add '@MainActor' to make static property 'isBootClassPathSupported_MethodID_30' part of global actor 'MainActor'
private static var isBootClassPathSupported_MethodID_30: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:270:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isBootClassPathSupported_MethodID_30: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimeMXBean.swift:77:12: warning: class 'RuntimeMXBeanForward' must restate inherited '@unchecked Sendable' conformance
open class RuntimeMXBeanForward: PlatformManagedObjectForward, RuntimeMXBean {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:17:24: warning: static property 'RuntimePermissionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var RuntimePermissionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:17:24: note: convert 'RuntimePermissionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var RuntimePermissionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:17:24: note: add '@MainActor' to make static property 'RuntimePermissionJNIClass' part of global actor 'MainActor'
private static var RuntimePermissionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var RuntimePermissionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:35:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:35:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:35:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:35:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RuntimePermission.swift:52: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/RuntimePermission.swift:52: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/RuntimePermission.swift:52: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/RuntimePermission.swift:52: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/RuntimePermission.swift:8:12: warning: class 'RuntimePermission' must restate inherited '@unchecked Sendable' conformance
open class RuntimePermission: /* class java.security.BasicPermission */ UnavailableObject {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SafeVarargs.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SafeVarargs.swift:15:24: warning: static property 'SafeVarargsJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var SafeVarargsJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/SafeVarargs.swift:15:24: note: convert 'SafeVarargsJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var SafeVarargsJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SafeVarargs.swift:15:24: note: add '@MainActor' to make static property 'SafeVarargsJNIClass' part of global actor 'MainActor'
private static var SafeVarargsJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SafeVarargs.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var SafeVarargsJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SafeVarargs.swift:13:12: warning: class 'SafeVarargsForward' must restate inherited '@unchecked Sendable' conformance
open class SafeVarargsForward: AnnotationForward, SafeVarargs {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:17:24: warning: static property 'SecurityManagerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var SecurityManagerJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:17:24: note: convert 'SecurityManagerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var SecurityManagerJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:17:24: note: add '@MainActor' to make static property 'SecurityManagerJNIClass' part of global actor 'MainActor'
private static var SecurityManagerJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var SecurityManagerJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:35:24: warning: static property 'inCheck_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 inCheck_FieldID: jfieldID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:35:24: note: convert 'inCheck_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
private static var inCheck_FieldID: jfieldID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:35:24: note: add '@MainActor' to make static property 'inCheck_FieldID' part of global actor 'MainActor'
private static var inCheck_FieldID: jfieldID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:35:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var inCheck_FieldID: jfieldID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:53:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:53:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:53:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:53:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:69:24: warning: static property 'checkAccept_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 checkAccept_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:69:24: note: convert 'checkAccept_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkAccept_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:69:24: note: add '@MainActor' to make static property 'checkAccept_MethodID_2' part of global actor 'MainActor'
private static var checkAccept_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:69:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkAccept_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:85:24: warning: static property 'checkAccess_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 checkAccess_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:85:24: note: convert 'checkAccess_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkAccess_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:85:24: note: add '@MainActor' to make static property 'checkAccess_MethodID_3' part of global actor 'MainActor'
private static var checkAccess_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:85:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkAccess_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:100:24: warning: static property 'checkAccess_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 checkAccess_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:100:24: note: convert 'checkAccess_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkAccess_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:100:24: note: add '@MainActor' to make static property 'checkAccess_MethodID_4' part of global actor 'MainActor'
private static var checkAccess_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:100:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkAccess_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:115:24: warning: static property 'checkAwtEventQueueAccess_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 checkAwtEventQueueAccess_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:115:24: note: convert 'checkAwtEventQueueAccess_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkAwtEventQueueAccess_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:115:24: note: add '@MainActor' to make static property 'checkAwtEventQueueAccess_MethodID_5' part of global actor 'MainActor'
private static var checkAwtEventQueueAccess_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:115:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkAwtEventQueueAccess_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:126:24: warning: static property 'checkConnect_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 checkConnect_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:126:24: note: convert 'checkConnect_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkConnect_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:126:24: note: add '@MainActor' to make static property 'checkConnect_MethodID_6' part of global actor 'MainActor'
private static var checkConnect_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:126:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkConnect_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:142:24: warning: static property 'checkConnect_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 checkConnect_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:142:24: note: convert 'checkConnect_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkConnect_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:142:24: note: add '@MainActor' to make static property 'checkConnect_MethodID_7' part of global actor 'MainActor'
private static var checkConnect_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:142:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkConnect_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:159:24: warning: static property 'checkCreateClassLoader_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 checkCreateClassLoader_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:159:24: note: convert 'checkCreateClassLoader_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkCreateClassLoader_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:159:24: note: add '@MainActor' to make static property 'checkCreateClassLoader_MethodID_8' part of global actor 'MainActor'
private static var checkCreateClassLoader_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:159:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkCreateClassLoader_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:170:24: warning: static property 'checkDelete_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 checkDelete_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:170:24: note: convert 'checkDelete_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkDelete_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:170:24: note: add '@MainActor' to make static property 'checkDelete_MethodID_9' part of global actor 'MainActor'
private static var checkDelete_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:170:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkDelete_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:185:24: warning: static property 'checkExec_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 checkExec_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:185:24: note: convert 'checkExec_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkExec_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:185:24: note: add '@MainActor' to make static property 'checkExec_MethodID_10' part of global actor 'MainActor'
private static var checkExec_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:185:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkExec_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:200:24: warning: static property 'checkExit_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 checkExit_MethodID_11: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:200:24: note: convert 'checkExit_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkExit_MethodID_11: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:200:24: note: add '@MainActor' to make static property 'checkExit_MethodID_11' part of global actor 'MainActor'
private static var checkExit_MethodID_11: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:200:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkExit_MethodID_11: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:215:24: warning: static property 'checkLink_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 checkLink_MethodID_12: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:215:24: note: convert 'checkLink_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkLink_MethodID_12: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:215:24: note: add '@MainActor' to make static property 'checkLink_MethodID_12' part of global actor 'MainActor'
private static var checkLink_MethodID_12: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:215:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkLink_MethodID_12: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:230:24: warning: static property 'checkListen_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var checkListen_MethodID_13: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:230:24: note: convert 'checkListen_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkListen_MethodID_13: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:230:24: note: add '@MainActor' to make static property 'checkListen_MethodID_13' part of global actor 'MainActor'
private static var checkListen_MethodID_13: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:230:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkListen_MethodID_13: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:245:24: warning: static property 'checkMemberAccess_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 checkMemberAccess_MethodID_14: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:245:24: note: convert 'checkMemberAccess_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkMemberAccess_MethodID_14: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:245:24: note: add '@MainActor' to make static property 'checkMemberAccess_MethodID_14' part of global actor 'MainActor'
private static var checkMemberAccess_MethodID_14: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:245:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkMemberAccess_MethodID_14: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:261:24: warning: static property 'checkMulticast_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 checkMulticast_MethodID_15: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:261:24: note: convert 'checkMulticast_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkMulticast_MethodID_15: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:261:24: note: add '@MainActor' to make static property 'checkMulticast_MethodID_15' part of global actor 'MainActor'
private static var checkMulticast_MethodID_15: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:261:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkMulticast_MethodID_15: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:276:24: warning: static property 'checkMulticast_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 checkMulticast_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:276:24: note: convert 'checkMulticast_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkMulticast_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:276:24: note: add '@MainActor' to make static property 'checkMulticast_MethodID_16' part of global actor 'MainActor'
private static var checkMulticast_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:276:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkMulticast_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:292:24: warning: static property 'checkPackageAccess_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 checkPackageAccess_MethodID_17: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:292:24: note: convert 'checkPackageAccess_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkPackageAccess_MethodID_17: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:292:24: note: add '@MainActor' to make static property 'checkPackageAccess_MethodID_17' part of global actor 'MainActor'
private static var checkPackageAccess_MethodID_17: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:292:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkPackageAccess_MethodID_17: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:307:24: warning: static property 'checkPackageDefinition_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 checkPackageDefinition_MethodID_18: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:307:24: note: convert 'checkPackageDefinition_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkPackageDefinition_MethodID_18: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:307:24: note: add '@MainActor' to make static property 'checkPackageDefinition_MethodID_18' part of global actor 'MainActor'
private static var checkPackageDefinition_MethodID_18: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:307:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkPackageDefinition_MethodID_18: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:322:24: warning: static property 'checkPermission_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 checkPermission_MethodID_19: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:322:24: note: convert 'checkPermission_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkPermission_MethodID_19: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:322:24: note: add '@MainActor' to make static property 'checkPermission_MethodID_19' part of global actor 'MainActor'
private static var checkPermission_MethodID_19: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:322:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkPermission_MethodID_19: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:337:24: warning: static property 'checkPermission_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 checkPermission_MethodID_20: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:337:24: note: convert 'checkPermission_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkPermission_MethodID_20: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:337:24: note: add '@MainActor' to make static property 'checkPermission_MethodID_20' part of global actor 'MainActor'
private static var checkPermission_MethodID_20: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:337:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkPermission_MethodID_20: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:353:24: warning: static property 'checkPrintJobAccess_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 checkPrintJobAccess_MethodID_21: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:353:24: note: convert 'checkPrintJobAccess_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkPrintJobAccess_MethodID_21: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:353:24: note: add '@MainActor' to make static property 'checkPrintJobAccess_MethodID_21' part of global actor 'MainActor'
private static var checkPrintJobAccess_MethodID_21: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:353:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkPrintJobAccess_MethodID_21: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:364:24: warning: static property 'checkPropertiesAccess_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 checkPropertiesAccess_MethodID_22: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:364:24: note: convert 'checkPropertiesAccess_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkPropertiesAccess_MethodID_22: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:364:24: note: add '@MainActor' to make static property 'checkPropertiesAccess_MethodID_22' part of global actor 'MainActor'
private static var checkPropertiesAccess_MethodID_22: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:364:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkPropertiesAccess_MethodID_22: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:375:24: warning: static property 'checkPropertyAccess_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 checkPropertyAccess_MethodID_23: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:375:24: note: convert 'checkPropertyAccess_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkPropertyAccess_MethodID_23: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:375:24: note: add '@MainActor' to make static property 'checkPropertyAccess_MethodID_23' part of global actor 'MainActor'
private static var checkPropertyAccess_MethodID_23: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:375:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkPropertyAccess_MethodID_23: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:390:24: warning: static property 'checkRead_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 checkRead_MethodID_24: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:390:24: note: convert 'checkRead_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkRead_MethodID_24: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:390:24: note: add '@MainActor' to make static property 'checkRead_MethodID_24' part of global actor 'MainActor'
private static var checkRead_MethodID_24: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:390:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkRead_MethodID_24: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:405:24: warning: static property 'checkRead_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 checkRead_MethodID_25: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:405:24: note: convert 'checkRead_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkRead_MethodID_25: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:405:24: note: add '@MainActor' to make static property 'checkRead_MethodID_25' part of global actor 'MainActor'
private static var checkRead_MethodID_25: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:405:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkRead_MethodID_25: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:421:24: warning: static property 'checkRead_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 checkRead_MethodID_26: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:421:24: note: convert 'checkRead_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkRead_MethodID_26: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:421:24: note: add '@MainActor' to make static property 'checkRead_MethodID_26' part of global actor 'MainActor'
private static var checkRead_MethodID_26: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:421:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkRead_MethodID_26: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:436:24: warning: static property 'checkSecurityAccess_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 checkSecurityAccess_MethodID_27: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:436:24: note: convert 'checkSecurityAccess_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkSecurityAccess_MethodID_27: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:436:24: note: add '@MainActor' to make static property 'checkSecurityAccess_MethodID_27' part of global actor 'MainActor'
private static var checkSecurityAccess_MethodID_27: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:436:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkSecurityAccess_MethodID_27: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:451:24: warning: static property 'checkSetFactory_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 checkSetFactory_MethodID_28: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:451:24: note: convert 'checkSetFactory_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkSetFactory_MethodID_28: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:451:24: note: add '@MainActor' to make static property 'checkSetFactory_MethodID_28' part of global actor 'MainActor'
private static var checkSetFactory_MethodID_28: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:451:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkSetFactory_MethodID_28: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:462:24: warning: static property 'checkSystemClipboardAccess_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 checkSystemClipboardAccess_MethodID_29: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:462:24: note: convert 'checkSystemClipboardAccess_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkSystemClipboardAccess_MethodID_29: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:462:24: note: add '@MainActor' to make static property 'checkSystemClipboardAccess_MethodID_29' part of global actor 'MainActor'
private static var checkSystemClipboardAccess_MethodID_29: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:462:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkSystemClipboardAccess_MethodID_29: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:473:24: warning: static property 'checkTopLevelWindow_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 checkTopLevelWindow_MethodID_30: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:473:24: note: convert 'checkTopLevelWindow_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkTopLevelWindow_MethodID_30: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:473:24: note: add '@MainActor' to make static property 'checkTopLevelWindow_MethodID_30' part of global actor 'MainActor'
private static var checkTopLevelWindow_MethodID_30: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:473:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkTopLevelWindow_MethodID_30: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:489:24: warning: static property 'checkWrite_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 checkWrite_MethodID_31: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:489:24: note: convert 'checkWrite_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkWrite_MethodID_31: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:489:24: note: add '@MainActor' to make static property 'checkWrite_MethodID_31' part of global actor 'MainActor'
private static var checkWrite_MethodID_31: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:489:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkWrite_MethodID_31: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:504:24: warning: static property 'checkWrite_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 checkWrite_MethodID_32: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:504:24: note: convert 'checkWrite_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
private static var checkWrite_MethodID_32: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:504:24: note: add '@MainActor' to make static property 'checkWrite_MethodID_32' part of global actor 'MainActor'
private static var checkWrite_MethodID_32: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:504:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var checkWrite_MethodID_32: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:519:24: warning: static property 'classDepth_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 classDepth_MethodID_33: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:519:24: note: convert 'classDepth_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
private static var classDepth_MethodID_33: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:519:24: note: add '@MainActor' to make static property 'classDepth_MethodID_33' part of global actor 'MainActor'
private static var classDepth_MethodID_33: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:519:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var classDepth_MethodID_33: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:535:24: warning: static property 'classLoaderDepth_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 classLoaderDepth_MethodID_34: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:535:24: note: convert 'classLoaderDepth_MethodID_34' to a 'let' constant to make 'Sendable' shared state immutable
private static var classLoaderDepth_MethodID_34: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:535:24: note: add '@MainActor' to make static property 'classLoaderDepth_MethodID_34' part of global actor 'MainActor'
private static var classLoaderDepth_MethodID_34: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:535:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var classLoaderDepth_MethodID_34: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:549:24: warning: static property 'currentClassLoader_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 currentClassLoader_MethodID_35: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:549:24: note: convert 'currentClassLoader_MethodID_35' to a 'let' constant to make 'Sendable' shared state immutable
private static var currentClassLoader_MethodID_35: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:549:24: note: add '@MainActor' to make static property 'currentClassLoader_MethodID_35' part of global actor 'MainActor'
private static var currentClassLoader_MethodID_35: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:549:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var currentClassLoader_MethodID_35: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:564:24: warning: static property 'currentLoadedClass_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 currentLoadedClass_MethodID_36: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:564:24: note: convert 'currentLoadedClass_MethodID_36' to a 'let' constant to make 'Sendable' shared state immutable
private static var currentLoadedClass_MethodID_36: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:564:24: note: add '@MainActor' to make static property 'currentLoadedClass_MethodID_36' part of global actor 'MainActor'
private static var currentLoadedClass_MethodID_36: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:564:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var currentLoadedClass_MethodID_36: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:579:24: warning: static property 'getClassContext_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 getClassContext_MethodID_37: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:579:24: note: convert 'getClassContext_MethodID_37' to a 'let' constant to make 'Sendable' shared state immutable
private static var getClassContext_MethodID_37: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:579:24: note: add '@MainActor' to make static property 'getClassContext_MethodID_37' part of global actor 'MainActor'
private static var getClassContext_MethodID_37: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:579:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getClassContext_MethodID_37: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:591:24: warning: static property 'getInCheck_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 getInCheck_MethodID_38: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:591:24: note: convert 'getInCheck_MethodID_38' to a 'let' constant to make 'Sendable' shared state immutable
private static var getInCheck_MethodID_38: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:591:24: note: add '@MainActor' to make static property 'getInCheck_MethodID_38' part of global actor 'MainActor'
private static var getInCheck_MethodID_38: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:591:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getInCheck_MethodID_38: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:603:24: warning: static property 'getSecurityContext_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 getSecurityContext_MethodID_39: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:603:24: note: convert 'getSecurityContext_MethodID_39' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSecurityContext_MethodID_39: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:603:24: note: add '@MainActor' to make static property 'getSecurityContext_MethodID_39' part of global actor 'MainActor'
private static var getSecurityContext_MethodID_39: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:603:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSecurityContext_MethodID_39: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:616:24: warning: static property 'getThreadGroup_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 getThreadGroup_MethodID_40: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:616:24: note: convert 'getThreadGroup_MethodID_40' to a 'let' constant to make 'Sendable' shared state immutable
private static var getThreadGroup_MethodID_40: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:616:24: note: add '@MainActor' to make static property 'getThreadGroup_MethodID_40' part of global actor 'MainActor'
private static var getThreadGroup_MethodID_40: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:616:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getThreadGroup_MethodID_40: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:631:24: warning: static property 'inClass_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 inClass_MethodID_41: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:631:24: note: convert 'inClass_MethodID_41' to a 'let' constant to make 'Sendable' shared state immutable
private static var inClass_MethodID_41: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:631:24: note: add '@MainActor' to make static property 'inClass_MethodID_41' part of global actor 'MainActor'
private static var inClass_MethodID_41: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:631:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var inClass_MethodID_41: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:647:24: warning: static property 'inClassLoader_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 inClassLoader_MethodID_42: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:647:24: note: convert 'inClassLoader_MethodID_42' to a 'let' constant to make 'Sendable' shared state immutable
private static var inClassLoader_MethodID_42: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:647:24: note: add '@MainActor' to make static property 'inClassLoader_MethodID_42' part of global actor 'MainActor'
private static var inClassLoader_MethodID_42: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:647:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var inClassLoader_MethodID_42: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SecurityManager.swift:8:12: warning: class 'SecurityManager' must restate inherited '@unchecked Sendable' conformance
open class SecurityManager: java_swift.JavaObject {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:17:24: warning: static property 'SerializedLambdaJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var SerializedLambdaJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:17:24: note: convert 'SerializedLambdaJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var SerializedLambdaJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:17:24: note: add '@MainActor' to make static property 'SerializedLambdaJNIClass' part of global actor 'MainActor'
private static var SerializedLambdaJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var SerializedLambdaJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:43: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/SerializedLambda.swift:43: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/SerializedLambda.swift:43: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/SerializedLambda.swift:43: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/SerializedLambda.swift:73:24: warning: static property 'getCapturedArg_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 getCapturedArg_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:73:24: note: convert 'getCapturedArg_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var getCapturedArg_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:73:24: note: add '@MainActor' to make static property 'getCapturedArg_MethodID_2' part of global actor 'MainActor'
private static var getCapturedArg_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:73:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getCapturedArg_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:90:24: warning: static property 'getCapturedArgCount_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 getCapturedArgCount_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:90:24: note: convert 'getCapturedArgCount_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var getCapturedArgCount_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:90:24: note: add '@MainActor' to make static property 'getCapturedArgCount_MethodID_3' part of global actor 'MainActor'
private static var getCapturedArgCount_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:90:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getCapturedArgCount_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:102:24: warning: static property 'getCapturingClass_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 getCapturingClass_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:102:24: note: convert 'getCapturingClass_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var getCapturingClass_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:102:24: note: add '@MainActor' to make static property 'getCapturingClass_MethodID_4' part of global actor 'MainActor'
private static var getCapturingClass_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:102:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getCapturingClass_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:115:24: warning: static property 'getFunctionalInterfaceClass_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 getFunctionalInterfaceClass_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:115:24: note: convert 'getFunctionalInterfaceClass_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var getFunctionalInterfaceClass_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:115:24: note: add '@MainActor' to make static property 'getFunctionalInterfaceClass_MethodID_5' part of global actor 'MainActor'
private static var getFunctionalInterfaceClass_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:115:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getFunctionalInterfaceClass_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:128:24: warning: static property 'getFunctionalInterfaceMethodName_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 getFunctionalInterfaceMethodName_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:128:24: note: convert 'getFunctionalInterfaceMethodName_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var getFunctionalInterfaceMethodName_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:128:24: note: add '@MainActor' to make static property 'getFunctionalInterfaceMethodName_MethodID_6' part of global actor 'MainActor'
private static var getFunctionalInterfaceMethodName_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:128:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getFunctionalInterfaceMethodName_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:141:24: warning: static property 'getFunctionalInterfaceMethodSignature_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 getFunctionalInterfaceMethodSignature_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:141:24: note: convert 'getFunctionalInterfaceMethodSignature_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var getFunctionalInterfaceMethodSignature_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:141:24: note: add '@MainActor' to make static property 'getFunctionalInterfaceMethodSignature_MethodID_7' part of global actor 'MainActor'
private static var getFunctionalInterfaceMethodSignature_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:141:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getFunctionalInterfaceMethodSignature_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:154:24: warning: static property 'getImplClass_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 getImplClass_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:154:24: note: convert 'getImplClass_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var getImplClass_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:154:24: note: add '@MainActor' to make static property 'getImplClass_MethodID_8' part of global actor 'MainActor'
private static var getImplClass_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:154:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getImplClass_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:167:24: warning: static property 'getImplMethodKind_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 getImplMethodKind_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:167:24: note: convert 'getImplMethodKind_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var getImplMethodKind_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:167:24: note: add '@MainActor' to make static property 'getImplMethodKind_MethodID_9' part of global actor 'MainActor'
private static var getImplMethodKind_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:167:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getImplMethodKind_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:179:24: warning: static property 'getImplMethodName_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 getImplMethodName_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:179:24: note: convert 'getImplMethodName_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var getImplMethodName_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:179:24: note: add '@MainActor' to make static property 'getImplMethodName_MethodID_10' part of global actor 'MainActor'
private static var getImplMethodName_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:179:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getImplMethodName_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:192:24: warning: static property 'getImplMethodSignature_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 getImplMethodSignature_MethodID_11: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:192:24: note: convert 'getImplMethodSignature_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
private static var getImplMethodSignature_MethodID_11: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:192:24: note: add '@MainActor' to make static property 'getImplMethodSignature_MethodID_11' part of global actor 'MainActor'
private static var getImplMethodSignature_MethodID_11: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:192:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getImplMethodSignature_MethodID_11: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:205:24: warning: static property 'getInstantiatedMethodType_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 getInstantiatedMethodType_MethodID_12: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:205:24: note: convert 'getInstantiatedMethodType_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
private static var getInstantiatedMethodType_MethodID_12: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:205:24: note: add '@MainActor' to make static property 'getInstantiatedMethodType_MethodID_12' part of global actor 'MainActor'
private static var getInstantiatedMethodType_MethodID_12: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:205:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getInstantiatedMethodType_MethodID_12: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SerializedLambda.swift:8:12: warning: class 'SerializedLambda' must restate inherited '@unchecked Sendable' conformance
open class SerializedLambda: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
^
, @unchecked Sendable
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_swift.o normal (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/java_swift
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/Objects-normal/arm64/java_swift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/Objects-normal/arm64/java_swift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/Objects-normal/arm64/java_swift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_swift.o
SwiftDriverJobDiscovery normal arm64 Compiling NoSuchFieldError.swift, NoSuchFieldException.swift, NoSuchMethodError.swift, NoSuchMethodException.swift, NullPointerException.swift, Number.swift, NumberFormatException.swift, OperatingSystemMXBean.swift, OutOfMemoryError.swift, Override.swift, Package.swift, Parameter.swift, ParameterizedType.swift, PhantomReference.swift, PlatformLoggingMXBean.swift, PlatformManagedObject.swift, Process.swift, ProcessBuilder.swift (in target 'java_lang' from project 'java_lang')
ExtractAppIntentsMetadata (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/java_swift
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name java_swift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier java-swift.java-swift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_swift.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_swift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/Objects-normal/arm64/java_swift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/java_swift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/java_swift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-iphoneos/java_swift.build/Objects-normal/arm64/java_swift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 00:42:42.028 appintentsmetadataprocessor[802:4594] Starting appintentsmetadataprocessor export
2025-06-07 00:42:42.074 appintentsmetadataprocessor[802:4594] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Cloneable.swift, CompilationMXBean.swift, Compiler.swift, ConstantCallSite.swift, Constructor.swift, Deprecated.swift, Documented.swift, ElementType.swift, EnumConstantNotPresentException.swift, ExceptionInInitializerError.swift, Executable.swift, Field.swift, FunctionalInterface.swift, GarbageCollectorMXBean.swift, GenericArrayType.swift, GenericDeclaration.swift, GenericSignatureFormatError.swift, IllegalAccessError.swift, IllegalAccessException.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling IllegalArgumentException.swift, IllegalClassFormatException.swift, IllegalMonitorStateException.swift, IllegalStateException.swift, IllegalThreadStateException.swift, IncompatibleClassChangeError.swift, IncompleteAnnotationException.swift, IndexOutOfBoundsException.swift, InheritableThreadLocal.swift, Inherited.swift, InstantiationError.swift, InstantiationException.swift, Instrumentation.swift, Integer.swift, InternalError.swift, InterruptedException.swift, InvocationHandler.swift, InvocationTargetException.swift, Iterable.swift (in target 'java_lang' from project 'java_lang')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_swift.o (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/java_swift
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_swift.o
SwiftDriverJobDiscovery normal arm64 Emitting module for java_lang (in target 'java_lang' from project 'java_lang')
SwiftDriver\ Compilation\ Requirements java_lang normal arm64 com.apple.xcode.tools.swift.compiler (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name java_lang -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/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-iphoneos/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-iphoneos/java_lang-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang-Swift.h (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/java_lang-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.swiftdoc (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.abi.json (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.swiftsourceinfo (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling MemoryManagerMXBean.swift, MemoryNotificationInfo.swift, MemoryPoolMXBean.swift, MemoryType.swift, MemoryUsage.swift, Method.swift, MethodHandle.swift, MethodHandleInfo.swift, MethodHandleProxies.swift, MethodHandles.swift, MethodHandles_Lookup.swift, MethodType.swift, Modifier.swift, MonitorInfo.swift, MutableCallSite.swift, Native.swift, NegativeArraySizeException.swift, NoClassDefFoundError.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling AbstractMethodError.swift, AccessibleObject.swift, AnnotatedArrayType.swift, AnnotatedElement.swift, AnnotatedParameterizedType.swift, AnnotatedType.swift, AnnotatedTypeVariable.swift, AnnotatedWildcardType.swift, Annotation.swift, AnnotationFormatError.swift, AnnotationTypeMismatchException.swift, Appendable.swift, ArithmeticException.swift, Array.swift, ArrayIndexOutOfBoundsException.swift, ArrayStoreException.swift, AssertionError.swift, AutoCloseable.swift, Boolean.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling ProcessBuilder_Redirect.swift, ProcessBuilder_Redirect_Type.swift, Proxy.swift, Readable.swift, Reference.swift, ReferenceQueue.swift, ReflectPermission.swift, ReflectiveOperationException.swift, Repeatable.swift, Retention.swift, RetentionPolicy.swift, Runtime.swift, RuntimeException.swift, RuntimeMXBean.swift, RuntimePermission.swift, SafeVarargs.swift, SecurityManager.swift, SerializedLambda.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling Short.swift, SoftReference.swift, StackOverflowError.swift, StackTraceElement.swift, StrictMath.swift, StringBuffer.swift, StringBuilder.swift, StringIndexOutOfBoundsException.swift, SuppressWarnings.swift, SwitchPoint.swift, System.swift, Target.swift, ThreadDeath.swift, ThreadGroup.swift, ThreadInfo.swift, ThreadLocal.swift, ThreadMXBean.swift, Thread_State.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling JavaComparable.swift, JavaDouble.swift, JavaError.swift, JavaFloat.swift, JavaSecurityException.swift, JavaString.swift, LambdaConversionException.swift, LambdaMetafactory.swift, LinkageError.swift, LockInfo.swift, Long.swift, MalformedParameterizedTypeException.swift, MalformedParametersException.swift, ManagementFactory.swift, ManagementPermission.swift, Math.swift, Member.swift, MemoryMXBean.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling BootstrapMethodError.swift, BufferPoolMXBean.swift, Byte.swift, CallSite.swift, CharSequence.swift, Character.swift, Character_Subset.swift, Character_UnicodeBlock.swift, Character_UnicodeScript.swift, ClassCastException.swift, ClassCircularityError.swift, ClassDefinition.swift, ClassFileTransformer.swift, ClassFormatError.swift, ClassLoader.swift, ClassLoadingMXBean.swift, ClassNotFoundException.swift, ClassValue.swift, CloneNotSupportedException.swift (in target 'java_lang' from project 'java_lang')
SwiftDriver\ Compilation java_lang normal arm64 com.apple.xcode.tools.swift.compiler (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name java_lang -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/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-iphoneos/java_lang.build/Objects-normal/arm64/java_lang-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.o normal (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.o
ExtractAppIntentsMetadata (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name java_lang --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.java-lang --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/java_lang.build/java_lang.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/java_lang.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-iphoneos/java_lang.build/Objects-normal/arm64/java_lang.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 00:42:44.218 appintentsmetadataprocessor[805:4718] Starting appintentsmetadataprocessor export
2025-06-07 00:42:44.252 appintentsmetadataprocessor[805:4718] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.o (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/java_lang.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "java_swift",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/java_swift.git"
}
],
"manifest_display_name" : "java_lang",
"name" : "java_lang",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "java_lang",
"targets" : [
"java_lang"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "java_lang",
"module_type" : "SwiftTarget",
"name" : "java_lang",
"path" : "Sources",
"product_dependencies" : [
"java_swift"
],
"product_memberships" : [
"java_lang"
],
"sources" : [
"AbstractMethodError.swift",
"AccessibleObject.swift",
"AnnotatedArrayType.swift",
"AnnotatedElement.swift",
"AnnotatedParameterizedType.swift",
"AnnotatedType.swift",
"AnnotatedTypeVariable.swift",
"AnnotatedWildcardType.swift",
"Annotation.swift",
"AnnotationFormatError.swift",
"AnnotationTypeMismatchException.swift",
"Appendable.swift",
"ArithmeticException.swift",
"Array.swift",
"ArrayIndexOutOfBoundsException.swift",
"ArrayStoreException.swift",
"AssertionError.swift",
"AutoCloseable.swift",
"Boolean.swift",
"BootstrapMethodError.swift",
"BufferPoolMXBean.swift",
"Byte.swift",
"CallSite.swift",
"CharSequence.swift",
"Character.swift",
"Character_Subset.swift",
"Character_UnicodeBlock.swift",
"Character_UnicodeScript.swift",
"ClassCastException.swift",
"ClassCircularityError.swift",
"ClassDefinition.swift",
"ClassFileTransformer.swift",
"ClassFormatError.swift",
"ClassLoader.swift",
"ClassLoadingMXBean.swift",
"ClassNotFoundException.swift",
"ClassValue.swift",
"CloneNotSupportedException.swift",
"Cloneable.swift",
"CompilationMXBean.swift",
"Compiler.swift",
"ConstantCallSite.swift",
"Constructor.swift",
"Deprecated.swift",
"Documented.swift",
"ElementType.swift",
"EnumConstantNotPresentException.swift",
"ExceptionInInitializerError.swift",
"Executable.swift",
"Field.swift",
"FunctionalInterface.swift",
"GarbageCollectorMXBean.swift",
"GenericArrayType.swift",
"GenericDeclaration.swift",
"GenericSignatureFormatError.swift",
"IllegalAccessError.swift",
"IllegalAccessException.swift",
"IllegalArgumentException.swift",
"IllegalClassFormatException.swift",
"IllegalMonitorStateException.swift",
"IllegalStateException.swift",
"IllegalThreadStateException.swift",
"IncompatibleClassChangeError.swift",
"IncompleteAnnotationException.swift",
"IndexOutOfBoundsException.swift",
"InheritableThreadLocal.swift",
"Inherited.swift",
"InstantiationError.swift",
"InstantiationException.swift",
"Instrumentation.swift",
"Integer.swift",
"InternalError.swift",
"InterruptedException.swift",
"InvocationHandler.swift",
"InvocationTargetException.swift",
"Iterable.swift",
"JavaComparable.swift",
"JavaDouble.swift",
"JavaError.swift",
"JavaFloat.swift",
"JavaSecurityException.swift",
"JavaString.swift",
"LambdaConversionException.swift",
"LambdaMetafactory.swift",
"LinkageError.swift",
"LockInfo.swift",
"Long.swift",
"MalformedParameterizedTypeException.swift",
"MalformedParametersException.swift",
"ManagementFactory.swift",
"ManagementPermission.swift",
"Math.swift",
"Member.swift",
"MemoryMXBean.swift",
"MemoryManagerMXBean.swift",
"MemoryNotificationInfo.swift",
"MemoryPoolMXBean.swift",
"MemoryType.swift",
"MemoryUsage.swift",
"Method.swift",
"MethodHandle.swift",
"MethodHandleInfo.swift",
"MethodHandleProxies.swift",
"MethodHandles.swift",
"MethodHandles_Lookup.swift",
"MethodType.swift",
"Modifier.swift",
"MonitorInfo.swift",
"MutableCallSite.swift",
"Native.swift",
"NegativeArraySizeException.swift",
"NoClassDefFoundError.swift",
"NoSuchFieldError.swift",
"NoSuchFieldException.swift",
"NoSuchMethodError.swift",
"NoSuchMethodException.swift",
"NullPointerException.swift",
"Number.swift",
"NumberFormatException.swift",
"OperatingSystemMXBean.swift",
"OutOfMemoryError.swift",
"Override.swift",
"Package.swift",
"Parameter.swift",
"ParameterizedType.swift",
"PhantomReference.swift",
"PlatformLoggingMXBean.swift",
"PlatformManagedObject.swift",
"Process.swift",
"ProcessBuilder.swift",
"ProcessBuilder_Redirect.swift",
"ProcessBuilder_Redirect_Type.swift",
"Proxy.swift",
"Readable.swift",
"Reference.swift",
"ReferenceQueue.swift",
"ReflectPermission.swift",
"ReflectiveOperationException.swift",
"Repeatable.swift",
"Retention.swift",
"RetentionPolicy.swift",
"Runtime.swift",
"RuntimeException.swift",
"RuntimeMXBean.swift",
"RuntimePermission.swift",
"SafeVarargs.swift",
"SecurityManager.swift",
"SerializedLambda.swift",
"Short.swift",
"SoftReference.swift",
"StackOverflowError.swift",
"StackTraceElement.swift",
"StrictMath.swift",
"StringBuffer.swift",
"StringBuilder.swift",
"StringIndexOutOfBoundsException.swift",
"SuppressWarnings.swift",
"SwitchPoint.swift",
"System.swift",
"Target.swift",
"ThreadDeath.swift",
"ThreadGroup.swift",
"ThreadInfo.swift",
"ThreadLocal.swift",
"ThreadMXBean.swift",
"Thread_State.swift",
"Thread_UncaughtExceptionHandler.swift",
"Type.swift",
"TypeNotPresentException.swift",
"TypeVariable.swift",
"UndeclaredThrowableException.swift",
"UnknownError.swift",
"UnmodifiableClassException.swift",
"UnsatisfiedLinkError.swift",
"UnsupportedClassVersionError.swift",
"UnsupportedOperationException.swift",
"VerifyError.swift",
"VirtualMachineError.swift",
"Void.swift",
"VolatileCallSite.swift",
"WeakReference.swift",
"WildcardType.swift",
"WrongMethodTypeException.swift",
"java_lang.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.