Build Information
Successful build of java_lang, reference master (9ec60a
), with Swift 6.1 for tvOS using Xcode 16.3 on 7 Jun 2025 07:43:25 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=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
private static var NoClassDefFoundErrorJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoClassDefFoundError.swift:17:24: note: convert 'NoClassDefFoundErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NoClassDefFoundErrorJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoClassDefFoundError.swift:17:24: note: add '@MainActor' to make static property 'NoClassDefFoundErrorJNIClass' part of global actor 'MainActor'
private static var NoClassDefFoundErrorJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoClassDefFoundError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NoClassDefFoundErrorJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoClassDefFoundError.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/NoClassDefFoundError.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/NoClassDefFoundError.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/NoClassDefFoundError.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/NoClassDefFoundError.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/NoClassDefFoundError.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/NoClassDefFoundError.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/NoClassDefFoundError.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/NoClassDefFoundError.swift:8:12: warning: class 'NoClassDefFoundError' must restate inherited '@unchecked Sendable' conformance
open class NoClassDefFoundError: LinkageError {
^
, @unchecked Sendable
SwiftDriverJobDiscovery normal arm64 Compiling JNICore.swift, JNIField.swift (in target 'java_swift' from project 'java_swift')
SwiftDriver\ Compilation java_swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name java_swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling 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 (in target 'java_lang' from project 'java_lang')
SwiftCompile 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 /Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift /Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift /Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift /Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift /Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift /Users/admin/builder/spi-builder-workspace/Sources/Number.swift /Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift /Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift /Users/admin/builder/spi-builder-workspace/Sources/OutOfMemoryError.swift /Users/admin/builder/spi-builder-workspace/Sources/Override.swift /Users/admin/builder/spi-builder-workspace/Sources/Package.swift /Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift /Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift /Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift /Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift /Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift /Users/admin/builder/spi-builder-workspace/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift (in target 'java_lang' from project 'java_lang')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.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/NoSuchFieldError.swift:17:24: warning: static property 'NoSuchFieldErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NoSuchFieldErrorJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:17:24: note: convert 'NoSuchFieldErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NoSuchFieldErrorJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:17:24: note: add '@MainActor' to make static property 'NoSuchFieldErrorJNIClass' part of global actor 'MainActor'
private static var NoSuchFieldErrorJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NoSuchFieldErrorJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:59:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:59:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:59:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:71:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:71:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:71:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
private static var new_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:71:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldError.swift:8:12: warning: class 'NoSuchFieldError' must restate inherited '@unchecked Sendable' conformance
open class NoSuchFieldError: IncompatibleClassChangeError {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.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/NoSuchFieldException.swift:17:24: warning: static property 'NoSuchFieldExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NoSuchFieldExceptionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:17:24: note: convert 'NoSuchFieldExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NoSuchFieldExceptionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:17:24: note: add '@MainActor' to make static property 'NoSuchFieldExceptionJNIClass' part of global actor 'MainActor'
private static var NoSuchFieldExceptionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NoSuchFieldExceptionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:59:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:59:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:59:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:71:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:71:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:71:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
private static var new_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:71:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchFieldException.swift:8:12: warning: class 'NoSuchFieldException' must restate inherited '@unchecked Sendable' conformance
open class NoSuchFieldException: ReflectiveOperationException {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.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/NoSuchMethodError.swift:17:24: warning: static property 'NoSuchMethodErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NoSuchMethodErrorJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:17:24: note: convert 'NoSuchMethodErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NoSuchMethodErrorJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:17:24: note: add '@MainActor' to make static property 'NoSuchMethodErrorJNIClass' part of global actor 'MainActor'
private static var NoSuchMethodErrorJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NoSuchMethodErrorJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:59:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:59:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:59:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:71:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:71:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:71:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
private static var new_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:71:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodError.swift:8:12: warning: class 'NoSuchMethodError' must restate inherited '@unchecked Sendable' conformance
open class NoSuchMethodError: IncompatibleClassChangeError {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.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/NoSuchMethodException.swift:17:24: warning: static property 'NoSuchMethodExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NoSuchMethodExceptionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:17:24: note: convert 'NoSuchMethodExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NoSuchMethodExceptionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:17:24: note: add '@MainActor' to make static property 'NoSuchMethodExceptionJNIClass' part of global actor 'MainActor'
private static var NoSuchMethodExceptionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NoSuchMethodExceptionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:59:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:59:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:59:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:71:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:71:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:71:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
private static var new_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:71:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NoSuchMethodException.swift:8:12: warning: class 'NoSuchMethodException' must restate inherited '@unchecked Sendable' conformance
open class NoSuchMethodException: ReflectiveOperationException {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.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/NullPointerException.swift:17:24: warning: static property 'NullPointerExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NullPointerExceptionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:17:24: note: convert 'NullPointerExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NullPointerExceptionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:17:24: note: add '@MainActor' to make static property 'NullPointerExceptionJNIClass' part of global actor 'MainActor'
private static var NullPointerExceptionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NullPointerExceptionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:59:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:59:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:59:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:71:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:71:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:71:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
private static var new_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:71:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NullPointerException.swift:8:12: warning: class 'NullPointerException' must restate inherited '@unchecked Sendable' conformance
open class NullPointerException: RuntimeException {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Number.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/Number.swift:17:24: warning: static property 'NumberJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NumberJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:17:24: note: convert 'NumberJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NumberJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:17:24: note: add '@MainActor' to make static property 'NumberJNIClass' part of global actor 'MainActor'
private static var NumberJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NumberJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:23: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/Number.swift:23: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/Number.swift:23: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/Number.swift:23: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/Number.swift:35:24: warning: static property 'byteValue_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 byteValue_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:35:24: note: convert 'byteValue_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var byteValue_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:35:24: note: add '@MainActor' to make static property 'byteValue_MethodID_2' part of global actor 'MainActor'
private static var byteValue_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:35:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var byteValue_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:47:24: warning: static property 'doubleValue_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var doubleValue_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:47:24: note: convert 'doubleValue_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var doubleValue_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:47:24: note: add '@MainActor' to make static property 'doubleValue_MethodID_3' part of global actor 'MainActor'
private static var doubleValue_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var doubleValue_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:59:24: warning: static property 'floatValue_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var floatValue_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:59:24: note: convert 'floatValue_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var floatValue_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:59:24: note: add '@MainActor' to make static property 'floatValue_MethodID_4' part of global actor 'MainActor'
private static var floatValue_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var floatValue_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:71:24: warning: static property 'intValue_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 intValue_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:71:24: note: convert 'intValue_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var intValue_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:71:24: note: add '@MainActor' to make static property 'intValue_MethodID_5' part of global actor 'MainActor'
private static var intValue_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:71:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var intValue_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:83:24: warning: static property 'longValue_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 longValue_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:83:24: note: convert 'longValue_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var longValue_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:83:24: note: add '@MainActor' to make static property 'longValue_MethodID_6' part of global actor 'MainActor'
private static var longValue_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:83:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var longValue_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:95:24: warning: static property 'shortValue_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 shortValue_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:95:24: note: convert 'shortValue_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var shortValue_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:95:24: note: add '@MainActor' to make static property 'shortValue_MethodID_7' part of global actor 'MainActor'
private static var shortValue_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:95:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var shortValue_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Number.swift:8:12: warning: class 'Number' must restate inherited '@unchecked Sendable' conformance
open class Number: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.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/NumberFormatException.swift:17:24: warning: static property 'NumberFormatExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var NumberFormatExceptionJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:17:24: note: convert 'NumberFormatExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var NumberFormatExceptionJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:17:24: note: add '@MainActor' to make static property 'NumberFormatExceptionJNIClass' part of global actor 'MainActor'
private static var NumberFormatExceptionJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var NumberFormatExceptionJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:63:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:63:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:63:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:63:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:75:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:75:24: note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:75:24: note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
private static var new_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NumberFormatException.swift:8:12: warning: class 'NumberFormatException' must restate inherited '@unchecked Sendable' conformance
open class NumberFormatException: IllegalArgumentException {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.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/OperatingSystemMXBean.swift:35:24: warning: static property 'OperatingSystemMXBeanJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var OperatingSystemMXBeanJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:35:24: note: convert 'OperatingSystemMXBeanJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var OperatingSystemMXBeanJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:35:24: note: add '@MainActor' to make static property 'OperatingSystemMXBeanJNIClass' part of global actor 'MainActor'
private static var OperatingSystemMXBeanJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:35:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var OperatingSystemMXBeanJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:39:24: warning: static property 'getArch_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 getArch_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:39:24: note: convert 'getArch_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var getArch_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:39:24: note: add '@MainActor' to make static property 'getArch_MethodID_6' part of global actor 'MainActor'
private static var getArch_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getArch_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:52:24: warning: static property 'getAvailableProcessors_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 getAvailableProcessors_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:52:24: note: convert 'getAvailableProcessors_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAvailableProcessors_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:52:24: note: add '@MainActor' to make static property 'getAvailableProcessors_MethodID_7' part of global actor 'MainActor'
private static var getAvailableProcessors_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:52:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAvailableProcessors_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:64:24: warning: static property 'getName_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 getName_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:64:24: note: convert 'getName_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var getName_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:64:24: note: add '@MainActor' to make static property 'getName_MethodID_8' part of global actor 'MainActor'
private static var getName_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:64:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getName_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:81:24: warning: static property 'getSystemLoadAverage_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 getSystemLoadAverage_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:81:24: note: convert 'getSystemLoadAverage_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSystemLoadAverage_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:81:24: note: add '@MainActor' to make static property 'getSystemLoadAverage_MethodID_9' part of global actor 'MainActor'
private static var getSystemLoadAverage_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:81:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSystemLoadAverage_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:93:24: warning: static property 'getVersion_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 getVersion_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:93:24: note: convert 'getVersion_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var getVersion_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:93:24: note: add '@MainActor' to make static property 'getVersion_MethodID_10' part of global actor 'MainActor'
private static var getVersion_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:93:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getVersion_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OperatingSystemMXBean.swift:33:12: warning: class 'OperatingSystemMXBeanForward' must restate inherited '@unchecked Sendable' conformance
open class OperatingSystemMXBeanForward: PlatformManagedObjectForward, OperatingSystemMXBean {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OutOfMemoryError.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/OutOfMemoryError.swift:17:24: warning: static property 'OutOfMemoryErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var OutOfMemoryErrorJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/OutOfMemoryError.swift:17:24: note: convert 'OutOfMemoryErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var OutOfMemoryErrorJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/OutOfMemoryError.swift:17:24: note: add '@MainActor' to make static property 'OutOfMemoryErrorJNIClass' part of global actor 'MainActor'
private static var OutOfMemoryErrorJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OutOfMemoryError.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var OutOfMemoryErrorJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OutOfMemoryError.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/OutOfMemoryError.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/OutOfMemoryError.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/OutOfMemoryError.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/OutOfMemoryError.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/OutOfMemoryError.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/OutOfMemoryError.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/OutOfMemoryError.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/OutOfMemoryError.swift:8:12: warning: class 'OutOfMemoryError' must restate inherited '@unchecked Sendable' conformance
open class OutOfMemoryError: VirtualMachineError {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Override.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/Override.swift:15:24: warning: static property 'OverrideJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var OverrideJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Override.swift:15:24: note: convert 'OverrideJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var OverrideJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Override.swift:15:24: note: add '@MainActor' to make static property 'OverrideJNIClass' part of global actor 'MainActor'
private static var OverrideJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Override.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var OverrideJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Override.swift:13:12: warning: class 'OverrideForward' must restate inherited '@unchecked Sendable' conformance
open class OverrideForward: AnnotationForward, Override {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Package.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/Package.swift:17:24: warning: static property 'PackageJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var PackageJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:17:24: note: convert 'PackageJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var PackageJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:17:24: note: add '@MainActor' to make static property 'PackageJNIClass' part of global actor 'MainActor'
private static var PackageJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var PackageJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:75:24: warning: static property 'getPackage_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 getPackage_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:75:24: note: convert 'getPackage_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var getPackage_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:75:24: note: add '@MainActor' to make static property 'getPackage_MethodID_1' part of global actor 'MainActor'
private static var getPackage_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getPackage_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:96:24: warning: static property 'getPackages_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 getPackages_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:96:24: note: convert 'getPackages_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var getPackages_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:96:24: note: add '@MainActor' to make static property 'getPackages_MethodID_2' part of global actor 'MainActor'
private static var getPackages_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:96:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getPackages_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:122:24: warning: static property 'getAnnotation_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 getAnnotation_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:122:24: note: convert 'getAnnotation_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotation_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:122:24: note: add '@MainActor' to make static property 'getAnnotation_MethodID_3' part of global actor 'MainActor'
private static var getAnnotation_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:122:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotation_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:139:24: warning: static property 'getAnnotations_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 getAnnotations_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:139:24: note: convert 'getAnnotations_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotations_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:139:24: note: add '@MainActor' to make static property 'getAnnotations_MethodID_4' part of global actor 'MainActor'
private static var getAnnotations_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:139:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotations_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:151:24: warning: static property 'getAnnotationsByType_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 getAnnotationsByType_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:151:24: note: convert 'getAnnotationsByType_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotationsByType_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:151:24: note: add '@MainActor' to make static property 'getAnnotationsByType_MethodID_5' part of global actor 'MainActor'
private static var getAnnotationsByType_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:151:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotationsByType_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:167:24: warning: static property 'getDeclaredAnnotation_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 getDeclaredAnnotation_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:167:24: note: convert 'getDeclaredAnnotation_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredAnnotation_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:167:24: note: add '@MainActor' to make static property 'getDeclaredAnnotation_MethodID_6' part of global actor 'MainActor'
private static var getDeclaredAnnotation_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:167:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredAnnotation_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:184:24: warning: static property 'getDeclaredAnnotations_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 getDeclaredAnnotations_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:184:24: note: convert 'getDeclaredAnnotations_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredAnnotations_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:184:24: note: add '@MainActor' to make static property 'getDeclaredAnnotations_MethodID_7' part of global actor 'MainActor'
private static var getDeclaredAnnotations_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:184:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredAnnotations_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:196:24: warning: static property 'getDeclaredAnnotationsByType_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 getDeclaredAnnotationsByType_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:196:24: note: convert 'getDeclaredAnnotationsByType_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredAnnotationsByType_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:196:24: note: add '@MainActor' to make static property 'getDeclaredAnnotationsByType_MethodID_8' part of global actor 'MainActor'
private static var getDeclaredAnnotationsByType_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:196:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredAnnotationsByType_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:212:24: warning: static property 'getImplementationTitle_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 getImplementationTitle_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:212:24: note: convert 'getImplementationTitle_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var getImplementationTitle_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:212:24: note: add '@MainActor' to make static property 'getImplementationTitle_MethodID_9' part of global actor 'MainActor'
private static var getImplementationTitle_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:212:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getImplementationTitle_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:225:24: warning: static property 'getImplementationVendor_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 getImplementationVendor_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:225:24: note: convert 'getImplementationVendor_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var getImplementationVendor_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:225:24: note: add '@MainActor' to make static property 'getImplementationVendor_MethodID_10' part of global actor 'MainActor'
private static var getImplementationVendor_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:225:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getImplementationVendor_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:238:24: warning: static property 'getImplementationVersion_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 getImplementationVersion_MethodID_11: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:238:24: note: convert 'getImplementationVersion_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
private static var getImplementationVersion_MethodID_11: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:238:24: note: add '@MainActor' to make static property 'getImplementationVersion_MethodID_11' part of global actor 'MainActor'
private static var getImplementationVersion_MethodID_11: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:238:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getImplementationVersion_MethodID_11: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:251:24: warning: static property 'getName_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 getName_MethodID_12: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:251:24: note: convert 'getName_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
private static var getName_MethodID_12: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:251:24: note: add '@MainActor' to make static property 'getName_MethodID_12' part of global actor 'MainActor'
private static var getName_MethodID_12: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:251:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getName_MethodID_12: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:266:24: warning: static property 'getSpecificationTitle_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 getSpecificationTitle_MethodID_13: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:266:24: note: convert 'getSpecificationTitle_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSpecificationTitle_MethodID_13: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:266:24: note: add '@MainActor' to make static property 'getSpecificationTitle_MethodID_13' part of global actor 'MainActor'
private static var getSpecificationTitle_MethodID_13: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:266:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSpecificationTitle_MethodID_13: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:279:24: warning: static property 'getSpecificationVendor_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 getSpecificationVendor_MethodID_14: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:279:24: note: convert 'getSpecificationVendor_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSpecificationVendor_MethodID_14: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:279:24: note: add '@MainActor' to make static property 'getSpecificationVendor_MethodID_14' part of global actor 'MainActor'
private static var getSpecificationVendor_MethodID_14: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:279:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSpecificationVendor_MethodID_14: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:292:24: warning: static property 'getSpecificationVersion_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 getSpecificationVersion_MethodID_15: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:292:24: note: convert 'getSpecificationVersion_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
private static var getSpecificationVersion_MethodID_15: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:292:24: note: add '@MainActor' to make static property 'getSpecificationVersion_MethodID_15' part of global actor 'MainActor'
private static var getSpecificationVersion_MethodID_15: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:292:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getSpecificationVersion_MethodID_15: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:309:24: warning: static property 'isAnnotationPresent_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 isAnnotationPresent_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:309:24: note: convert 'isAnnotationPresent_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var isAnnotationPresent_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:309:24: note: add '@MainActor' to make static property 'isAnnotationPresent_MethodID_16' part of global actor 'MainActor'
private static var isAnnotationPresent_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:309:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isAnnotationPresent_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:325:24: warning: static property 'isCompatibleWith_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 isCompatibleWith_MethodID_17: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:325:24: note: convert 'isCompatibleWith_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
private static var isCompatibleWith_MethodID_17: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:325:24: note: add '@MainActor' to make static property 'isCompatibleWith_MethodID_17' part of global actor 'MainActor'
private static var isCompatibleWith_MethodID_17: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:325:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isCompatibleWith_MethodID_17: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:345:24: warning: static property 'isSealed_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 isSealed_MethodID_18: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:345:24: note: convert 'isSealed_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
private static var isSealed_MethodID_18: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:345:24: note: add '@MainActor' to make static property 'isSealed_MethodID_18' part of global actor 'MainActor'
private static var isSealed_MethodID_18: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:345:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isSealed_MethodID_18: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:361:24: warning: static property 'isSealed_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 isSealed_MethodID_19: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:361:24: note: convert 'isSealed_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
private static var isSealed_MethodID_19: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:361:24: note: add '@MainActor' to make static property 'isSealed_MethodID_19' part of global actor 'MainActor'
private static var isSealed_MethodID_19: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:361:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isSealed_MethodID_19: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Package.swift:8:12: warning: class 'Package' must restate inherited '@unchecked Sendable' conformance
open class Package: java_swift.JavaObject, AnnotatedElement {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Parameter.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/Parameter.swift:17:24: warning: static property 'ParameterJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ParameterJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:17:24: note: convert 'ParameterJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var ParameterJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:17:24: note: add '@MainActor' to make static property 'ParameterJNIClass' part of global actor 'MainActor'
private static var ParameterJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ParameterJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:45:24: warning: static property 'getAnnotatedType_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 getAnnotatedType_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:45:24: note: convert 'getAnnotatedType_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotatedType_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:45:24: note: add '@MainActor' to make static property 'getAnnotatedType_MethodID_1' part of global actor 'MainActor'
private static var getAnnotatedType_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:45:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotatedType_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:58:24: warning: static property 'getAnnotation_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 getAnnotation_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:58:24: note: convert 'getAnnotation_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotation_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:58:24: note: add '@MainActor' to make static property 'getAnnotation_MethodID_2' part of global actor 'MainActor'
private static var getAnnotation_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:58:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotation_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:75:24: warning: static property 'getAnnotations_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 getAnnotations_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:75:24: note: convert 'getAnnotations_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotations_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:75:24: note: add '@MainActor' to make static property 'getAnnotations_MethodID_3' part of global actor 'MainActor'
private static var getAnnotations_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:75:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotations_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:87:24: warning: static property 'getAnnotationsByType_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 getAnnotationsByType_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:87:24: note: convert 'getAnnotationsByType_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var getAnnotationsByType_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:87:24: note: add '@MainActor' to make static property 'getAnnotationsByType_MethodID_4' part of global actor 'MainActor'
private static var getAnnotationsByType_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:87:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getAnnotationsByType_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:103:24: warning: static property 'getDeclaredAnnotation_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 getDeclaredAnnotation_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:103:24: note: convert 'getDeclaredAnnotation_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredAnnotation_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:103:24: note: add '@MainActor' to make static property 'getDeclaredAnnotation_MethodID_5' part of global actor 'MainActor'
private static var getDeclaredAnnotation_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:103:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredAnnotation_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:120:24: warning: static property 'getDeclaredAnnotations_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 getDeclaredAnnotations_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:120:24: note: convert 'getDeclaredAnnotations_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredAnnotations_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:120:24: note: add '@MainActor' to make static property 'getDeclaredAnnotations_MethodID_6' part of global actor 'MainActor'
private static var getDeclaredAnnotations_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:120:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredAnnotations_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:132:24: warning: static property 'getDeclaredAnnotationsByType_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 getDeclaredAnnotationsByType_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:132:24: note: convert 'getDeclaredAnnotationsByType_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaredAnnotationsByType_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:132:24: note: add '@MainActor' to make static property 'getDeclaredAnnotationsByType_MethodID_7' part of global actor 'MainActor'
private static var getDeclaredAnnotationsByType_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:132:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaredAnnotationsByType_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:148:24: warning: static property 'getDeclaringExecutable_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 getDeclaringExecutable_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:148:24: note: convert 'getDeclaringExecutable_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var getDeclaringExecutable_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:148:24: note: add '@MainActor' to make static property 'getDeclaringExecutable_MethodID_8' part of global actor 'MainActor'
private static var getDeclaringExecutable_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:148:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getDeclaringExecutable_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:161:24: warning: static property 'getModifiers_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 getModifiers_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:161:24: note: convert 'getModifiers_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var getModifiers_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:161:24: note: add '@MainActor' to make static property 'getModifiers_MethodID_9' part of global actor 'MainActor'
private static var getModifiers_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:161:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getModifiers_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:173:24: warning: static property 'getName_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 getName_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:173:24: note: convert 'getName_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var getName_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:173:24: note: add '@MainActor' to make static property 'getName_MethodID_10' part of global actor 'MainActor'
private static var getName_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:173:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getName_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:186:24: warning: static property 'getParameterizedType_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 getParameterizedType_MethodID_11: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:186:24: note: convert 'getParameterizedType_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
private static var getParameterizedType_MethodID_11: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:186:24: note: add '@MainActor' to make static property 'getParameterizedType_MethodID_11' part of global actor 'MainActor'
private static var getParameterizedType_MethodID_11: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:186:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getParameterizedType_MethodID_11: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:203:24: warning: static property 'getType_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 getType_MethodID_12: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:203:24: note: convert 'getType_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
private static var getType_MethodID_12: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:203:24: note: add '@MainActor' to make static property 'getType_MethodID_12' part of global actor 'MainActor'
private static var getType_MethodID_12: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:203:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getType_MethodID_12: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:220:24: warning: static property 'isImplicit_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 isImplicit_MethodID_13: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:220:24: note: convert 'isImplicit_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
private static var isImplicit_MethodID_13: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:220:24: note: add '@MainActor' to make static property 'isImplicit_MethodID_13' part of global actor 'MainActor'
private static var isImplicit_MethodID_13: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:220:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isImplicit_MethodID_13: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:232:24: warning: static property 'isNamePresent_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 isNamePresent_MethodID_14: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:232:24: note: convert 'isNamePresent_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
private static var isNamePresent_MethodID_14: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:232:24: note: add '@MainActor' to make static property 'isNamePresent_MethodID_14' part of global actor 'MainActor'
private static var isNamePresent_MethodID_14: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:232:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isNamePresent_MethodID_14: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:244:24: warning: static property 'isSynthetic_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 isSynthetic_MethodID_15: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:244:24: note: convert 'isSynthetic_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
private static var isSynthetic_MethodID_15: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:244:24: note: add '@MainActor' to make static property 'isSynthetic_MethodID_15' part of global actor 'MainActor'
private static var isSynthetic_MethodID_15: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:244:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isSynthetic_MethodID_15: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:256:24: warning: static property 'isVarArgs_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 isVarArgs_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:256:24: note: convert 'isVarArgs_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var isVarArgs_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:256:24: note: add '@MainActor' to make static property 'isVarArgs_MethodID_16' part of global actor 'MainActor'
private static var isVarArgs_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:256:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isVarArgs_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:274:24: warning: static property 'isAnnotationPresent_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 isAnnotationPresent_MethodID_17: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:274:24: note: convert 'isAnnotationPresent_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
private static var isAnnotationPresent_MethodID_17: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:274:24: note: add '@MainActor' to make static property 'isAnnotationPresent_MethodID_17' part of global actor 'MainActor'
private static var isAnnotationPresent_MethodID_17: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:274:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isAnnotationPresent_MethodID_17: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Parameter.swift:8:12: warning: class 'Parameter' must restate inherited '@unchecked Sendable' conformance
open class Parameter: java_swift.JavaObject, AnnotatedElement {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.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/ParameterizedType.swift:27:24: warning: static property 'ParameterizedTypeJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ParameterizedTypeJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:27:24: note: convert 'ParameterizedTypeJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var ParameterizedTypeJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:27:24: note: add '@MainActor' to make static property 'ParameterizedTypeJNIClass' part of global actor 'MainActor'
private static var ParameterizedTypeJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:27:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ParameterizedTypeJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:31:24: warning: static property 'getActualTypeArguments_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 getActualTypeArguments_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:31:24: note: convert 'getActualTypeArguments_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var getActualTypeArguments_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:31:24: note: add '@MainActor' to make static property 'getActualTypeArguments_MethodID_4' part of global actor 'MainActor'
private static var getActualTypeArguments_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:31:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getActualTypeArguments_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:43:24: warning: static property 'getOwnerType_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 getOwnerType_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:43:24: note: convert 'getOwnerType_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var getOwnerType_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:43:24: note: add '@MainActor' to make static property 'getOwnerType_MethodID_5' part of global actor 'MainActor'
private static var getOwnerType_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:43:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getOwnerType_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:56:24: warning: static property 'getRawType_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 getRawType_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:56:24: note: convert 'getRawType_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var getRawType_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:56:24: note: add '@MainActor' to make static property 'getRawType_MethodID_6' part of global actor 'MainActor'
private static var getRawType_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:56:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getRawType_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:69:24: warning: static property 'getTypeName_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 getTypeName_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:69:24: note: convert 'getTypeName_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var getTypeName_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:69:24: note: add '@MainActor' to make static property 'getTypeName_MethodID_7' part of global actor 'MainActor'
private static var getTypeName_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:69:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getTypeName_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ParameterizedType.swift:25:12: warning: class 'ParameterizedTypeForward' must restate inherited '@unchecked Sendable' conformance
open class ParameterizedTypeForward: TypeForward, ParameterizedType {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.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/PhantomReference.swift:17:24: warning: static property 'PhantomReferenceJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var PhantomReferenceJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:17:24: note: convert 'PhantomReferenceJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var PhantomReferenceJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:17:24: note: add '@MainActor' to make static property 'PhantomReferenceJNIClass' part of global actor 'MainActor'
private static var PhantomReferenceJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var PhantomReferenceJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PhantomReference.swift:37: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/PhantomReference.swift:37: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/PhantomReference.swift:37: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/PhantomReference.swift:37: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/PhantomReference.swift:8:12: warning: class 'PhantomReference' must restate inherited '@unchecked Sendable' conformance
open class PhantomReference: Reference {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.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/PlatformLoggingMXBean.swift:31:24: warning: static property 'PlatformLoggingMXBeanJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var PlatformLoggingMXBeanJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:31:24: note: convert 'PlatformLoggingMXBeanJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var PlatformLoggingMXBeanJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:31:24: note: add '@MainActor' to make static property 'PlatformLoggingMXBeanJNIClass' part of global actor 'MainActor'
private static var PlatformLoggingMXBeanJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:31:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var PlatformLoggingMXBeanJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:35:24: warning: static property 'getLoggerLevel_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 getLoggerLevel_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:35:24: note: convert 'getLoggerLevel_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var getLoggerLevel_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:35:24: note: add '@MainActor' to make static property 'getLoggerLevel_MethodID_4' part of global actor 'MainActor'
private static var getLoggerLevel_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:35:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getLoggerLevel_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:60:24: warning: static property 'getParentLoggerName_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 getParentLoggerName_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:60:24: note: convert 'getParentLoggerName_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var getParentLoggerName_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:60:24: note: add '@MainActor' to make static property 'getParentLoggerName_MethodID_5' part of global actor 'MainActor'
private static var getParentLoggerName_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:60:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getParentLoggerName_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:77:24: warning: static property 'setLoggerLevel_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 setLoggerLevel_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:77:24: note: convert 'setLoggerLevel_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var setLoggerLevel_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:77:24: note: add '@MainActor' to make static property 'setLoggerLevel_MethodID_6' part of global actor 'MainActor'
private static var setLoggerLevel_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:77:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var setLoggerLevel_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PlatformLoggingMXBean.swift:29:12: warning: class 'PlatformLoggingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
open class PlatformLoggingMXBeanForward: PlatformManagedObjectForward, PlatformLoggingMXBean {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.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/PlatformManagedObject.swift:19:24: warning: static property 'PlatformManagedObjectJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var PlatformManagedObjectJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:19:24: note: convert 'PlatformManagedObjectJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var PlatformManagedObjectJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:19:24: note: add '@MainActor' to make static property 'PlatformManagedObjectJNIClass' part of global actor 'MainActor'
private static var PlatformManagedObjectJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:19:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var PlatformManagedObjectJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PlatformManagedObject.swift:17:12: warning: class 'PlatformManagedObjectForward' must restate inherited '@unchecked Sendable' conformance
open class PlatformManagedObjectForward: JNIObjectForward, PlatformManagedObject {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Process.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/Process.swift:17:24: warning: static property 'ProcessJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ProcessJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:17:24: note: convert 'ProcessJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var ProcessJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:17:24: note: add '@MainActor' to make static property 'ProcessJNIClass' part of global actor 'MainActor'
private static var ProcessJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ProcessJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:21:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var new_MethodID_1: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:21:24: note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
private static var new_MethodID_1: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:21:24: note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
private static var new_MethodID_1: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var new_MethodID_1: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:33:24: warning: static property 'destroy_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 destroy_MethodID_2: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:33:24: note: convert 'destroy_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
private static var destroy_MethodID_2: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:33:24: note: add '@MainActor' to make static property 'destroy_MethodID_2' part of global actor 'MainActor'
private static var destroy_MethodID_2: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:33:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var destroy_MethodID_2: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:44:24: warning: static property 'destroyForcibly_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 destroyForcibly_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:44:24: note: convert 'destroyForcibly_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var destroyForcibly_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:44:24: note: add '@MainActor' to make static property 'destroyForcibly_MethodID_3' part of global actor 'MainActor'
private static var destroyForcibly_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var destroyForcibly_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:57:24: warning: static property 'exitValue_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 exitValue_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:57:24: note: convert 'exitValue_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var exitValue_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:57:24: note: add '@MainActor' to make static property 'exitValue_MethodID_4' part of global actor 'MainActor'
private static var exitValue_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:57:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var exitValue_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:69:24: warning: static property 'getErrorStream_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 getErrorStream_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:69:24: note: convert 'getErrorStream_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var getErrorStream_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:69:24: note: add '@MainActor' to make static property 'getErrorStream_MethodID_5' part of global actor 'MainActor'
private static var getErrorStream_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:69:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getErrorStream_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:82:24: warning: static property 'getInputStream_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 getInputStream_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:82:24: note: convert 'getInputStream_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var getInputStream_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:82:24: note: add '@MainActor' to make static property 'getInputStream_MethodID_6' part of global actor 'MainActor'
private static var getInputStream_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:82:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getInputStream_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:95:24: warning: static property 'getOutputStream_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 getOutputStream_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:95:24: note: convert 'getOutputStream_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var getOutputStream_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:95:24: note: add '@MainActor' to make static property 'getOutputStream_MethodID_7' part of global actor 'MainActor'
private static var getOutputStream_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:95:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var getOutputStream_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:108:24: warning: static property 'isAlive_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 isAlive_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:108:24: note: convert 'isAlive_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var isAlive_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:108:24: note: add '@MainActor' to make static property 'isAlive_MethodID_8' part of global actor 'MainActor'
private static var isAlive_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:108:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isAlive_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:120:24: warning: static property 'waitFor_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 waitFor_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:120:24: note: convert 'waitFor_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var waitFor_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:120:24: note: add '@MainActor' to make static property 'waitFor_MethodID_9' part of global actor 'MainActor'
private static var waitFor_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:120:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var waitFor_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:141:24: warning: static property 'waitFor_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 waitFor_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:141:24: note: convert 'waitFor_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var waitFor_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:141:24: note: add '@MainActor' to make static property 'waitFor_MethodID_10' part of global actor 'MainActor'
private static var waitFor_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:141:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var waitFor_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Process.swift:8:12: warning: class 'Process' must restate inherited '@unchecked Sendable' conformance
open class Process: java_swift.JavaObject {
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.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/ProcessBuilder.swift:17:24: warning: static property 'ProcessBuilderJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var ProcessBuilderJNIClass: jclass?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:17:24: note: convert 'ProcessBuilderJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
private static var ProcessBuilderJNIClass: jclass?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:17:24: note: add '@MainActor' to make static property 'ProcessBuilderJNIClass' part of global actor 'MainActor'
private static var ProcessBuilderJNIClass: jclass?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:17:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var ProcessBuilderJNIClass: jclass?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.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/ProcessBuilder.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/ProcessBuilder.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/ProcessBuilder.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/ProcessBuilder.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/ProcessBuilder.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/ProcessBuilder.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/ProcessBuilder.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/ProcessBuilder.swift:69:24: warning: static property 'command_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 command_MethodID_3: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:69:24: note: convert 'command_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
private static var command_MethodID_3: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:69:24: note: add '@MainActor' to make static property 'command_MethodID_3' part of global actor 'MainActor'
private static var command_MethodID_3: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:69:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var command_MethodID_3: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:86:24: warning: static property 'command_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 command_MethodID_4: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:86:24: note: convert 'command_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
private static var command_MethodID_4: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:86:24: note: add '@MainActor' to make static property 'command_MethodID_4' part of global actor 'MainActor'
private static var command_MethodID_4: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:86:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var command_MethodID_4: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:103:24: warning: static property 'command_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 command_MethodID_5: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:103:24: note: convert 'command_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
private static var command_MethodID_5: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:103:24: note: add '@MainActor' to make static property 'command_MethodID_5' part of global actor 'MainActor'
private static var command_MethodID_5: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:103:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var command_MethodID_5: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:116:24: warning: static property 'directory_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 directory_MethodID_6: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:116:24: note: convert 'directory_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
private static var directory_MethodID_6: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:116:24: note: add '@MainActor' to make static property 'directory_MethodID_6' part of global actor 'MainActor'
private static var directory_MethodID_6: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:116:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var directory_MethodID_6: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:133:24: warning: static property 'directory_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 directory_MethodID_7: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:133:24: note: convert 'directory_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
private static var directory_MethodID_7: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:133:24: note: add '@MainActor' to make static property 'directory_MethodID_7' part of global actor 'MainActor'
private static var directory_MethodID_7: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:133:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var directory_MethodID_7: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:150:24: warning: static property 'environment_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 environment_MethodID_8: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:150:24: note: convert 'environment_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
private static var environment_MethodID_8: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:150:24: note: add '@MainActor' to make static property 'environment_MethodID_8' part of global actor 'MainActor'
private static var environment_MethodID_8: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:150:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var environment_MethodID_8: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:162:24: warning: static property 'inheritIO_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 inheritIO_MethodID_9: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:162:24: note: convert 'inheritIO_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
private static var inheritIO_MethodID_9: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:162:24: note: add '@MainActor' to make static property 'inheritIO_MethodID_9' part of global actor 'MainActor'
private static var inheritIO_MethodID_9: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:162:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var inheritIO_MethodID_9: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:175:24: warning: static property 'redirectError_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 redirectError_MethodID_10: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:175:24: note: convert 'redirectError_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectError_MethodID_10: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:175:24: note: add '@MainActor' to make static property 'redirectError_MethodID_10' part of global actor 'MainActor'
private static var redirectError_MethodID_10: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:175:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectError_MethodID_10: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:192:24: warning: static property 'redirectError_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 redirectError_MethodID_11: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:192:24: note: convert 'redirectError_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectError_MethodID_11: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:192:24: note: add '@MainActor' to make static property 'redirectError_MethodID_11' part of global actor 'MainActor'
private static var redirectError_MethodID_11: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:192:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectError_MethodID_11: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:209:24: warning: static property 'redirectError_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 redirectError_MethodID_12: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:209:24: note: convert 'redirectError_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectError_MethodID_12: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:209:24: note: add '@MainActor' to make static property 'redirectError_MethodID_12' part of global actor 'MainActor'
private static var redirectError_MethodID_12: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:209:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectError_MethodID_12: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:222:24: warning: static property 'redirectErrorStream_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 redirectErrorStream_MethodID_13: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:222:24: note: convert 'redirectErrorStream_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectErrorStream_MethodID_13: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:222:24: note: add '@MainActor' to make static property 'redirectErrorStream_MethodID_13' part of global actor 'MainActor'
private static var redirectErrorStream_MethodID_13: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:222:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectErrorStream_MethodID_13: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:239:24: warning: static property 'redirectErrorStream_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 redirectErrorStream_MethodID_14: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:239:24: note: convert 'redirectErrorStream_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectErrorStream_MethodID_14: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:239:24: note: add '@MainActor' to make static property 'redirectErrorStream_MethodID_14' part of global actor 'MainActor'
private static var redirectErrorStream_MethodID_14: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:239:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectErrorStream_MethodID_14: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:251:24: warning: static property 'redirectInput_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 redirectInput_MethodID_15: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:251:24: note: convert 'redirectInput_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectInput_MethodID_15: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:251:24: note: add '@MainActor' to make static property 'redirectInput_MethodID_15' part of global actor 'MainActor'
private static var redirectInput_MethodID_15: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:251:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectInput_MethodID_15: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:268:24: warning: static property 'redirectInput_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 redirectInput_MethodID_16: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:268:24: note: convert 'redirectInput_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectInput_MethodID_16: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:268:24: note: add '@MainActor' to make static property 'redirectInput_MethodID_16' part of global actor 'MainActor'
private static var redirectInput_MethodID_16: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:268:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectInput_MethodID_16: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:285:24: warning: static property 'redirectInput_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 redirectInput_MethodID_17: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:285:24: note: convert 'redirectInput_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectInput_MethodID_17: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:285:24: note: add '@MainActor' to make static property 'redirectInput_MethodID_17' part of global actor 'MainActor'
private static var redirectInput_MethodID_17: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:285:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectInput_MethodID_17: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:298:24: warning: static property 'redirectOutput_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 redirectOutput_MethodID_18: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:298:24: note: convert 'redirectOutput_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectOutput_MethodID_18: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:298:24: note: add '@MainActor' to make static property 'redirectOutput_MethodID_18' part of global actor 'MainActor'
private static var redirectOutput_MethodID_18: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:298:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectOutput_MethodID_18: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:315:24: warning: static property 'redirectOutput_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 redirectOutput_MethodID_19: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:315:24: note: convert 'redirectOutput_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectOutput_MethodID_19: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:315:24: note: add '@MainActor' to make static property 'redirectOutput_MethodID_19' part of global actor 'MainActor'
private static var redirectOutput_MethodID_19: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:315:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectOutput_MethodID_19: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:332:24: warning: static property 'redirectOutput_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var redirectOutput_MethodID_20: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:332:24: note: convert 'redirectOutput_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
private static var redirectOutput_MethodID_20: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:332:24: note: add '@MainActor' to make static property 'redirectOutput_MethodID_20' part of global actor 'MainActor'
private static var redirectOutput_MethodID_20: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:332:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var redirectOutput_MethodID_20: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:347:24: warning: static property 'start_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var start_MethodID_21: jmethodID?
^
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:347:24: note: convert 'start_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
private static var start_MethodID_21: jmethodID?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:347:24: note: add '@MainActor' to make static property 'start_MethodID_21' part of global actor 'MainActor'
private static var start_MethodID_21: jmethodID?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:347:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var start_MethodID_21: jmethodID?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ProcessBuilder.swift:8:12: warning: class 'ProcessBuilder' must restate inherited '@unchecked Sendable' conformance
open class ProcessBuilder: java_swift.JavaObject {
^
, @unchecked Sendable
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/Objects-normal/arm64/java_swift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.o
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')
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier java-swift.java-swift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/java_swift.build/java_swift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/java_swift.build/java_swift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_swift.build/Debug-appletvos/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:43:21.446 appintentsmetadataprocessor[801:4609] Starting appintentsmetadataprocessor export
2025-06-07 00:43:21.490 appintentsmetadataprocessor[801:4609] Extracted no relevant App Intents symbols, skipping writing output
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-appletvos/java_swift.o (in target 'java_swift' from project 'java_swift')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/java_swift
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_swift.o
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-appletvos/java_lang.build/Objects-normal/arm64/java_lang.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/java_lang-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang-Swift.h (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-appletvos/java_lang.build/Objects-normal/arm64/java_lang-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/java_lang-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/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-appletvos/java_lang.build/Objects-normal/arm64/java_lang.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/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-appletvos/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/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-appletvos/java_lang.build/Objects-normal/arm64/java_lang.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/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-appletvos/java_lang.build/Objects-normal/arm64/java_lang.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AbstractMethodError.swift, AccessibleObject.swift, AnnotatedArrayType.swift, AnnotatedElement.swift, AnnotatedParameterizedType.swift, AnnotatedType.swift, AnnotatedTypeVariable.swift, AnnotatedWildcardType.swift, Annotation.swift, AnnotationFormatError.swift, AnnotationTypeMismatchException.swift, Appendable.swift, ArithmeticException.swift, Array.swift, ArrayIndexOutOfBoundsException.swift, ArrayStoreException.swift, AssertionError.swift, AutoCloseable.swift, Boolean.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling 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 NoSuchFieldError.swift, NoSuchFieldException.swift, NoSuchMethodError.swift, NoSuchMethodException.swift, NullPointerException.swift, Number.swift, NumberFormatException.swift, OperatingSystemMXBean.swift, OutOfMemoryError.swift, Override.swift, Package.swift, Parameter.swift, ParameterizedType.swift, PhantomReference.swift, PlatformLoggingMXBean.swift, PlatformManagedObject.swift, Process.swift, ProcessBuilder.swift (in target 'java_lang' from project 'java_lang')
SwiftDriverJobDiscovery normal arm64 Compiling 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 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 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 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-appletvos/java_lang.build/Objects-normal/arm64/java_lang.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CJavaVM/Sources/CJavaVM/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.o normal (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.o
ExtractAppIntentsMetadata (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name java_lang --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.java-lang --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/java_lang.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/java_lang.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/java_lang.build/Debug-appletvos/java_lang.build/Objects-normal/arm64/java_lang.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-07 00:43:23.365 appintentsmetadataprocessor[804:4727] Starting appintentsmetadataprocessor export
2025-06-07 00:43:23.399 appintentsmetadataprocessor[804:4727] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/java_lang.o (in target 'java_lang' from project 'java_lang')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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.