The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of java_lang, reference master (9ec60a), with Swift 6.1 for Android on 7 Jun 2025 07:43:48 UTC.

Swift 6 data race errors: 2316

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

 617 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.KAYAH_LI
 618 |
 619 |     private static var KAYAH_LI_FieldID: jfieldID?
     |                        |- warning: static property 'KAYAH_LI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'KAYAH_LI_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'KAYAH_LI_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 620 |
 621 |     public static var KAYAH_LI: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:631:24: warning: static property 'KHAROSHTHI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 629 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.KHAROSHTHI
 630 |
 631 |     private static var KHAROSHTHI_FieldID: jfieldID?
     |                        |- warning: static property 'KHAROSHTHI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'KHAROSHTHI_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'KHAROSHTHI_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 632 |
 633 |     public static var KHAROSHTHI: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:643:24: warning: static property 'KHMER_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 641 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.KHMER
 642 |
 643 |     private static var KHMER_FieldID: jfieldID?
     |                        |- warning: static property 'KHMER_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'KHMER_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'KHMER_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 644 |
 645 |     public static var KHMER: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:655:24: warning: static property 'LAO_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 653 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.LAO
 654 |
 655 |     private static var LAO_FieldID: jfieldID?
     |                        |- warning: static property 'LAO_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'LAO_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'LAO_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 656 |
 657 |     public static var LAO: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:667:24: warning: static property 'LATIN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 665 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.LATIN
 666 |
 667 |     private static var LATIN_FieldID: jfieldID?
     |                        |- warning: static property 'LATIN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'LATIN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'LATIN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 668 |
 669 |     public static var LATIN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:679:24: warning: static property 'LEPCHA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 677 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.LEPCHA
 678 |
 679 |     private static var LEPCHA_FieldID: jfieldID?
     |                        |- warning: static property 'LEPCHA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'LEPCHA_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'LEPCHA_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 680 |
 681 |     public static var LEPCHA: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:691:24: warning: static property 'LIMBU_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 689 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.LIMBU
 690 |
 691 |     private static var LIMBU_FieldID: jfieldID?
     |                        |- warning: static property 'LIMBU_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'LIMBU_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'LIMBU_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 692 |
 693 |     public static var LIMBU: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:703:24: warning: static property 'LINEAR_B_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 701 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.LINEAR_B
 702 |
 703 |     private static var LINEAR_B_FieldID: jfieldID?
     |                        |- warning: static property 'LINEAR_B_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'LINEAR_B_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'LINEAR_B_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 704 |
 705 |     public static var LINEAR_B: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:715:24: warning: static property 'LISU_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 713 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.LISU
 714 |
 715 |     private static var LISU_FieldID: jfieldID?
     |                        |- warning: static property 'LISU_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'LISU_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'LISU_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 716 |
 717 |     public static var LISU: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:727:24: warning: static property 'LYCIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 725 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.LYCIAN
 726 |
 727 |     private static var LYCIAN_FieldID: jfieldID?
     |                        |- warning: static property 'LYCIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'LYCIAN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'LYCIAN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 728 |
 729 |     public static var LYCIAN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:739:24: warning: static property 'LYDIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 737 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.LYDIAN
 738 |
 739 |     private static var LYDIAN_FieldID: jfieldID?
     |                        |- warning: static property 'LYDIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'LYDIAN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'LYDIAN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 740 |
 741 |     public static var LYDIAN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:751:24: warning: static property 'MALAYALAM_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 749 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.MALAYALAM
 750 |
 751 |     private static var MALAYALAM_FieldID: jfieldID?
     |                        |- warning: static property 'MALAYALAM_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'MALAYALAM_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'MALAYALAM_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 752 |
 753 |     public static var MALAYALAM: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:763:24: warning: static property 'MANDAIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 761 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.MANDAIC
 762 |
 763 |     private static var MANDAIC_FieldID: jfieldID?
     |                        |- warning: static property 'MANDAIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'MANDAIC_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'MANDAIC_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 764 |
 765 |     public static var MANDAIC: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:775:24: warning: static property 'MEETEI_MAYEK_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 773 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.MEETEI_MAYEK
 774 |
 775 |     private static var MEETEI_MAYEK_FieldID: jfieldID?
     |                        |- warning: static property 'MEETEI_MAYEK_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'MEETEI_MAYEK_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'MEETEI_MAYEK_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 776 |
 777 |     public static var MEETEI_MAYEK: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:787:24: warning: static property 'MEROITIC_CURSIVE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 785 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.MEROITIC_CURSIVE
 786 |
 787 |     private static var MEROITIC_CURSIVE_FieldID: jfieldID?
     |                        |- warning: static property 'MEROITIC_CURSIVE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'MEROITIC_CURSIVE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'MEROITIC_CURSIVE_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 788 |
 789 |     public static var MEROITIC_CURSIVE: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:799:24: warning: static property 'MEROITIC_HIEROGLYPHS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 797 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.MEROITIC_HIEROGLYPHS
 798 |
 799 |     private static var MEROITIC_HIEROGLYPHS_FieldID: jfieldID?
     |                        |- warning: static property 'MEROITIC_HIEROGLYPHS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'MEROITIC_HIEROGLYPHS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'MEROITIC_HIEROGLYPHS_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 800 |
 801 |     public static var MEROITIC_HIEROGLYPHS: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:811:24: warning: static property 'MIAO_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 809 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.MIAO
 810 |
 811 |     private static var MIAO_FieldID: jfieldID?
     |                        |- warning: static property 'MIAO_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'MIAO_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'MIAO_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 812 |
 813 |     public static var MIAO: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:823:24: warning: static property 'MONGOLIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 821 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.MONGOLIAN
 822 |
 823 |     private static var MONGOLIAN_FieldID: jfieldID?
     |                        |- warning: static property 'MONGOLIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'MONGOLIAN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'MONGOLIAN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 824 |
 825 |     public static var MONGOLIAN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:835:24: warning: static property 'MYANMAR_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 833 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.MYANMAR
 834 |
 835 |     private static var MYANMAR_FieldID: jfieldID?
     |                        |- warning: static property 'MYANMAR_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'MYANMAR_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'MYANMAR_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 836 |
 837 |     public static var MYANMAR: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:847:24: warning: static property 'NEW_TAI_LUE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 845 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.NEW_TAI_LUE
 846 |
 847 |     private static var NEW_TAI_LUE_FieldID: jfieldID?
     |                        |- warning: static property 'NEW_TAI_LUE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'NEW_TAI_LUE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'NEW_TAI_LUE_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 848 |
 849 |     public static var NEW_TAI_LUE: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:859:24: warning: static property 'NKO_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 857 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.NKO
 858 |
 859 |     private static var NKO_FieldID: jfieldID?
     |                        |- warning: static property 'NKO_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'NKO_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'NKO_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 860 |
 861 |     public static var NKO: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:871:24: warning: static property 'OGHAM_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 869 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.OGHAM
 870 |
 871 |     private static var OGHAM_FieldID: jfieldID?
     |                        |- warning: static property 'OGHAM_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'OGHAM_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'OGHAM_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 872 |
 873 |     public static var OGHAM: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:883:24: warning: static property 'OLD_ITALIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 881 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.OLD_ITALIC
 882 |
 883 |     private static var OLD_ITALIC_FieldID: jfieldID?
     |                        |- warning: static property 'OLD_ITALIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'OLD_ITALIC_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'OLD_ITALIC_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 884 |
 885 |     public static var OLD_ITALIC: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:895:24: warning: static property 'OLD_PERSIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 893 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.OLD_PERSIAN
 894 |
 895 |     private static var OLD_PERSIAN_FieldID: jfieldID?
     |                        |- warning: static property 'OLD_PERSIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'OLD_PERSIAN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'OLD_PERSIAN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 896 |
 897 |     public static var OLD_PERSIAN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:907:24: warning: static property 'OLD_SOUTH_ARABIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 905 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.OLD_SOUTH_ARABIAN
 906 |
 907 |     private static var OLD_SOUTH_ARABIAN_FieldID: jfieldID?
     |                        |- warning: static property 'OLD_SOUTH_ARABIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'OLD_SOUTH_ARABIAN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'OLD_SOUTH_ARABIAN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 908 |
 909 |     public static var OLD_SOUTH_ARABIAN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:919:24: warning: static property 'OLD_TURKIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 917 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.OLD_TURKIC
 918 |
 919 |     private static var OLD_TURKIC_FieldID: jfieldID?
     |                        |- warning: static property 'OLD_TURKIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'OLD_TURKIC_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'OLD_TURKIC_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 920 |
 921 |     public static var OLD_TURKIC: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:931:24: warning: static property 'OL_CHIKI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 929 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.OL_CHIKI
 930 |
 931 |     private static var OL_CHIKI_FieldID: jfieldID?
     |                        |- warning: static property 'OL_CHIKI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'OL_CHIKI_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'OL_CHIKI_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 932 |
 933 |     public static var OL_CHIKI: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:943:24: warning: static property 'ORIYA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 941 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.ORIYA
 942 |
 943 |     private static var ORIYA_FieldID: jfieldID?
     |                        |- warning: static property 'ORIYA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'ORIYA_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'ORIYA_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 944 |
 945 |     public static var ORIYA: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:955:24: warning: static property 'OSMANYA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 953 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.OSMANYA
 954 |
 955 |     private static var OSMANYA_FieldID: jfieldID?
     |                        |- warning: static property 'OSMANYA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'OSMANYA_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'OSMANYA_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 956 |
 957 |     public static var OSMANYA: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:967:24: warning: static property 'PHAGS_PA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 965 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.PHAGS_PA
 966 |
 967 |     private static var PHAGS_PA_FieldID: jfieldID?
     |                        |- warning: static property 'PHAGS_PA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'PHAGS_PA_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'PHAGS_PA_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 968 |
 969 |     public static var PHAGS_PA: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:979:24: warning: static property 'PHOENICIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 977 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.PHOENICIAN
 978 |
 979 |     private static var PHOENICIAN_FieldID: jfieldID?
     |                        |- warning: static property 'PHOENICIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'PHOENICIAN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'PHOENICIAN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 980 |
 981 |     public static var PHOENICIAN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:991:24: warning: static property 'REJANG_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 989 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.REJANG
 990 |
 991 |     private static var REJANG_FieldID: jfieldID?
     |                        |- warning: static property 'REJANG_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'REJANG_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'REJANG_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 992 |
 993 |     public static var REJANG: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1003:24: warning: static property 'RUNIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1001 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.RUNIC
1002 |
1003 |     private static var RUNIC_FieldID: jfieldID?
     |                        |- warning: static property 'RUNIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'RUNIC_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'RUNIC_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1004 |
1005 |     public static var RUNIC: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1015:24: warning: static property 'SAMARITAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1013 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.SAMARITAN
1014 |
1015 |     private static var SAMARITAN_FieldID: jfieldID?
     |                        |- warning: static property 'SAMARITAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'SAMARITAN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'SAMARITAN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1016 |
1017 |     public static var SAMARITAN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1027:24: warning: static property 'SAURASHTRA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1025 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.SAURASHTRA
1026 |
1027 |     private static var SAURASHTRA_FieldID: jfieldID?
     |                        |- warning: static property 'SAURASHTRA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'SAURASHTRA_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'SAURASHTRA_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1028 |
1029 |     public static var SAURASHTRA: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1039:24: warning: static property 'SHARADA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1037 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.SHARADA
1038 |
1039 |     private static var SHARADA_FieldID: jfieldID?
     |                        |- warning: static property 'SHARADA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'SHARADA_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'SHARADA_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1040 |
1041 |     public static var SHARADA: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1051:24: warning: static property 'SHAVIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1049 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.SHAVIAN
1050 |
1051 |     private static var SHAVIAN_FieldID: jfieldID?
     |                        |- warning: static property 'SHAVIAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'SHAVIAN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'SHAVIAN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1052 |
1053 |     public static var SHAVIAN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1063:24: warning: static property 'SINHALA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1061 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.SINHALA
1062 |
1063 |     private static var SINHALA_FieldID: jfieldID?
     |                        |- warning: static property 'SINHALA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'SINHALA_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'SINHALA_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1064 |
1065 |     public static var SINHALA: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1075:24: warning: static property 'SORA_SOMPENG_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1073 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.SORA_SOMPENG
1074 |
1075 |     private static var SORA_SOMPENG_FieldID: jfieldID?
     |                        |- warning: static property 'SORA_SOMPENG_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'SORA_SOMPENG_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'SORA_SOMPENG_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1076 |
1077 |     public static var SORA_SOMPENG: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1087:24: warning: static property 'SUNDANESE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1085 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.SUNDANESE
1086 |
1087 |     private static var SUNDANESE_FieldID: jfieldID?
     |                        |- warning: static property 'SUNDANESE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'SUNDANESE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'SUNDANESE_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1088 |
1089 |     public static var SUNDANESE: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1099:24: warning: static property 'SYLOTI_NAGRI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1097 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.SYLOTI_NAGRI
1098 |
1099 |     private static var SYLOTI_NAGRI_FieldID: jfieldID?
     |                        |- warning: static property 'SYLOTI_NAGRI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'SYLOTI_NAGRI_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'SYLOTI_NAGRI_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1100 |
1101 |     public static var SYLOTI_NAGRI: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1111:24: warning: static property 'SYRIAC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1109 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.SYRIAC
1110 |
1111 |     private static var SYRIAC_FieldID: jfieldID?
     |                        |- warning: static property 'SYRIAC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'SYRIAC_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'SYRIAC_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1112 |
1113 |     public static var SYRIAC: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1123:24: warning: static property 'TAGALOG_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1121 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TAGALOG
1122 |
1123 |     private static var TAGALOG_FieldID: jfieldID?
     |                        |- warning: static property 'TAGALOG_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TAGALOG_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TAGALOG_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1124 |
1125 |     public static var TAGALOG: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1135:24: warning: static property 'TAGBANWA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1133 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TAGBANWA
1134 |
1135 |     private static var TAGBANWA_FieldID: jfieldID?
     |                        |- warning: static property 'TAGBANWA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TAGBANWA_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TAGBANWA_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1136 |
1137 |     public static var TAGBANWA: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1147:24: warning: static property 'TAI_LE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1145 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TAI_LE
1146 |
1147 |     private static var TAI_LE_FieldID: jfieldID?
     |                        |- warning: static property 'TAI_LE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TAI_LE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TAI_LE_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1148 |
1149 |     public static var TAI_LE: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1159:24: warning: static property 'TAI_THAM_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1157 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TAI_THAM
1158 |
1159 |     private static var TAI_THAM_FieldID: jfieldID?
     |                        |- warning: static property 'TAI_THAM_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TAI_THAM_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TAI_THAM_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1160 |
1161 |     public static var TAI_THAM: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1171:24: warning: static property 'TAI_VIET_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1169 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TAI_VIET
1170 |
1171 |     private static var TAI_VIET_FieldID: jfieldID?
     |                        |- warning: static property 'TAI_VIET_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TAI_VIET_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TAI_VIET_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1172 |
1173 |     public static var TAI_VIET: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1183:24: warning: static property 'TAKRI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1181 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TAKRI
1182 |
1183 |     private static var TAKRI_FieldID: jfieldID?
     |                        |- warning: static property 'TAKRI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TAKRI_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TAKRI_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1184 |
1185 |     public static var TAKRI: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1195:24: warning: static property 'TAMIL_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1193 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TAMIL
1194 |
1195 |     private static var TAMIL_FieldID: jfieldID?
     |                        |- warning: static property 'TAMIL_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TAMIL_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TAMIL_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1196 |
1197 |     public static var TAMIL: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1207:24: warning: static property 'TELUGU_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1205 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TELUGU
1206 |
1207 |     private static var TELUGU_FieldID: jfieldID?
     |                        |- warning: static property 'TELUGU_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TELUGU_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TELUGU_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1208 |
1209 |     public static var TELUGU: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1219:24: warning: static property 'THAANA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1217 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.THAANA
1218 |
1219 |     private static var THAANA_FieldID: jfieldID?
     |                        |- warning: static property 'THAANA_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'THAANA_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'THAANA_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1220 |
1221 |     public static var THAANA: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1231:24: warning: static property 'THAI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1229 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.THAI
1230 |
1231 |     private static var THAI_FieldID: jfieldID?
     |                        |- warning: static property 'THAI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'THAI_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'THAI_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1232 |
1233 |     public static var THAI: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1243:24: warning: static property 'TIBETAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1241 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TIBETAN
1242 |
1243 |     private static var TIBETAN_FieldID: jfieldID?
     |                        |- warning: static property 'TIBETAN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TIBETAN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TIBETAN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1244 |
1245 |     public static var TIBETAN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1255:24: warning: static property 'TIFINAGH_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1253 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.TIFINAGH
1254 |
1255 |     private static var TIFINAGH_FieldID: jfieldID?
     |                        |- warning: static property 'TIFINAGH_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'TIFINAGH_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'TIFINAGH_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1256 |
1257 |     public static var TIFINAGH: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1267:24: warning: static property 'UGARITIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1265 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.UGARITIC
1266 |
1267 |     private static var UGARITIC_FieldID: jfieldID?
     |                        |- warning: static property 'UGARITIC_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'UGARITIC_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'UGARITIC_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1268 |
1269 |     public static var UGARITIC: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1279:24: warning: static property 'UNKNOWN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1277 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.UNKNOWN
1278 |
1279 |     private static var UNKNOWN_FieldID: jfieldID?
     |                        |- warning: static property 'UNKNOWN_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'UNKNOWN_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'UNKNOWN_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1280 |
1281 |     public static var UNKNOWN: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1291:24: warning: static property 'VAI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1289 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.VAI
1290 |
1291 |     private static var VAI_FieldID: jfieldID?
     |                        |- warning: static property 'VAI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'VAI_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'VAI_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1292 |
1293 |     public static var VAI: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1303:24: warning: static property 'YI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1301 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.YI
1302 |
1303 |     private static var YI_FieldID: jfieldID?
     |                        |- warning: static property 'YI_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'YI_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'YI_FieldID' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1304 |
1305 |     public static var YI: Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1321:24: warning: static property 'forName_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1319 |     /// public static final java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.forName(java.lang.String)
1320 |
1321 |     private static var forName_MethodID_5: jmethodID?
     |                        |- warning: static property 'forName_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'forName_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'forName_MethodID_5' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1322 |
1323 |     open class func forName( scriptName: String? ) -> Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1338:24: warning: static property 'of_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1336 |     /// public static java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.of(int)
1337 |
1338 |     private static var of_MethodID_6: jmethodID?
     |                        |- warning: static property 'of_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'of_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'of_MethodID_6' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1339 |
1340 |     open class func of( codePoint: Int ) -> Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1355:24: warning: static property 'valueOf_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1353 |     /// public static java.lang.Character$UnicodeScript java.lang.Character$UnicodeScript.valueOf(java.lang.String)
1354 |
1355 |     private static var valueOf_MethodID_7: jmethodID?
     |                        |- warning: static property 'valueOf_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'valueOf_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'valueOf_MethodID_7' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1356 |
1357 |     open class func valueOf( name: String? ) -> Character_UnicodeScript! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1372:24: warning: static property 'valueOf_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1370 |     /// public static java.lang.Enum java.lang.Enum.valueOf(java.lang.Class,java.lang.String)
1371 |
1372 |     private static var valueOf_MethodID_8: jmethodID?
     |                        |- warning: static property 'valueOf_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'valueOf_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'valueOf_MethodID_8' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1373 |
1374 |     open class func valueOf( enumType: java_swift.JavaClass?, name: String? ) -> java_swift.JavaEnum! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:1390:24: warning: static property 'values_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1388 |     /// public static java.lang.Character$UnicodeScript[] java.lang.Character$UnicodeScript.values()
1389 |
1390 |     private static var values_MethodID_9: jmethodID?
     |                        |- warning: static property 'values_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: convert 'values_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
     |                        |- note: add '@MainActor' to make static property 'values_MethodID_9' part of global actor 'MainActor'
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1391 |
1392 |     open class func values() -> [Character_UnicodeScript]! {
/host/spi-builder-workspace/Sources/Character_UnicodeScript.swift:71:12: warning: class 'Character_UnicodeScriptForward' must restate inherited '@unchecked Sendable' conformance
  69 |
  70 |
  71 | open class Character_UnicodeScriptForward: JNIObjectForward {
     |            `- warning: class 'Character_UnicodeScriptForward' must restate inherited '@unchecked Sendable' conformance
  72 |
  73 |     private static var Character_UnicodeScriptJNIClass: jclass?
/host/spi-builder-workspace/Sources/ClassCastException.swift:17:24: warning: static property 'ClassCastExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     }
16 |
17 |     private static var ClassCastExceptionJNIClass: jclass?
   |                        |- warning: static property 'ClassCastExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'ClassCastExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'ClassCastExceptionJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     /// private static final long java.lang.ClassCastException.serialVersionUID
/host/spi-builder-workspace/Sources/ClassCastException.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
57 |     /// public java.lang.ClassCastException()
58 |
59 |     private static var new_MethodID_1: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |
61 |     public convenience init() {
/host/spi-builder-workspace/Sources/ClassCastException.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
69 |     /// public java.lang.ClassCastException(java.lang.String)
70 |
71 |     private static var new_MethodID_2: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 |
73 |     public convenience init( arg0: String? ) {
/host/spi-builder-workspace/Sources/ClassCastException.swift:8:12: warning: class 'ClassCastException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassCastException ///
 7 |
 8 | open class ClassCastException: RuntimeException {
   |            `- warning: class 'ClassCastException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ClassCircularityError.swift:17:24: warning: static property 'ClassCircularityErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     }
16 |
17 |     private static var ClassCircularityErrorJNIClass: jclass?
   |                        |- warning: static property 'ClassCircularityErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'ClassCircularityErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'ClassCircularityErrorJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     /// private static final long java.lang.ClassCircularityError.serialVersionUID
/host/spi-builder-workspace/Sources/ClassCircularityError.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
55 |     /// public java.lang.ClassCircularityError()
56 |
57 |     private static var new_MethodID_1: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |
59 |     public convenience init() {
/host/spi-builder-workspace/Sources/ClassCircularityError.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
67 |     /// public java.lang.ClassCircularityError(java.lang.String)
68 |
69 |     private static var new_MethodID_2: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |
71 |     public convenience init( s: String? ) {
/host/spi-builder-workspace/Sources/ClassCircularityError.swift:8:12: warning: class 'ClassCircularityError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassCircularityError ///
 7 |
 8 | open class ClassCircularityError: LinkageError {
   |            `- warning: class 'ClassCircularityError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ClassDefinition.swift:17:24: warning: static property 'ClassDefinitionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     }
16 |
17 |     private static var ClassDefinitionJNIClass: jclass?
   |                        |- warning: static property 'ClassDefinitionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'ClassDefinitionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'ClassDefinitionJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     /// private final java.lang.Class java.lang.instrument.ClassDefinition.mClass
/host/spi-builder-workspace/Sources/ClassDefinition.swift:25: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
23 |     /// public java.lang.instrument.ClassDefinition(java.lang.Class,byte[])
24 |
25 |     private static var new_MethodID_1: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |     public convenience init( theClass: java_swift.JavaClass?, theClassFile: [Int8]? ) {
/host/spi-builder-workspace/Sources/ClassDefinition.swift:43:24: warning: static property 'getDefinitionClass_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |     /// public java.lang.Class java.lang.instrument.ClassDefinition.getDefinitionClass()
42 |
43 |     private static var getDefinitionClass_MethodID_2: jmethodID?
   |                        |- warning: static property 'getDefinitionClass_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'getDefinitionClass_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'getDefinitionClass_MethodID_2' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 |     open func getDefinitionClass() -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassDefinition.swift:56:24: warning: static property 'getDefinitionClassFile_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
54 |     /// public byte[] java.lang.instrument.ClassDefinition.getDefinitionClassFile()
55 |
56 |     private static var getDefinitionClassFile_MethodID_3: jmethodID?
   |                        |- warning: static property 'getDefinitionClassFile_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'getDefinitionClassFile_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'getDefinitionClassFile_MethodID_3' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 |
58 |     open func getDefinitionClassFile() -> [Int8]! {
/host/spi-builder-workspace/Sources/ClassDefinition.swift:8:12: warning: class 'ClassDefinition' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.instrument.ClassDefinition ///
 7 |
 8 | open class ClassDefinition: java_swift.JavaObject {
   |            `- warning: class 'ClassDefinition' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ClassFileTransformer.swift:19:24: warning: static property 'ClassFileTransformerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | open class ClassFileTransformerForward: JNIObjectForward, ClassFileTransformer {
18 |
19 |     private static var ClassFileTransformerJNIClass: jclass?
   |                        |- warning: static property 'ClassFileTransformerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'ClassFileTransformerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'ClassFileTransformerJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |     /// public abstract byte[] java.lang.instrument.ClassFileTransformer.transform(java.lang.ClassLoader,java.lang.String,java.lang.Class,java.security.ProtectionDomain,byte[]) throws java.lang.instrument.IllegalClassFormatException
/host/spi-builder-workspace/Sources/ClassFileTransformer.swift:23:24: warning: static property 'transform_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 |     /// public abstract byte[] java.lang.instrument.ClassFileTransformer.transform(java.lang.ClassLoader,java.lang.String,java.lang.Class,java.security.ProtectionDomain,byte[]) throws java.lang.instrument.IllegalClassFormatException
22 |
23 |     private static var transform_MethodID_2: jmethodID?
   |                        |- warning: static property 'transform_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'transform_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'transform_MethodID_2' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |
25 |     open func transform( loader: ClassLoader?, className: String?, classBeingRedefined: java_swift.JavaClass?, protectionDomain: /* class java.security.ProtectionDomain */ UnavailableObject?, classfileBuffer: [Int8]? ) throws /* java.lang.instrument.IllegalClassFormatException */ -> [Int8]! {
/host/spi-builder-workspace/Sources/ClassFileTransformer.swift:17:12: warning: class 'ClassFileTransformerForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class ClassFileTransformerForward: JNIObjectForward, ClassFileTransformer {
   |            `- warning: class 'ClassFileTransformerForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     private static var ClassFileTransformerJNIClass: jclass?
/host/spi-builder-workspace/Sources/ClassFormatError.swift:17:24: warning: static property 'ClassFormatErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     }
16 |
17 |     private static var ClassFormatErrorJNIClass: jclass?
   |                        |- warning: static property 'ClassFormatErrorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'ClassFormatErrorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'ClassFormatErrorJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     /// private static final long java.lang.ClassFormatError.serialVersionUID
/host/spi-builder-workspace/Sources/ClassFormatError.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
55 |     /// public java.lang.ClassFormatError()
56 |
57 |     private static var new_MethodID_1: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |
59 |     public convenience init() {
/host/spi-builder-workspace/Sources/ClassFormatError.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
67 |     /// public java.lang.ClassFormatError(java.lang.String)
68 |
69 |     private static var new_MethodID_2: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |
71 |     public convenience init( s: String? ) {
/host/spi-builder-workspace/Sources/ClassFormatError.swift:8:12: warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.ClassFormatError ///
 7 |
 8 | open class ClassFormatError: LinkageError {
   |            `- warning: class 'ClassFormatError' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ClassLoader.swift:17:24: warning: static property 'ClassLoaderJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private static var ClassLoaderJNIClass: jclass?
    |                        |- warning: static property 'ClassLoaderJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'ClassLoaderJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'ClassLoaderJNIClass' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     /// private static java.util.Vector java.lang.ClassLoader.loadedLibraryNames
/host/spi-builder-workspace/Sources/ClassLoader.swift:65:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 63 |     /// protected java.lang.ClassLoader()
 64 |
 65 |     private static var new_MethodID_1: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |
 67 |     public convenience init() {
/host/spi-builder-workspace/Sources/ClassLoader.swift:77: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
 75 |     /// protected java.lang.ClassLoader(java.lang.ClassLoader)
 76 |
 77 |     private static var new_MethodID_2: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 78 |
 79 |     public convenience init( arg0: ClassLoader? ) {
/host/spi-builder-workspace/Sources/ClassLoader.swift:128:24: warning: static property 'getSystemClassLoader_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
126 |     /// public static java.lang.ClassLoader java.lang.ClassLoader.getSystemClassLoader()
127 |
128 |     private static var getSystemClassLoader_MethodID_3: jmethodID?
    |                        |- warning: static property 'getSystemClassLoader_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getSystemClassLoader_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getSystemClassLoader_MethodID_3' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
129 |
130 |     open class func getSystemClassLoader() -> ClassLoader! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:141:24: warning: static property 'getSystemResource_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
139 |     /// public static java.net.URL java.lang.ClassLoader.getSystemResource(java.lang.String)
140 |
141 |     private static var getSystemResource_MethodID_4: jmethodID?
    |                        |- warning: static property 'getSystemResource_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getSystemResource_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getSystemResource_MethodID_4' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     open class func getSystemResource( arg0: String? ) -> /* class java.net.URL */ UnavailableObject! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:158:24: warning: static property 'getSystemResourceAsStream_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
156 |     /// public static java.io.InputStream java.lang.ClassLoader.getSystemResourceAsStream(java.lang.String)
157 |
158 |     private static var getSystemResourceAsStream_MethodID_5: jmethodID?
    |                        |- warning: static property 'getSystemResourceAsStream_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getSystemResourceAsStream_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getSystemResourceAsStream_MethodID_5' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 |
160 |     open class func getSystemResourceAsStream( arg0: String? ) -> /* class java.io.InputStream */ UnavailableObject! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:175:24: warning: static property 'getSystemResources_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
173 |     /// public static java.util.Enumeration java.lang.ClassLoader.getSystemResources(java.lang.String) throws java.io.IOException
174 |
175 |     private static var getSystemResources_MethodID_6: jmethodID?
    |                        |- warning: static property 'getSystemResources_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getSystemResources_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getSystemResources_MethodID_6' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 |     open class func getSystemResources( arg0: String? ) throws /* java.io.IOException */ -> /* interface java.util.Enumeration */ UnavailableProtocol! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:208:24: warning: static property 'registerAsParallelCapable_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
206 |     /// protected static boolean java.lang.ClassLoader.registerAsParallelCapable()
207 |
208 |     private static var registerAsParallelCapable_MethodID_7: jmethodID?
    |                        |- warning: static property 'registerAsParallelCapable_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'registerAsParallelCapable_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'registerAsParallelCapable_MethodID_7' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |
210 |     open class func registerAsParallelCapable() -> Bool {
/host/spi-builder-workspace/Sources/ClassLoader.swift:234:24: warning: static property 'clearAssertionStatus_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
232 |     /// public void java.lang.ClassLoader.clearAssertionStatus()
233 |
234 |     private static var clearAssertionStatus_MethodID_8: jmethodID?
    |                        |- warning: static property 'clearAssertionStatus_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'clearAssertionStatus_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'clearAssertionStatus_MethodID_8' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
235 |
236 |     open func clearAssertionStatus() {
/host/spi-builder-workspace/Sources/ClassLoader.swift:247:24: warning: static property 'defineClass_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
245 |     /// protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,java.nio.ByteBuffer,java.security.ProtectionDomain) throws java.lang.ClassFormatError
246 |
247 |     private static var defineClass_MethodID_9: jmethodID?
    |                        |- warning: static property 'defineClass_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'defineClass_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'defineClass_MethodID_9' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |
249 |     open func defineClass( arg0: String?, arg1: /* class java.nio.ByteBuffer */ UnavailableObject?, arg2: /* class java.security.ProtectionDomain */ UnavailableObject? ) throws /* java.lang.ClassFormatError */ -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:270:24: warning: static property 'defineClass_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
268 |     /// protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError
269 |
270 |     private static var defineClass_MethodID_10: jmethodID?
    |                        |- warning: static property 'defineClass_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'defineClass_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'defineClass_MethodID_10' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
271 |
272 |     open func defineClass( arg0: String?, arg1: [Int8]?, arg2: Int, arg3: Int ) throws /* java.lang.ClassFormatError */ -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:294:24: warning: static property 'defineClass_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
292 |     /// protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError
293 |
294 |     private static var defineClass_MethodID_11: jmethodID?
    |                        |- warning: static property 'defineClass_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'defineClass_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'defineClass_MethodID_11' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
295 |
296 |     open func defineClass( arg0: String?, arg1: [Int8]?, arg2: Int, arg3: Int, arg4: /* class java.security.ProtectionDomain */ UnavailableObject? ) throws /* java.lang.ClassFormatError */ -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:319:24: warning: static property 'defineClass_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
317 |     /// protected final java.lang.Class java.lang.ClassLoader.defineClass(byte[],int,int) throws java.lang.ClassFormatError
318 |
319 |     private static var defineClass_MethodID_12: jmethodID?
    |                        |- warning: static property 'defineClass_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'defineClass_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'defineClass_MethodID_12' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
320 |
321 |     open func defineClass( arg0: [Int8]?, arg1: Int, arg2: Int ) throws /* java.lang.ClassFormatError */ -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:350:24: warning: static property 'definePackage_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
348 |     /// protected java.lang.Package java.lang.ClassLoader.definePackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.net.URL) throws java.lang.IllegalArgumentException
349 |
350 |     private static var definePackage_MethodID_13: jmethodID?
    |                        |- warning: static property 'definePackage_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'definePackage_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'definePackage_MethodID_13' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
351 |
352 |     open func definePackage( arg0: String?, arg1: String?, arg2: String?, arg3: String?, arg4: String?, arg5: String?, arg6: String?, arg7: /* class java.net.URL */ UnavailableObject? ) throws /* java.lang.IllegalArgumentException */ -> Package! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:386:24: warning: static property 'findClass_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
384 |     /// protected java.lang.Class java.lang.ClassLoader.findClass(java.lang.String) throws java.lang.ClassNotFoundException
385 |
386 |     private static var findClass_MethodID_14: jmethodID?
    |                        |- warning: static property 'findClass_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'findClass_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'findClass_MethodID_14' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
387 |
388 |     open func findClass( arg0: String? ) throws /* java.lang.ClassNotFoundException */ -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:407:24: warning: static property 'findLibrary_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
405 |     /// protected java.lang.String java.lang.ClassLoader.findLibrary(java.lang.String)
406 |
407 |     private static var findLibrary_MethodID_15: jmethodID?
    |                        |- warning: static property 'findLibrary_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'findLibrary_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'findLibrary_MethodID_15' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |
409 |     open func findLibrary( arg0: String? ) -> String! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:424:24: warning: static property 'findLoadedClass_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
422 |     /// protected final java.lang.Class java.lang.ClassLoader.findLoadedClass(java.lang.String)
423 |
424 |     private static var findLoadedClass_MethodID_16: jmethodID?
    |                        |- warning: static property 'findLoadedClass_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'findLoadedClass_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'findLoadedClass_MethodID_16' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
425 |
426 |     open func findLoadedClass( arg0: String? ) -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:443:24: warning: static property 'findResource_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
441 |     /// protected java.net.URL java.lang.ClassLoader.findResource(java.lang.String)
442 |
443 |     private static var findResource_MethodID_17: jmethodID?
    |                        |- warning: static property 'findResource_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'findResource_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'findResource_MethodID_17' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
444 |
445 |     open func findResource( arg0: String? ) -> /* class java.net.URL */ UnavailableObject! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:460:24: warning: static property 'findResources_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
458 |     /// protected java.util.Enumeration java.lang.ClassLoader.findResources(java.lang.String) throws java.io.IOException
459 |
460 |     private static var findResources_MethodID_18: jmethodID?
    |                        |- warning: static property 'findResources_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'findResources_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'findResources_MethodID_18' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
461 |
462 |     open func findResources( arg0: String? ) throws /* java.io.IOException */ -> /* interface java.util.Enumeration */ UnavailableProtocol! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:481:24: warning: static property 'findSystemClass_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
479 |     /// protected final java.lang.Class java.lang.ClassLoader.findSystemClass(java.lang.String) throws java.lang.ClassNotFoundException
480 |
481 |     private static var findSystemClass_MethodID_19: jmethodID?
    |                        |- warning: static property 'findSystemClass_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'findSystemClass_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'findSystemClass_MethodID_19' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
482 |
483 |     open func findSystemClass( arg0: String? ) throws /* java.lang.ClassNotFoundException */ -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:502:24: warning: static property 'getClassLoadingLock_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
500 |     /// protected java.lang.Object java.lang.ClassLoader.getClassLoadingLock(java.lang.String)
501 |
502 |     private static var getClassLoadingLock_MethodID_20: jmethodID?
    |                        |- warning: static property 'getClassLoadingLock_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getClassLoadingLock_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getClassLoadingLock_MethodID_20' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
503 |
504 |     open func getClassLoadingLock( arg0: String? ) -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:519:24: warning: static property 'getPackage_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
517 |     /// protected java.lang.Package java.lang.ClassLoader.getPackage(java.lang.String)
518 |
519 |     private static var getPackage_MethodID_21: jmethodID?
    |                        |- warning: static property 'getPackage_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getPackage_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getPackage_MethodID_21' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
520 |
521 |     open func getPackage( arg0: String? ) -> Package! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:536:24: warning: static property 'getPackages_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
534 |     /// protected java.lang.Package[] java.lang.ClassLoader.getPackages()
535 |
536 |     private static var getPackages_MethodID_22: jmethodID?
    |                        |- warning: static property 'getPackages_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getPackages_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getPackages_MethodID_22' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
537 |
538 |     open func getPackages() -> [Package]! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:548:24: warning: static property 'getParent_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
546 |     /// public final java.lang.ClassLoader java.lang.ClassLoader.getParent()
547 |
548 |     private static var getParent_MethodID_23: jmethodID?
    |                        |- warning: static property 'getParent_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getParent_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getParent_MethodID_23' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
549 |
550 |     open func getParent() -> ClassLoader! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:561:24: warning: static property 'getResource_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
559 |     /// public java.net.URL java.lang.ClassLoader.getResource(java.lang.String)
560 |
561 |     private static var getResource_MethodID_24: jmethodID?
    |                        |- warning: static property 'getResource_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getResource_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getResource_MethodID_24' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
562 |
563 |     open func getResource( arg0: String? ) -> /* class java.net.URL */ UnavailableObject! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:578:24: warning: static property 'getResourceAsStream_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
576 |     /// public java.io.InputStream java.lang.ClassLoader.getResourceAsStream(java.lang.String)
577 |
578 |     private static var getResourceAsStream_MethodID_25: jmethodID?
    |                        |- warning: static property 'getResourceAsStream_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getResourceAsStream_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getResourceAsStream_MethodID_25' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
579 |
580 |     open func getResourceAsStream( arg0: String? ) -> /* class java.io.InputStream */ UnavailableObject! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:595:24: warning: static property 'getResources_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
593 |     /// public java.util.Enumeration java.lang.ClassLoader.getResources(java.lang.String) throws java.io.IOException
594 |
595 |     private static var getResources_MethodID_26: jmethodID?
    |                        |- warning: static property 'getResources_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getResources_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getResources_MethodID_26' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
596 |
597 |     open func getResources( arg0: String? ) throws /* java.io.IOException */ -> /* interface java.util.Enumeration */ UnavailableProtocol! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:622:24: warning: static property 'loadClass_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
620 |     /// public java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) throws java.lang.ClassNotFoundException
621 |
622 |     private static var loadClass_MethodID_27: jmethodID?
    |                        |- warning: static property 'loadClass_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'loadClass_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'loadClass_MethodID_27' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
623 |
624 |     open func loadClass( arg0: String? ) throws /* java.lang.ClassNotFoundException */ -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:643:24: warning: static property 'loadClass_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
641 |     /// protected java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String,boolean) throws java.lang.ClassNotFoundException
642 |
643 |     private static var loadClass_MethodID_28: jmethodID?
    |                        |- warning: static property 'loadClass_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'loadClass_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'loadClass_MethodID_28' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
644 |
645 |     open func loadClass( arg0: String?, arg1: Bool ) throws /* java.lang.ClassNotFoundException */ -> java_swift.JavaClass! {
/host/spi-builder-workspace/Sources/ClassLoader.swift:671:24: warning: static property 'resolveClass_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
669 |     /// protected final void java.lang.ClassLoader.resolveClass(java.lang.Class)
670 |
671 |     private static var resolveClass_MethodID_29: jmethodID?
    |                        |- warning: static property 'resolveClass_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'resolveClass_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'resolveClass_MethodID_29' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
672 |
673 |     open func resolveClass( arg0: java_swift.JavaClass? ) {
/host/spi-builder-workspace/Sources/ClassLoader.swift:688:24: warning: static property 'setClassAssertionStatus_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
686 |     /// public void java.lang.ClassLoader.setClassAssertionStatus(java.lang.String,boolean)
687 |
688 |     private static var setClassAssertionStatus_MethodID_30: jmethodID?
    |                        |- warning: static property 'setClassAssertionStatus_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'setClassAssertionStatus_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'setClassAssertionStatus_MethodID_30' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
689 |
690 |     open func setClassAssertionStatus( arg0: String?, arg1: Bool ) {
/host/spi-builder-workspace/Sources/ClassLoader.swift:704:24: warning: static property 'setDefaultAssertionStatus_MethodID_31' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
702 |     /// public void java.lang.ClassLoader.setDefaultAssertionStatus(boolean)
703 |
704 |     private static var setDefaultAssertionStatus_MethodID_31: jmethodID?
    |                        |- warning: static property 'setDefaultAssertionStatus_MethodID_31' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'setDefaultAssertionStatus_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'setDefaultAssertionStatus_MethodID_31' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
705 |
706 |     open func setDefaultAssertionStatus( arg0: Bool ) {
/host/spi-builder-workspace/Sources/ClassLoader.swift:719:24: warning: static property 'setPackageAssertionStatus_MethodID_32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
717 |     /// public void java.lang.ClassLoader.setPackageAssertionStatus(java.lang.String,boolean)
718 |
719 |     private static var setPackageAssertionStatus_MethodID_32: jmethodID?
    |                        |- warning: static property 'setPackageAssertionStatus_MethodID_32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'setPackageAssertionStatus_MethodID_32' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'setPackageAssertionStatus_MethodID_32' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
720 |
721 |     open func setPackageAssertionStatus( arg0: String?, arg1: Bool ) {
/host/spi-builder-workspace/Sources/ClassLoader.swift:735:24: warning: static property 'setSigners_MethodID_33' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
733 |     /// protected final void java.lang.ClassLoader.setSigners(java.lang.Class,java.lang.Object[])
734 |
735 |     private static var setSigners_MethodID_33: jmethodID?
    |                        |- warning: static property 'setSigners_MethodID_33' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'setSigners_MethodID_33' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'setSigners_MethodID_33' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
736 |
737 |     open func setSigners( arg0: java_swift.JavaClass?, arg1: [JavaObject]? ) {
/host/spi-builder-workspace/Sources/ClassLoader.swift:8:12: warning: class 'ClassLoader' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassLoader ///
  7 |
  8 | open class ClassLoader: java_swift.JavaObject {
    |            `- warning: class 'ClassLoader' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:35:24: warning: static property 'ClassLoadingMXBeanJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 33 | open class ClassLoadingMXBeanForward: PlatformManagedObjectForward, ClassLoadingMXBean {
 34 |
 35 |     private static var ClassLoadingMXBeanJNIClass: jclass?
    |                        |- warning: static property 'ClassLoadingMXBeanJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'ClassLoadingMXBeanJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'ClassLoadingMXBeanJNIClass' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |
 37 |     /// public abstract int java.lang.management.ClassLoadingMXBean.getLoadedClassCount()
/host/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:39:24: warning: static property 'getLoadedClassCount_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 37 |     /// public abstract int java.lang.management.ClassLoadingMXBean.getLoadedClassCount()
 38 |
 39 |     private static var getLoadedClassCount_MethodID_6: jmethodID?
    |                        |- warning: static property 'getLoadedClassCount_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getLoadedClassCount_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getLoadedClassCount_MethodID_6' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 |     open func getLoadedClassCount() -> Int {
/host/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:55:24: warning: static property 'getTotalLoadedClassCount_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 53 |     /// public abstract long java.lang.management.ClassLoadingMXBean.getTotalLoadedClassCount()
 54 |
 55 |     private static var getTotalLoadedClassCount_MethodID_7: jmethodID?
    |                        |- warning: static property 'getTotalLoadedClassCount_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getTotalLoadedClassCount_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getTotalLoadedClassCount_MethodID_7' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 56 |
 57 |     open func getTotalLoadedClassCount() -> Int64 {
/host/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:67:24: warning: static property 'getUnloadedClassCount_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 65 |     /// public abstract long java.lang.management.ClassLoadingMXBean.getUnloadedClassCount()
 66 |
 67 |     private static var getUnloadedClassCount_MethodID_8: jmethodID?
    |                        |- warning: static property 'getUnloadedClassCount_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getUnloadedClassCount_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getUnloadedClassCount_MethodID_8' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 68 |
 69 |     open func getUnloadedClassCount() -> Int64 {
/host/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:79:24: warning: static property 'isVerbose_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 77 |     /// public abstract boolean java.lang.management.ClassLoadingMXBean.isVerbose()
 78 |
 79 |     private static var isVerbose_MethodID_9: jmethodID?
    |                        |- warning: static property 'isVerbose_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'isVerbose_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isVerbose_MethodID_9' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 80 |
 81 |     open func isVerbose() -> Bool {
/host/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:91:24: warning: static property 'setVerbose_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 89 |     /// public abstract void java.lang.management.ClassLoadingMXBean.setVerbose(boolean)
 90 |
 91 |     private static var setVerbose_MethodID_10: jmethodID?
    |                        |- warning: static property 'setVerbose_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'setVerbose_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'setVerbose_MethodID_10' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |
 93 |     open func setVerbose( value: Bool ) {
/host/spi-builder-workspace/Sources/ClassLoadingMXBean.swift:33:12: warning: class 'ClassLoadingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 31 |
 32 |
 33 | open class ClassLoadingMXBeanForward: PlatformManagedObjectForward, ClassLoadingMXBean {
    |            `- warning: class 'ClassLoadingMXBeanForward' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     private static var ClassLoadingMXBeanJNIClass: jclass?
/host/spi-builder-workspace/Sources/ClassNotFoundException.swift:17:24: warning: static property 'ClassNotFoundExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private static var ClassNotFoundExceptionJNIClass: jclass?
    |                        |- warning: static property 'ClassNotFoundExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'ClassNotFoundExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'ClassNotFoundExceptionJNIClass' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     /// private static final long java.lang.ClassNotFoundException.serialVersionUID
/host/spi-builder-workspace/Sources/ClassNotFoundException.swift:61: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
 59 |     /// public java.lang.ClassNotFoundException()
 60 |
 61 |     private static var new_MethodID_1: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |     public convenience init() {
/host/spi-builder-workspace/Sources/ClassNotFoundException.swift:73: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
 71 |     /// public java.lang.ClassNotFoundException(java.lang.String)
 72 |
 73 |     private static var new_MethodID_2: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 74 |
 75 |     public convenience init( arg0: String? ) {
/host/spi-builder-workspace/Sources/ClassNotFoundException.swift:90:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 88 |     /// public java.lang.ClassNotFoundException(java.lang.String,java.lang.Throwable)
 89 |
 90 |     private static var new_MethodID_3: jmethodID?
    |                        |- warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'new_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'new_MethodID_3' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 91 |
 92 |     public convenience init( arg0: String?, arg1: java_swift.Throwable? ) {
/host/spi-builder-workspace/Sources/ClassNotFoundException.swift:112:24: warning: static property 'getException_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
110 |     /// public java.lang.Throwable java.lang.ClassNotFoundException.getException()
111 |
112 |     private static var getException_MethodID_4: jmethodID?
    |                        |- warning: static property 'getException_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'getException_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'getException_MethodID_4' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
113 |
114 |     open func getException() -> java_swift.Throwable! {
/host/spi-builder-workspace/Sources/ClassNotFoundException.swift:8:12: warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassNotFoundException ///
  7 |
  8 | open class ClassNotFoundException: ReflectiveOperationException {
    |            `- warning: class 'ClassNotFoundException' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ClassValue.swift:17:24: warning: static property 'ClassValueJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private static var ClassValueJNIClass: jclass?
    |                        |- warning: static property 'ClassValueJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'ClassValueJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'ClassValueJNIClass' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     /// private static final java.lang.Object java.lang.ClassValue.CRITICAL_SECTION
/host/spi-builder-workspace/Sources/ClassValue.swift:43:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 41 |     /// protected java.lang.ClassValue()
 42 |
 43 |     private static var new_MethodID_1: jmethodID?
    |                        |- 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
    |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 44 |
 45 |     public convenience init() {
/host/spi-builder-workspace/Sources/ClassValue.swift:73:24: warning: static property 'computeValue_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 71 |     /// protected abstract java.lang.Object java.lang.ClassValue.computeValue(java.lang.Class)
 72 |
 73 |     private static var computeValue_MethodID_2: jmethodID?
    |                        |- warning: static property 'computeValue_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'computeValue_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'computeValue_MethodID_2' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 74 |
 75 |     open func computeValue( type: java_swift.JavaClass? ) -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/ClassValue.swift:90:24: warning: static property 'get_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 88 |     /// public java.lang.Object java.lang.ClassValue.get(java.lang.Class)
 89 |
 90 |     private static var get_MethodID_3: jmethodID?
    |                        |- warning: static property 'get_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'get_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'get_MethodID_3' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 91 |
 92 |     open func get( type: java_swift.JavaClass? ) -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/ClassValue.swift:119:24: warning: static property 'remove_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
117 |     /// public void java.lang.ClassValue.remove(java.lang.Class)
118 |
119 |     private static var remove_MethodID_4: jmethodID?
    |                        |- warning: static property 'remove_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'remove_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'remove_MethodID_4' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 |
121 |     open func remove( type: java_swift.JavaClass? ) {
/host/spi-builder-workspace/Sources/ClassValue.swift:8:12: warning: class 'ClassValue' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.ClassValue ///
  7 |
  8 | open class ClassValue: java_swift.JavaObject {
    |            `- warning: class 'ClassValue' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/CloneNotSupportedException.swift:17:24: warning: static property 'CloneNotSupportedExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     }
16 |
17 |     private static var CloneNotSupportedExceptionJNIClass: jclass?
   |                        |- warning: static property 'CloneNotSupportedExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'CloneNotSupportedExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'CloneNotSupportedExceptionJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     /// private static final long java.lang.CloneNotSupportedException.serialVersionUID
/host/spi-builder-workspace/Sources/CloneNotSupportedException.swift:55:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53 |     /// public java.lang.CloneNotSupportedException()
54 |
55 |     private static var new_MethodID_1: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |     public convenience init() {
/host/spi-builder-workspace/Sources/CloneNotSupportedException.swift:67:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 |     /// public java.lang.CloneNotSupportedException(java.lang.String)
66 |
67 |     private static var new_MethodID_2: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 |
69 |     public convenience init( s: String? ) {
/host/spi-builder-workspace/Sources/CloneNotSupportedException.swift:8:12: warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.CloneNotSupportedException ///
 7 |
 8 | open class CloneNotSupportedException: java_swift.Exception {
   |            `- warning: class 'CloneNotSupportedException' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Cloneable.swift:15:24: warning: static property 'CloneableJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | open class CloneableForward: JNIObjectForward, Cloneable {
14 |
15 |     private static var CloneableJNIClass: jclass?
   |                        |- warning: static property 'CloneableJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'CloneableJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'CloneableJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | }
/host/spi-builder-workspace/Sources/Cloneable.swift:13:12: warning: class 'CloneableForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class CloneableForward: JNIObjectForward, Cloneable {
   |            `- warning: class 'CloneableForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var CloneableJNIClass: jclass?
/host/spi-builder-workspace/Sources/CompilationMXBean.swift:27:24: warning: static property 'CompilationMXBeanJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
25 | open class CompilationMXBeanForward: PlatformManagedObjectForward, CompilationMXBean {
26 |
27 |     private static var CompilationMXBeanJNIClass: jclass?
   |                        |- warning: static property 'CompilationMXBeanJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'CompilationMXBeanJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'CompilationMXBeanJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 |     /// public abstract java.lang.String java.lang.management.CompilationMXBean.getName()
/host/spi-builder-workspace/Sources/CompilationMXBean.swift:31:24: warning: static property 'getName_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |     /// public abstract java.lang.String java.lang.management.CompilationMXBean.getName()
30 |
31 |     private static var getName_MethodID_4: jmethodID?
   |                        |- warning: static property 'getName_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'getName_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'getName_MethodID_4' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     open func getName() -> String! {
/host/spi-builder-workspace/Sources/CompilationMXBean.swift:48:24: warning: static property 'getTotalCompilationTime_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
46 |     /// public abstract long java.lang.management.CompilationMXBean.getTotalCompilationTime()
47 |
48 |     private static var getTotalCompilationTime_MethodID_5: jmethodID?
   |                        |- warning: static property 'getTotalCompilationTime_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'getTotalCompilationTime_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'getTotalCompilationTime_MethodID_5' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |
50 |     open func getTotalCompilationTime() -> Int64 {
/host/spi-builder-workspace/Sources/CompilationMXBean.swift:60:24: warning: static property 'isCompilationTimeMonitoringSupported_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
58 |     /// public abstract boolean java.lang.management.CompilationMXBean.isCompilationTimeMonitoringSupported()
59 |
60 |     private static var isCompilationTimeMonitoringSupported_MethodID_6: jmethodID?
   |                        |- warning: static property 'isCompilationTimeMonitoringSupported_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'isCompilationTimeMonitoringSupported_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'isCompilationTimeMonitoringSupported_MethodID_6' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 |
62 |     open func isCompilationTimeMonitoringSupported() -> Bool {
/host/spi-builder-workspace/Sources/CompilationMXBean.swift:25:12: warning: class 'CompilationMXBeanForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 |
25 | open class CompilationMXBeanForward: PlatformManagedObjectForward, CompilationMXBean {
   |            `- warning: class 'CompilationMXBeanForward' must restate inherited '@unchecked Sendable' conformance
26 |
27 |     private static var CompilationMXBeanJNIClass: jclass?
/host/spi-builder-workspace/Sources/Compiler.swift:17:24: warning: static property 'CompilerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private static var CompilerJNIClass: jclass?
    |                        |- warning: static property 'CompilerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'CompilerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'CompilerJNIClass' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     /// private java.lang.Compiler()
/host/spi-builder-workspace/Sources/Compiler.swift:27:24: warning: static property 'command_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 25 |     /// public static native java.lang.Object java.lang.Compiler.command(java.lang.Object)
 26 |
 27 |     private static var command_MethodID_1: jmethodID?
    |                        |- warning: static property 'command_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'command_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'command_MethodID_1' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 |
 29 |     open class func command( any: java_swift.JavaObject? ) -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/Compiler.swift:44:24: warning: static property 'compileClass_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 42 |     /// public static native boolean java.lang.Compiler.compileClass(java.lang.Class)
 43 |
 44 |     private static var compileClass_MethodID_2: jmethodID?
    |                        |- warning: static property 'compileClass_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'compileClass_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'compileClass_MethodID_2' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 45 |
 46 |     open class func compileClass( clazz: java_swift.JavaClass? ) -> Bool {
/host/spi-builder-workspace/Sources/Compiler.swift:60:24: warning: static property 'compileClasses_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 58 |     /// public static native boolean java.lang.Compiler.compileClasses(java.lang.String)
 59 |
 60 |     private static var compileClasses_MethodID_3: jmethodID?
    |                        |- warning: static property 'compileClasses_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'compileClasses_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'compileClasses_MethodID_3' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 61 |
 62 |     open class func compileClasses( string: String? ) -> Bool {
/host/spi-builder-workspace/Sources/Compiler.swift:76:24: warning: static property 'disable_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 |     /// public static native void java.lang.Compiler.disable()
 75 |
 76 |     private static var disable_MethodID_4: jmethodID?
    |                        |- warning: static property 'disable_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'disable_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'disable_MethodID_4' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 |
 78 |     open class func disable() {
/host/spi-builder-workspace/Sources/Compiler.swift:87:24: warning: static property 'enable_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 85 |     /// public static native void java.lang.Compiler.enable()
 86 |
 87 |     private static var enable_MethodID_5: jmethodID?
    |                        |- warning: static property 'enable_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'enable_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'enable_MethodID_5' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 88 |
 89 |     open class func enable() {
/host/spi-builder-workspace/Sources/Compiler.swift:8:12: warning: class 'Compiler' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.Compiler ///
  7 |
  8 | open class Compiler: java_swift.JavaObject {
    |            `- warning: class 'Compiler' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ConstantCallSite.swift:17:24: warning: static property 'ConstantCallSiteJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 |     }
16 |
17 |     private static var ConstantCallSiteJNIClass: jclass?
   |                        |- warning: static property 'ConstantCallSiteJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'ConstantCallSiteJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'ConstantCallSiteJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 |     /// private final boolean java.lang.invoke.ConstantCallSite.isFrozen
/host/spi-builder-workspace/Sources/ConstantCallSite.swift:33: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
31 |     /// public java.lang.invoke.ConstantCallSite(java.lang.invoke.MethodHandle)
32 |
33 |     private static var new_MethodID_1: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_1' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |
35 |     public convenience init( target: MethodHandle? ) {
/host/spi-builder-workspace/Sources/ConstantCallSite.swift:50: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
48 |     /// protected java.lang.invoke.ConstantCallSite(java.lang.invoke.MethodType,java.lang.invoke.MethodHandle) throws java.lang.Throwable
49 |
50 |     private static var new_MethodID_2: jmethodID?
   |                        |- 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
   |                        |- note: convert 'new_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'new_MethodID_2' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |
52 |     public convenience init( targetType: MethodType?, createTargetHook: MethodHandle? ) throws {
/host/spi-builder-workspace/Sources/ConstantCallSite.swift:80:24: warning: static property 'setTarget_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
78 |     /// public final void java.lang.invoke.ConstantCallSite.setTarget(java.lang.invoke.MethodHandle)
79 |
80 |     private static var setTarget_MethodID_3: jmethodID?
   |                        |- warning: static property 'setTarget_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'setTarget_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'setTarget_MethodID_3' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
81 |
82 |     open func setTarget( ignore: MethodHandle? ) {
/host/spi-builder-workspace/Sources/ConstantCallSite.swift:8:12: warning: class 'ConstantCallSite' must restate inherited '@unchecked Sendable' conformance
 6 | /// class java.lang.invoke.ConstantCallSite ///
 7 |
 8 | open class ConstantCallSite: CallSite {
   |            `- warning: class 'ConstantCallSite' must restate inherited '@unchecked Sendable' conformance
 9 |
10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Constructor.swift:17:24: warning: static property 'ConstructorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private static var ConstructorJNIClass: jclass?
    |                        |- warning: static property 'ConstructorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'ConstructorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'ConstructorJNIClass' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 |     /// private byte[] java.lang.reflect.Constructor.annotations
/host/spi-builder-workspace/Sources/Constructor.swift:81:24: warning: static property 'equals_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// public boolean java.lang.reflect.Constructor.equals(java.lang.Object)
 80 |
 81 |     private static var equals_MethodID_1: jmethodID?
    |                        |- warning: static property 'equals_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'equals_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'equals_MethodID_1' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |
 83 |     open func equals( obj: java_swift.JavaObject? ) -> Bool {
/host/spi-builder-workspace/Sources/Constructor.swift:207:24: warning: static property 'newInstance_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
205 |     /// public java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) throws java.lang.InstantiationException,java.lang.IllegalAccessException,java.lang.IllegalArgumentException,java.lang.reflect.InvocationTargetException
206 |
207 |     private static var newInstance_MethodID_2: jmethodID?
    |                        |- warning: static property 'newInstance_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'newInstance_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'newInstance_MethodID_2' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
208 |
209 |     open func newInstance( initargs: [JavaObject]? ) throws /* java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException */ -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/Constructor.swift:8:12: warning: class 'Constructor' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.lang.reflect.Constructor ///
  7 |
  8 | open class Constructor: Executable {
    |            `- warning: class 'Constructor' must restate inherited '@unchecked Sendable' conformance
  9 |
 10 |     public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Deprecated.swift:15:24: warning: static property 'DeprecatedJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | open class DeprecatedForward: AnnotationForward, Deprecated {
14 |
15 |     private static var DeprecatedJNIClass: jclass?
   |                        |- warning: static property 'DeprecatedJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'DeprecatedJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'DeprecatedJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | }
/host/spi-builder-workspace/Sources/Deprecated.swift:13:12: warning: class 'DeprecatedForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class DeprecatedForward: AnnotationForward, Deprecated {
   |            `- warning: class 'DeprecatedForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var DeprecatedJNIClass: jclass?
/host/spi-builder-workspace/Sources/Documented.swift:15:24: warning: static property 'DocumentedJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | open class DocumentedForward: AnnotationForward, Documented {
14 |
15 |     private static var DocumentedJNIClass: jclass?
   |                        |- warning: static property 'DocumentedJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'DocumentedJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'DocumentedJNIClass' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | }
/host/spi-builder-workspace/Sources/Documented.swift:13:12: warning: class 'DocumentedForward' must restate inherited '@unchecked Sendable' conformance
11 |
12 |
13 | open class DocumentedForward: AnnotationForward, Documented {
   |            `- warning: class 'DocumentedForward' must restate inherited '@unchecked Sendable' conformance
14 |
15 |     private static var DocumentedJNIClass: jclass?
/host/spi-builder-workspace/Sources/ElementType.swift:29:24: warning: static property 'valueOf_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 27 |     /// public static java.lang.annotation.ElementType java.lang.annotation.ElementType.valueOf(java.lang.String)
 28 |
 29 |     private static var valueOf_MethodID_1: jmethodID?
    |                        |- warning: static property 'valueOf_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'valueOf_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'valueOf_MethodID_1' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |
 31 |     public static func valueOf( name: String? ) -> ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:40:24: warning: static property 'values_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 38 |     /// public static java.lang.annotation.ElementType[] java.lang.annotation.ElementType.values()
 39 |
 40 |     private static var values_MethodID_2: jmethodID?
    |                        |- warning: static property 'values_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'values_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'values_MethodID_2' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |
 42 |     public static func values() -> [ElementType]! {
/host/spi-builder-workspace/Sources/ElementType.swift:51:24: warning: static property 'ElementTypeJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 49 | open class ElementTypeForward: JNIObjectForward {
 50 |
 51 |     private static var ElementTypeJNIClass: jclass?
    |                        |- warning: static property 'ElementTypeJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'ElementTypeJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'ElementTypeJNIClass' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 52 |
 53 |     /// private static final java.lang.annotation.ElementType[] java.lang.annotation.ElementType.$VALUES
/host/spi-builder-workspace/Sources/ElementType.swift:57:24: warning: static property 'ANNOTATION_TYPE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 55 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.ANNOTATION_TYPE
 56 |
 57 |     private static var ANNOTATION_TYPE_FieldID: jfieldID?
    |                        |- warning: static property 'ANNOTATION_TYPE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'ANNOTATION_TYPE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'ANNOTATION_TYPE_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 58 |
 59 |     public static var ANNOTATION_TYPE: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:69:24: warning: static property 'CONSTRUCTOR_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.CONSTRUCTOR
 68 |
 69 |     private static var CONSTRUCTOR_FieldID: jfieldID?
    |                        |- warning: static property 'CONSTRUCTOR_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'CONSTRUCTOR_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'CONSTRUCTOR_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |
 71 |     public static var CONSTRUCTOR: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:81:24: warning: static property 'FIELD_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.FIELD
 80 |
 81 |     private static var FIELD_FieldID: jfieldID?
    |                        |- warning: static property 'FIELD_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'FIELD_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'FIELD_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |
 83 |     public static var FIELD: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:93:24: warning: static property 'LOCAL_VARIABLE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 91 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.LOCAL_VARIABLE
 92 |
 93 |     private static var LOCAL_VARIABLE_FieldID: jfieldID?
    |                        |- warning: static property 'LOCAL_VARIABLE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'LOCAL_VARIABLE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'LOCAL_VARIABLE_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |
 95 |     public static var LOCAL_VARIABLE: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:105:24: warning: static property 'METHOD_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
103 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.METHOD
104 |
105 |     private static var METHOD_FieldID: jfieldID?
    |                        |- warning: static property 'METHOD_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'METHOD_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'METHOD_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 |
107 |     public static var METHOD: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:117:24: warning: static property 'PACKAGE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
115 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.PACKAGE
116 |
117 |     private static var PACKAGE_FieldID: jfieldID?
    |                        |- warning: static property 'PACKAGE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'PACKAGE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'PACKAGE_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 |
119 |     public static var PACKAGE: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:129:24: warning: static property 'PARAMETER_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
127 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.PARAMETER
128 |
129 |     private static var PARAMETER_FieldID: jfieldID?
    |                        |- warning: static property 'PARAMETER_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'PARAMETER_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'PARAMETER_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
130 |
131 |     public static var PARAMETER: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:141:24: warning: static property 'TYPE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
139 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.TYPE
140 |
141 |     private static var TYPE_FieldID: jfieldID?
    |                        |- warning: static property 'TYPE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'TYPE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'TYPE_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 |
143 |     public static var TYPE: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:153:24: warning: static property 'TYPE_PARAMETER_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
151 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.TYPE_PARAMETER
152 |
153 |     private static var TYPE_PARAMETER_FieldID: jfieldID?
    |                        |- warning: static property 'TYPE_PARAMETER_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'TYPE_PARAMETER_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'TYPE_PARAMETER_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 |     public static var TYPE_PARAMETER: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:165:24: warning: static property 'TYPE_USE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
163 |     /// public static final java.lang.annotation.ElementType java.lang.annotation.ElementType.TYPE_USE
164 |
165 |     private static var TYPE_USE_FieldID: jfieldID?
    |                        |- warning: static property 'TYPE_USE_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'TYPE_USE_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'TYPE_USE_FieldID' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
166 |
167 |     public static var TYPE_USE: ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:177:24: warning: static property 'valueOf_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
175 |     /// public static java.lang.annotation.ElementType java.lang.annotation.ElementType.valueOf(java.lang.String)
176 |
177 |     private static var valueOf_MethodID_3: jmethodID?
    |                        |- warning: static property 'valueOf_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'valueOf_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'valueOf_MethodID_3' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
178 |
179 |     open class func valueOf( name: String? ) -> ElementType! {
/host/spi-builder-workspace/Sources/ElementType.swift:194:24: warning: static property 'valueOf_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 |     /// public static java.lang.Enum java.lang.Enum.valueOf(java.lang.Class,java.lang.String)
193 |
194 |     private static var valueOf_MethodID_4: jmethodID?
    |                        |- warning: static property 'valueOf_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'valueOf_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'valueOf_MethodID_4' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 |     open class func valueOf( enumType: java_swift.JavaClass?, name: String? ) -> java_swift.JavaEnum! {
/host/spi-builder-workspace/Sources/ElementType.swift:212:24: warning: static property 'values_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
210 |     /// public static java.lang.annotation.ElementType[] java.lang.annotation.ElementType.values()
211 |
212 |     private static var values_MethodID_5: jmethodID?
    |                        |- warning: static property 'values_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'values_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'values_MethodID_5' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
213 |
214 |     open class func values() -> [ElementType]! {
/host/spi-builder-workspace/Sources/ElementType.swift:49:12: warning: class 'ElementTypeForward' must restate inherited '@unchecked Sendable' conformance
 47 |
 48 |
 49 | open class ElementTypeForward: JNIObjectForward {
    |            `- warning: class 'ElementTypeForward' must restate inherited '@unchecked Sendable' conformance
 50 |
 51 |     private static var ElementTypeJNIClass: jclass?
Build complete! (32.98s)
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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.