Build Information
Successful build of java_util, reference master (1ac445
), with Swift 6.1 for Android on 7 Jun 2025 10:00:43 UTC.
Swift 6 data race errors: 4182
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
40 | /// public static java.util.stream.DoubleStream java.util.stream.StreamSupport.doubleStream(java.util.Spliterator$OfDouble,boolean)
41 |
42 | private static var doubleStream_MethodID_2: jmethodID?
| |- warning: static property 'doubleStream_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 'doubleStream_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'doubleStream_MethodID_2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |
44 | open class func doubleStream( spliterator: /* interface java.util.Spliterator$OfDouble */ UnavailableProtocol?, parallel: Bool ) -> DoubleStream! {
/host/spi-builder-workspace/Sources/StreamSupport.swift:60:24: warning: static property 'intStream_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 java.util.stream.IntStream java.util.stream.StreamSupport.intStream(java.util.function.Supplier,int,boolean)
59 |
60 | private static var intStream_MethodID_3: jmethodID?
| |- warning: static property 'intStream_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 'intStream_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'intStream_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 intStream( supplier: Supplier?, characteristics: Int, parallel: Bool ) -> IntStream! {
/host/spi-builder-workspace/Sources/StreamSupport.swift:79:24: warning: static property 'intStream_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
77 | /// public static java.util.stream.IntStream java.util.stream.StreamSupport.intStream(java.util.Spliterator$OfInt,boolean)
78 |
79 | private static var intStream_MethodID_4: jmethodID?
| |- warning: static property 'intStream_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 'intStream_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'intStream_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |
81 | open class func intStream( spliterator: /* interface java.util.Spliterator$OfInt */ UnavailableProtocol?, parallel: Bool ) -> IntStream! {
/host/spi-builder-workspace/Sources/StreamSupport.swift:97:24: warning: static property 'longStream_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
95 | /// public static java.util.stream.LongStream java.util.stream.StreamSupport.longStream(java.util.function.Supplier,int,boolean)
96 |
97 | private static var longStream_MethodID_5: jmethodID?
| |- warning: static property 'longStream_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 'longStream_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'longStream_MethodID_5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
98 |
99 | open class func longStream( supplier: Supplier?, characteristics: Int, parallel: Bool ) -> LongStream! {
/host/spi-builder-workspace/Sources/StreamSupport.swift:116:24: warning: static property 'longStream_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
114 | /// public static java.util.stream.LongStream java.util.stream.StreamSupport.longStream(java.util.Spliterator$OfLong,boolean)
115 |
116 | private static var longStream_MethodID_6: jmethodID?
| |- warning: static property 'longStream_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 'longStream_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'longStream_MethodID_6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
117 |
118 | open class func longStream( spliterator: /* interface java.util.Spliterator$OfLong */ UnavailableProtocol?, parallel: Bool ) -> LongStream! {
/host/spi-builder-workspace/Sources/StreamSupport.swift:134:24: warning: static property 'stream_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 | /// public static java.util.stream.Stream java.util.stream.StreamSupport.stream(java.util.Spliterator,boolean)
133 |
134 | private static var stream_MethodID_7: jmethodID?
| |- warning: static property 'stream_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 'stream_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'stream_MethodID_7' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 | open class func stream( spliterator: Spliterator?, parallel: Bool ) -> Stream! {
/host/spi-builder-workspace/Sources/StreamSupport.swift:152:24: warning: static property 'stream_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
150 | /// public static java.util.stream.Stream java.util.stream.StreamSupport.stream(java.util.function.Supplier,int,boolean)
151 |
152 | private static var stream_MethodID_8: jmethodID?
| |- warning: static property 'stream_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 'stream_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'stream_MethodID_8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |
154 | open class func stream( supplier: Supplier?, characteristics: Int, parallel: Bool ) -> Stream! {
/host/spi-builder-workspace/Sources/StreamSupport.swift:8:12: warning: class 'StreamSupport' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.util.stream.StreamSupport ///
7 |
8 | open class StreamSupport: java_swift.JavaObject {
| `- warning: class 'StreamSupport' 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/StringJoiner.swift:18:24: warning: static property 'StringJoinerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | }
17 |
18 | private static var StringJoinerJNIClass: jclass?
| |- warning: static property 'StringJoinerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'StringJoinerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'StringJoinerJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | /// private final java.lang.String java.util.StringJoiner.delimiter
/host/spi-builder-workspace/Sources/StringJoiner.swift:32: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
30 | /// public java.util.StringJoiner(java.lang.CharSequence)
31 |
32 | 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
33 |
34 | public convenience init( delimiter: java_lang.CharSequence? ) {
/host/spi-builder-workspace/Sources/StringJoiner.swift:49: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
47 | /// public java.util.StringJoiner(java.lang.CharSequence,java.lang.CharSequence,java.lang.CharSequence)
48 |
49 | 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
50 |
51 | public convenience init( delimiter: java_lang.CharSequence?, prefix: java_lang.CharSequence?, suffix: java_lang.CharSequence? ) {
/host/spi-builder-workspace/Sources/StringJoiner.swift:68:24: warning: static property 'add_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | /// public java.util.StringJoiner java.util.StringJoiner.add(java.lang.CharSequence)
67 |
68 | private static var add_MethodID_3: jmethodID?
| |- warning: static property 'add_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 'add_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'add_MethodID_3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |
70 | open func add( newElement: java_lang.CharSequence? ) -> StringJoiner! {
/host/spi-builder-workspace/Sources/StringJoiner.swift:85:24: warning: static property 'length_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
83 | /// public int java.util.StringJoiner.length()
84 |
85 | private static var length_MethodID_4: jmethodID?
| |- warning: static property 'length_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 'length_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'length_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 |
87 | open func length() -> Int {
/host/spi-builder-workspace/Sources/StringJoiner.swift:97:24: warning: static property 'merge_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
95 | /// public java.util.StringJoiner java.util.StringJoiner.merge(java.util.StringJoiner)
96 |
97 | private static var merge_MethodID_5: jmethodID?
| |- warning: static property 'merge_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 'merge_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'merge_MethodID_5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
98 |
99 | open func merge( other: StringJoiner? ) -> StringJoiner! {
/host/spi-builder-workspace/Sources/StringJoiner.swift:116:24: warning: static property 'setEmptyValue_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
114 | /// public java.util.StringJoiner java.util.StringJoiner.setEmptyValue(java.lang.CharSequence)
115 |
116 | private static var setEmptyValue_MethodID_6: jmethodID?
| |- warning: static property 'setEmptyValue_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 'setEmptyValue_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'setEmptyValue_MethodID_6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
117 |
118 | open func setEmptyValue( emptyValue: java_lang.CharSequence? ) -> StringJoiner! {
/host/spi-builder-workspace/Sources/StringJoiner.swift:9:12: warning: class 'StringJoiner' must restate inherited '@unchecked Sendable' conformance
7 | /// class java.util.StringJoiner ///
8 |
9 | open class StringJoiner: java_swift.JavaObject {
| `- warning: class 'StringJoiner' must restate inherited '@unchecked Sendable' conformance
10 |
11 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:17:24: warning: static property 'StringTokenizerJNIClass' 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 StringTokenizerJNIClass: jclass?
| |- warning: static property 'StringTokenizerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'StringTokenizerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'StringTokenizerJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | /// private int java.util.StringTokenizer.currentPosition
/host/spi-builder-workspace/Sources/StringTokenizer.swift:41: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
39 | /// public java.util.StringTokenizer(java.lang.String)
40 |
41 | 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
42 |
43 | public convenience init( str: String? ) {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:58: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
56 | /// public java.util.StringTokenizer(java.lang.String,java.lang.String)
57 |
58 | 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
59 |
60 | public convenience init( str: String?, delim: String? ) {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:76: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
74 | /// public java.util.StringTokenizer(java.lang.String,java.lang.String,boolean)
75 |
76 | 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
77 |
78 | public convenience init( str: String?, delim: String?, returnDelims: Bool ) {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:95:24: warning: static property 'countTokens_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
93 | /// public int java.util.StringTokenizer.countTokens()
94 |
95 | private static var countTokens_MethodID_4: jmethodID?
| |- warning: static property 'countTokens_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 'countTokens_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'countTokens_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |
97 | open func countTokens() -> Int {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:107:24: warning: static property 'hasMoreElements_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
105 | /// public boolean java.util.StringTokenizer.hasMoreElements()
106 |
107 | private static var hasMoreElements_MethodID_5: jmethodID?
| |- warning: static property 'hasMoreElements_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 'hasMoreElements_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'hasMoreElements_MethodID_5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |
109 | open func hasMoreElements() -> Bool {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:119:24: warning: static property 'hasMoreTokens_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
117 | /// public boolean java.util.StringTokenizer.hasMoreTokens()
118 |
119 | private static var hasMoreTokens_MethodID_6: jmethodID?
| |- warning: static property 'hasMoreTokens_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 'hasMoreTokens_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'hasMoreTokens_MethodID_6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 |
121 | open func hasMoreTokens() -> Bool {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:133:24: warning: static property 'nextElement_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
131 | /// public java.lang.Object java.util.StringTokenizer.nextElement()
132 |
133 | private static var nextElement_MethodID_7: jmethodID?
| |- warning: static property 'nextElement_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 'nextElement_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextElement_MethodID_7' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
134 |
135 | open func nextElement() -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:146:24: warning: static property 'nextToken_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
144 | /// public java.lang.String java.util.StringTokenizer.nextToken(java.lang.String)
145 |
146 | private static var nextToken_MethodID_8: jmethodID?
| |- warning: static property 'nextToken_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 'nextToken_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextToken_MethodID_8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 |
148 | open func nextToken( delim: String? ) -> String! {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:163:24: warning: static property 'nextToken_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 | /// public java.lang.String java.util.StringTokenizer.nextToken()
162 |
163 | private static var nextToken_MethodID_9: jmethodID?
| |- warning: static property 'nextToken_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 'nextToken_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextToken_MethodID_9' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
165 | open func nextToken() -> String! {
/host/spi-builder-workspace/Sources/StringTokenizer.swift:8:12: warning: class 'StringTokenizer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.util.StringTokenizer ///
7 |
8 | open class StringTokenizer: java_swift.JavaObject, Enumeration {
| `- warning: class 'StringTokenizer' 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/Supplier.swift:19:24: warning: static property 'SupplierJNIClass' 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 SupplierForward: JNIObjectForward, Supplier {
18 |
19 | private static var SupplierJNIClass: jclass?
| |- warning: static property 'SupplierJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SupplierJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SupplierJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 | /// public abstract java.lang.Object java.util.function.Supplier.get()
/host/spi-builder-workspace/Sources/Supplier.swift:23:24: warning: static property 'get_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 java.lang.Object java.util.function.Supplier.get()
22 |
23 | private static var get_MethodID_2: jmethodID?
| |- warning: static property 'get_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 'get_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'get_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 get() -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/Supplier.swift:17:12: warning: class 'SupplierForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class SupplierForward: JNIObjectForward, Supplier {
| `- warning: class 'SupplierForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var SupplierJNIClass: jclass?
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:21:24: warning: static property 'SynchronousQueueJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 | }
20 |
21 | private static var SynchronousQueueJNIClass: jclass?
| |- warning: static property 'SynchronousQueueJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SynchronousQueueJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SynchronousQueueJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | /// static final int java.util.concurrent.SynchronousQueue.NCPUS
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:53:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51 | /// public java.util.concurrent.SynchronousQueue()
52 |
53 | 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
54 |
55 | public convenience init() {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:65: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
63 | /// public java.util.concurrent.SynchronousQueue(boolean)
64 |
65 | 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
66 |
67 | public convenience init( fair: Bool ) {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:98:24: warning: static property 'drainTo_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
96 | /// public int java.util.concurrent.SynchronousQueue.drainTo(java.util.Collection)
97 |
98 | private static var drainTo_MethodID_3: jmethodID?
| |- warning: static property 'drainTo_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 'drainTo_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'drainTo_MethodID_3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 |
100 | open func drainTo( c: Collection? ) -> Int {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:114:24: warning: static property 'drainTo_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
112 | /// public int java.util.concurrent.SynchronousQueue.drainTo(java.util.Collection,int)
113 |
114 | private static var drainTo_MethodID_4: jmethodID?
| |- warning: static property 'drainTo_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 'drainTo_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'drainTo_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |
116 | open func drainTo( c: Collection?, maxElements: Int ) -> Int {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:143:24: warning: static property 'offer_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
141 | /// public boolean java.util.concurrent.SynchronousQueue.offer(java.lang.Object,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
142 |
143 | private static var offer_MethodID_5: jmethodID?
| |- warning: static property 'offer_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 'offer_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'offer_MethodID_5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
144 |
145 | open func offer( e: java_swift.JavaObject?, timeout: Int64, unit: TimeUnit? ) throws /* java.lang.InterruptedException */ -> Bool {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:169:24: warning: static property 'poll_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
167 | /// public java.lang.Object java.util.concurrent.SynchronousQueue.poll(long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
168 |
169 | private static var poll_MethodID_6: jmethodID?
| |- warning: static property 'poll_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 'poll_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'poll_MethodID_6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
170 |
171 | open func poll( timeout: Int64, unit: TimeUnit? ) throws /* java.lang.InterruptedException */ -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:195:24: warning: static property 'put_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
193 | /// public void java.util.concurrent.SynchronousQueue.put(java.lang.Object) throws java.lang.InterruptedException
194 |
195 | private static var put_MethodID_7: jmethodID?
| |- warning: static property 'put_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 'put_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'put_MethodID_7' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 |
197 | open func put( e: java_swift.JavaObject? ) throws /* java.lang.InterruptedException */ {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:216:24: warning: static property 'remainingCapacity_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
214 | /// public int java.util.concurrent.SynchronousQueue.remainingCapacity()
215 |
216 | private static var remainingCapacity_MethodID_8: jmethodID?
| |- warning: static property 'remainingCapacity_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 'remainingCapacity_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'remainingCapacity_MethodID_8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
217 |
218 | open func remainingCapacity() -> Int {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:248:24: warning: static property 'take_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
246 | /// public java.lang.Object java.util.concurrent.SynchronousQueue.take() throws java.lang.InterruptedException
247 |
248 | private static var take_MethodID_9: jmethodID?
| |- warning: static property 'take_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 'take_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'take_MethodID_9' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
249 |
250 | open func take() throws /* java.lang.InterruptedException */ -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:301:24: warning: static property 'equals_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
299 | /// public abstract boolean java.util.Collection.equals(java.lang.Object)
300 |
301 | private static var equals_MethodID_10: jmethodID?
| |- warning: static property 'equals_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 'equals_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'equals_MethodID_10' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
302 |
303 | override open func equals( o: java_swift.JavaObject? ) -> Bool {
/host/spi-builder-workspace/Sources/SynchronousQueue.swift:9:12: warning: class 'SynchronousQueue' must restate inherited '@unchecked Sendable' conformance
7 | /// class java.util.concurrent.SynchronousQueue ///
8 |
9 | open class SynchronousQueue: AbstractQueue, /* interface java.io.Serializable */ UnavailableProtocol {
| `- warning: class 'SynchronousQueue' must restate inherited '@unchecked Sendable' conformance
10 |
11 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/ThreadFactory.swift:19:24: warning: static property 'ThreadFactoryJNIClass' 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 ThreadFactoryForward: JNIObjectForward, ThreadFactory {
18 |
19 | private static var ThreadFactoryJNIClass: jclass?
| |- warning: static property 'ThreadFactoryJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ThreadFactoryJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ThreadFactoryJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 | /// public abstract java.lang.Thread java.util.concurrent.ThreadFactory.newThread(java.lang.Runnable)
/host/spi-builder-workspace/Sources/ThreadFactory.swift:23:24: warning: static property 'newThread_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 java.lang.Thread java.util.concurrent.ThreadFactory.newThread(java.lang.Runnable)
22 |
23 | private static var newThread_MethodID_2: jmethodID?
| |- warning: static property 'newThread_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 'newThread_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'newThread_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 newThread( r: java_swift.Runnable? ) -> java_swift.JavaThread! {
/host/spi-builder-workspace/Sources/ThreadFactory.swift:17:12: warning: class 'ThreadFactoryForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class ThreadFactoryForward: JNIObjectForward, ThreadFactory {
| `- warning: class 'ThreadFactoryForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var ThreadFactoryJNIClass: jclass?
/host/spi-builder-workspace/Sources/ThreadLocalRandom.swift:17:24: warning: static property 'ThreadLocalRandomJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | private static var ThreadLocalRandomJNIClass: jclass?
| |- warning: static property 'ThreadLocalRandomJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ThreadLocalRandomJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ThreadLocalRandomJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | /// static final java.lang.String java.util.concurrent.ThreadLocalRandom.BadBound
/host/spi-builder-workspace/Sources/ThreadLocalRandom.swift:113:24: warning: static property 'current_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
111 | /// public static java.util.concurrent.ThreadLocalRandom java.util.concurrent.ThreadLocalRandom.current()
112 |
113 | private static var current_MethodID_1: jmethodID?
| |- warning: static property 'current_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'current_MethodID_1' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'current_MethodID_1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 |
115 | open class func current() -> ThreadLocalRandom! {
/host/spi-builder-workspace/Sources/ThreadLocalRandom.swift:204:24: warning: static property 'next_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
202 | /// protected int java.util.concurrent.ThreadLocalRandom.next(int)
203 |
204 | private static var next_MethodID_2: jmethodID?
| |- warning: static property 'next_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'next_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'next_MethodID_2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
205 |
206 | override open func next( bits: Int ) -> Int {
/host/spi-builder-workspace/Sources/ThreadLocalRandom.swift:224:24: warning: static property 'nextDouble_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
222 | /// public double java.util.concurrent.ThreadLocalRandom.nextDouble(double)
223 |
224 | private static var nextDouble_MethodID_3: jmethodID?
| |- warning: static property 'nextDouble_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'nextDouble_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextDouble_MethodID_3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
225 |
226 | open func nextDouble( bound: Double ) -> Double {
/host/spi-builder-workspace/Sources/ThreadLocalRandom.swift:240:24: warning: static property 'nextDouble_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
238 | /// public double java.util.concurrent.ThreadLocalRandom.nextDouble(double,double)
239 |
240 | private static var nextDouble_MethodID_4: jmethodID?
| |- warning: static property 'nextDouble_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'nextDouble_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextDouble_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
241 |
242 | open func nextDouble( origin: Double, bound: Double ) -> Double {
/host/spi-builder-workspace/Sources/ThreadLocalRandom.swift:273:24: warning: static property 'nextInt_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
271 | /// public int java.util.concurrent.ThreadLocalRandom.nextInt(int,int)
272 |
273 | private static var nextInt_MethodID_5: jmethodID?
| |- warning: static property 'nextInt_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'nextInt_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextInt_MethodID_5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
274 |
275 | open func nextInt( origin: Int, bound: Int ) -> Int {
/host/spi-builder-workspace/Sources/ThreadLocalRandom.swift:294:24: warning: static property 'nextLong_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
292 | /// public long java.util.concurrent.ThreadLocalRandom.nextLong(long)
293 |
294 | private static var nextLong_MethodID_6: jmethodID?
| |- warning: static property 'nextLong_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'nextLong_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextLong_MethodID_6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
295 |
296 | open func nextLong( bound: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/ThreadLocalRandom.swift:310:24: warning: static property 'nextLong_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
308 | /// public long java.util.concurrent.ThreadLocalRandom.nextLong(long,long)
309 |
310 | private static var nextLong_MethodID_7: jmethodID?
| |- warning: static property 'nextLong_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'nextLong_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'nextLong_MethodID_7' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
311 |
312 | open func nextLong( origin: Int64, bound: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/ThreadLocalRandom.swift:8:12: warning: class 'ThreadLocalRandom' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.util.concurrent.ThreadLocalRandom ///
7 |
8 | open class ThreadLocalRandom: Random {
| `- warning: class 'ThreadLocalRandom' 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/ThreadPoolExecutor.swift:17:24: warning: static property 'ThreadPoolExecutorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | private static var ThreadPoolExecutorJNIClass: jclass?
| |- warning: static property 'ThreadPoolExecutorJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ThreadPoolExecutorJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ThreadPoolExecutorJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | /// private static final int java.util.concurrent.ThreadPoolExecutor.CAPACITY
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:71:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
69 | /// public java.util.concurrent.ThreadPoolExecutor(int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue)
70 |
71 | 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
72 |
73 | public convenience init( corePoolSize: Int, maximumPoolSize: Int, keepAliveTime: Int64, unit: TimeUnit?, workQueue: BlockingQueue? ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:92:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
90 | /// public java.util.concurrent.ThreadPoolExecutor(int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue,java.util.concurrent.RejectedExecutionHandler)
91 |
92 | 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
93 |
94 | public convenience init( corePoolSize: Int, maximumPoolSize: Int, keepAliveTime: Int64, unit: TimeUnit?, workQueue: BlockingQueue?, handler: RejectedExecutionHandler? ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:114:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
112 | /// public java.util.concurrent.ThreadPoolExecutor(int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue,java.util.concurrent.ThreadFactory)
113 |
114 | 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
115 |
116 | public convenience init( corePoolSize: Int, maximumPoolSize: Int, keepAliveTime: Int64, unit: TimeUnit?, workQueue: BlockingQueue?, threadFactory: ThreadFactory? ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:136:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
134 | /// public java.util.concurrent.ThreadPoolExecutor(int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue,java.util.concurrent.ThreadFactory,java.util.concurrent.RejectedExecutionHandler)
135 |
136 | private static var new_MethodID_4: jmethodID?
| |- warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
137 |
138 | public convenience init( corePoolSize: Int, maximumPoolSize: Int, keepAliveTime: Int64, unit: TimeUnit?, workQueue: BlockingQueue?, threadFactory: ThreadFactory?, handler: RejectedExecutionHandler? ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:177:24: warning: static property 'afterExecute_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
175 | /// protected void java.util.concurrent.ThreadPoolExecutor.afterExecute(java.lang.Runnable,java.lang.Throwable)
176 |
177 | private static var afterExecute_MethodID_5: jmethodID?
| |- warning: static property 'afterExecute_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'afterExecute_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'afterExecute_MethodID_5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
178 |
179 | open func afterExecute( r: java_swift.Runnable?, t: java_swift.Throwable? ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:193:24: warning: static property 'allowCoreThreadTimeOut_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
191 | /// public void java.util.concurrent.ThreadPoolExecutor.allowCoreThreadTimeOut(boolean)
192 |
193 | private static var allowCoreThreadTimeOut_MethodID_6: jmethodID?
| |- warning: static property 'allowCoreThreadTimeOut_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allowCoreThreadTimeOut_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allowCoreThreadTimeOut_MethodID_6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
194 |
195 | open func allowCoreThreadTimeOut( value: Bool ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:208:24: warning: static property 'allowsCoreThreadTimeOut_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
206 | /// public boolean java.util.concurrent.ThreadPoolExecutor.allowsCoreThreadTimeOut()
207 |
208 | private static var allowsCoreThreadTimeOut_MethodID_7: jmethodID?
| |- warning: static property 'allowsCoreThreadTimeOut_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allowsCoreThreadTimeOut_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allowsCoreThreadTimeOut_MethodID_7' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |
210 | open func allowsCoreThreadTimeOut() -> Bool {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:224:24: warning: static property 'beforeExecute_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
222 | /// protected void java.util.concurrent.ThreadPoolExecutor.beforeExecute(java.lang.Thread,java.lang.Runnable)
223 |
224 | private static var beforeExecute_MethodID_8: jmethodID?
| |- warning: static property 'beforeExecute_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'beforeExecute_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'beforeExecute_MethodID_8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
225 |
226 | open func beforeExecute( t: java_swift.JavaThread?, r: java_swift.Runnable? ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:258:24: warning: static property 'finalize_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
256 | /// protected void java.util.concurrent.ThreadPoolExecutor.finalize()
257 |
258 | private static var finalize_MethodID_9: jmethodID?
| |- warning: static property 'finalize_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'finalize_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'finalize_MethodID_9' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
259 |
260 | override open func finalize() {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:269:24: warning: static property 'getActiveCount_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
267 | /// public int java.util.concurrent.ThreadPoolExecutor.getActiveCount()
268 |
269 | private static var getActiveCount_MethodID_10: jmethodID?
| |- warning: static property 'getActiveCount_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getActiveCount_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getActiveCount_MethodID_10' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
270 |
271 | open func getActiveCount() -> Int {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:281:24: warning: static property 'getCompletedTaskCount_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
279 | /// public long java.util.concurrent.ThreadPoolExecutor.getCompletedTaskCount()
280 |
281 | private static var getCompletedTaskCount_MethodID_11: jmethodID?
| |- warning: static property 'getCompletedTaskCount_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getCompletedTaskCount_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getCompletedTaskCount_MethodID_11' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
282 |
283 | open func getCompletedTaskCount() -> Int64 {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:293:24: warning: static property 'getCorePoolSize_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
291 | /// public int java.util.concurrent.ThreadPoolExecutor.getCorePoolSize()
292 |
293 | private static var getCorePoolSize_MethodID_12: jmethodID?
| |- warning: static property 'getCorePoolSize_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getCorePoolSize_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getCorePoolSize_MethodID_12' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
294 |
295 | open func getCorePoolSize() -> Int {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:305:24: warning: static property 'getKeepAliveTime_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
303 | /// public long java.util.concurrent.ThreadPoolExecutor.getKeepAliveTime(java.util.concurrent.TimeUnit)
304 |
305 | private static var getKeepAliveTime_MethodID_13: jmethodID?
| |- warning: static property 'getKeepAliveTime_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getKeepAliveTime_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getKeepAliveTime_MethodID_13' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
306 |
307 | open func getKeepAliveTime( unit: TimeUnit? ) -> Int64 {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:321:24: warning: static property 'getLargestPoolSize_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
319 | /// public int java.util.concurrent.ThreadPoolExecutor.getLargestPoolSize()
320 |
321 | private static var getLargestPoolSize_MethodID_14: jmethodID?
| |- warning: static property 'getLargestPoolSize_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getLargestPoolSize_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getLargestPoolSize_MethodID_14' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
322 |
323 | open func getLargestPoolSize() -> Int {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:333:24: warning: static property 'getMaximumPoolSize_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
331 | /// public int java.util.concurrent.ThreadPoolExecutor.getMaximumPoolSize()
332 |
333 | private static var getMaximumPoolSize_MethodID_15: jmethodID?
| |- warning: static property 'getMaximumPoolSize_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getMaximumPoolSize_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getMaximumPoolSize_MethodID_15' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
334 |
335 | open func getMaximumPoolSize() -> Int {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:345:24: warning: static property 'getPoolSize_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
343 | /// public int java.util.concurrent.ThreadPoolExecutor.getPoolSize()
344 |
345 | private static var getPoolSize_MethodID_16: jmethodID?
| |- warning: static property 'getPoolSize_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getPoolSize_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getPoolSize_MethodID_16' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
346 |
347 | open func getPoolSize() -> Int {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:357:24: warning: static property 'getQueue_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
355 | /// public java.util.concurrent.BlockingQueue java.util.concurrent.ThreadPoolExecutor.getQueue()
356 |
357 | private static var getQueue_MethodID_17: jmethodID?
| |- warning: static property 'getQueue_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getQueue_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getQueue_MethodID_17' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
358 |
359 | open func getQueue() -> BlockingQueue! {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:370:24: warning: static property 'getRejectedExecutionHandler_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
368 | /// public java.util.concurrent.RejectedExecutionHandler java.util.concurrent.ThreadPoolExecutor.getRejectedExecutionHandler()
369 |
370 | private static var getRejectedExecutionHandler_MethodID_18: jmethodID?
| |- warning: static property 'getRejectedExecutionHandler_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getRejectedExecutionHandler_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getRejectedExecutionHandler_MethodID_18' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
371 |
372 | open func getRejectedExecutionHandler() -> RejectedExecutionHandler! {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:385:24: warning: static property 'getTaskCount_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
383 | /// public long java.util.concurrent.ThreadPoolExecutor.getTaskCount()
384 |
385 | private static var getTaskCount_MethodID_19: jmethodID?
| |- warning: static property 'getTaskCount_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getTaskCount_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getTaskCount_MethodID_19' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
386 |
387 | open func getTaskCount() -> Int64 {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:397:24: warning: static property 'getThreadFactory_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
395 | /// public java.util.concurrent.ThreadFactory java.util.concurrent.ThreadPoolExecutor.getThreadFactory()
396 |
397 | private static var getThreadFactory_MethodID_20: jmethodID?
| |- warning: static property 'getThreadFactory_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getThreadFactory_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getThreadFactory_MethodID_20' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
398 |
399 | open func getThreadFactory() -> ThreadFactory! {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:428:24: warning: static property 'isTerminating_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
426 | /// public boolean java.util.concurrent.ThreadPoolExecutor.isTerminating()
427 |
428 | private static var isTerminating_MethodID_21: jmethodID?
| |- warning: static property 'isTerminating_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'isTerminating_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'isTerminating_MethodID_21' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
429 |
430 | open func isTerminating() -> Bool {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:444:24: warning: static property 'prestartAllCoreThreads_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
442 | /// public int java.util.concurrent.ThreadPoolExecutor.prestartAllCoreThreads()
443 |
444 | private static var prestartAllCoreThreads_MethodID_22: jmethodID?
| |- warning: static property 'prestartAllCoreThreads_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'prestartAllCoreThreads_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'prestartAllCoreThreads_MethodID_22' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
445 |
446 | open func prestartAllCoreThreads() -> Int {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:456:24: warning: static property 'prestartCoreThread_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
454 | /// public boolean java.util.concurrent.ThreadPoolExecutor.prestartCoreThread()
455 |
456 | private static var prestartCoreThread_MethodID_23: jmethodID?
| |- warning: static property 'prestartCoreThread_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'prestartCoreThread_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'prestartCoreThread_MethodID_23' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
457 |
458 | open func prestartCoreThread() -> Bool {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:470:24: warning: static property 'purge_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
468 | /// public void java.util.concurrent.ThreadPoolExecutor.purge()
469 |
470 | private static var purge_MethodID_24: jmethodID?
| |- warning: static property 'purge_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'purge_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'purge_MethodID_24' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
471 |
472 | open func purge() {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:485:24: warning: static property 'remove_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
483 | /// public boolean java.util.concurrent.ThreadPoolExecutor.remove(java.lang.Runnable)
484 |
485 | private static var remove_MethodID_25: jmethodID?
| |- warning: static property 'remove_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'remove_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'remove_MethodID_25' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
486 |
487 | open func remove( task: java_swift.Runnable? ) -> Bool {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:505:24: warning: static property 'setCorePoolSize_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
503 | /// public void java.util.concurrent.ThreadPoolExecutor.setCorePoolSize(int)
504 |
505 | private static var setCorePoolSize_MethodID_26: jmethodID?
| |- warning: static property 'setCorePoolSize_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'setCorePoolSize_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'setCorePoolSize_MethodID_26' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
506 |
507 | open func setCorePoolSize( corePoolSize: Int ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:520:24: warning: static property 'setKeepAliveTime_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
518 | /// public void java.util.concurrent.ThreadPoolExecutor.setKeepAliveTime(long,java.util.concurrent.TimeUnit)
519 |
520 | private static var setKeepAliveTime_MethodID_27: jmethodID?
| |- warning: static property 'setKeepAliveTime_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'setKeepAliveTime_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'setKeepAliveTime_MethodID_27' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
521 |
522 | open func setKeepAliveTime( time: Int64, unit: TimeUnit? ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:536:24: warning: static property 'setMaximumPoolSize_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
534 | /// public void java.util.concurrent.ThreadPoolExecutor.setMaximumPoolSize(int)
535 |
536 | private static var setMaximumPoolSize_MethodID_28: jmethodID?
| |- warning: static property 'setMaximumPoolSize_MethodID_28' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'setMaximumPoolSize_MethodID_28' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'setMaximumPoolSize_MethodID_28' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
537 |
538 | open func setMaximumPoolSize( maximumPoolSize: Int ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:551:24: warning: static property 'setRejectedExecutionHandler_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
549 | /// public void java.util.concurrent.ThreadPoolExecutor.setRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler)
550 |
551 | private static var setRejectedExecutionHandler_MethodID_29: jmethodID?
| |- warning: static property 'setRejectedExecutionHandler_MethodID_29' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'setRejectedExecutionHandler_MethodID_29' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'setRejectedExecutionHandler_MethodID_29' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
552 |
553 | open func setRejectedExecutionHandler( handler: RejectedExecutionHandler? ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:566:24: warning: static property 'setThreadFactory_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
564 | /// public void java.util.concurrent.ThreadPoolExecutor.setThreadFactory(java.util.concurrent.ThreadFactory)
565 |
566 | private static var setThreadFactory_MethodID_30: jmethodID?
| |- warning: static property 'setThreadFactory_MethodID_30' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'setThreadFactory_MethodID_30' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'setThreadFactory_MethodID_30' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
567 |
568 | open func setThreadFactory( threadFactory: ThreadFactory? ) {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:589:24: warning: static property 'terminated_MethodID_31' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
587 | /// protected void java.util.concurrent.ThreadPoolExecutor.terminated()
588 |
589 | private static var terminated_MethodID_31: jmethodID?
| |- warning: static property 'terminated_MethodID_31' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'terminated_MethodID_31' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'terminated_MethodID_31' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
590 |
591 | open func terminated() {
/host/spi-builder-workspace/Sources/ThreadPoolExecutor.swift:8:12: warning: class 'ThreadPoolExecutor' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.util.concurrent.ThreadPoolExecutor ///
7 |
8 | open class ThreadPoolExecutor: AbstractExecutorService {
| `- warning: class 'ThreadPoolExecutor' 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/TimeUnit.swift:30:24: warning: static property 'valueOf_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 | /// public static java.util.concurrent.TimeUnit java.util.concurrent.TimeUnit.valueOf(java.lang.String)
29 |
30 | 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
31 |
32 | public static func valueOf( name: String? ) -> TimeUnit! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:41:24: warning: static property 'values_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | /// public static java.util.concurrent.TimeUnit[] java.util.concurrent.TimeUnit.values()
40 |
41 | 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
42 |
43 | public static func values() -> [TimeUnit]! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:53:24: warning: static property 'convert_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51 | /// public long java.util.concurrent.TimeUnit.convert(long,java.util.concurrent.TimeUnit)
52 |
53 | private static var convert_MethodID_3: jmethodID?
| |- warning: static property 'convert_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'convert_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'convert_MethodID_3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 | public func convert( sourceDuration: Int64, sourceUnit: TimeUnit? ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:68:24: warning: static property 'sleep_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | /// public void java.util.concurrent.TimeUnit.sleep(long) throws java.lang.InterruptedException
67 |
68 | private static var sleep_MethodID_4: jmethodID?
| |- warning: static property 'sleep_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sleep_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sleep_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |
70 | public func sleep( timeout: Int64 ) throws /* java.lang.InterruptedException */ {
/host/spi-builder-workspace/Sources/TimeUnit.swift:79:24: warning: static property 'timedJoin_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
77 | /// public void java.util.concurrent.TimeUnit.timedJoin(java.lang.Thread,long) throws java.lang.InterruptedException
78 |
79 | private static var timedJoin_MethodID_5: jmethodID?
| |- warning: static property 'timedJoin_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'timedJoin_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'timedJoin_MethodID_5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |
81 | public func timedJoin( thread: java_swift.JavaThread?, timeout: Int64 ) throws /* java.lang.InterruptedException */ {
/host/spi-builder-workspace/Sources/TimeUnit.swift:90:24: warning: static property 'timedWait_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
88 | /// public void java.util.concurrent.TimeUnit.timedWait(java.lang.Object,long) throws java.lang.InterruptedException
89 |
90 | private static var timedWait_MethodID_6: jmethodID?
| |- warning: static property 'timedWait_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'timedWait_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'timedWait_MethodID_6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
91 |
92 | public func timedWait( obj: java_swift.JavaObject?, timeout: Int64 ) throws /* java.lang.InterruptedException */ {
/host/spi-builder-workspace/Sources/TimeUnit.swift:101:24: warning: static property 'toDays_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
99 | /// public long java.util.concurrent.TimeUnit.toDays(long)
100 |
101 | private static var toDays_MethodID_7: jmethodID?
| |- warning: static property 'toDays_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toDays_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toDays_MethodID_7' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 |
103 | public func toDays( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:112:24: warning: static property 'toHours_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
110 | /// public long java.util.concurrent.TimeUnit.toHours(long)
111 |
112 | private static var toHours_MethodID_8: jmethodID?
| |- warning: static property 'toHours_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toHours_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toHours_MethodID_8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
113 |
114 | public func toHours( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:123:24: warning: static property 'toMicros_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
121 | /// public long java.util.concurrent.TimeUnit.toMicros(long)
122 |
123 | private static var toMicros_MethodID_9: jmethodID?
| |- warning: static property 'toMicros_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toMicros_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toMicros_MethodID_9' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
124 |
125 | public func toMicros( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:134:24: warning: static property 'toMillis_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 | /// public long java.util.concurrent.TimeUnit.toMillis(long)
133 |
134 | private static var toMillis_MethodID_10: jmethodID?
| |- warning: static property 'toMillis_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toMillis_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toMillis_MethodID_10' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 |
136 | public func toMillis( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:145:24: warning: static property 'toMinutes_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
143 | /// public long java.util.concurrent.TimeUnit.toMinutes(long)
144 |
145 | private static var toMinutes_MethodID_11: jmethodID?
| |- warning: static property 'toMinutes_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toMinutes_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toMinutes_MethodID_11' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 |
147 | public func toMinutes( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:156:24: warning: static property 'toNanos_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
154 | /// public long java.util.concurrent.TimeUnit.toNanos(long)
155 |
156 | private static var toNanos_MethodID_12: jmethodID?
| |- warning: static property 'toNanos_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toNanos_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toNanos_MethodID_12' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |
158 | public func toNanos( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:167:24: warning: static property 'toSeconds_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
165 | /// public long java.util.concurrent.TimeUnit.toSeconds(long)
166 |
167 | private static var toSeconds_MethodID_13: jmethodID?
| |- warning: static property 'toSeconds_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toSeconds_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toSeconds_MethodID_13' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 |
169 | public func toSeconds( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:181:24: warning: static property 'TimeUnitJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
179 | open class TimeUnitForward: JNIObjectForward {
180 |
181 | private static var TimeUnitJNIClass: jclass?
| |- warning: static property 'TimeUnitJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'TimeUnitJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'TimeUnitJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
182 |
183 | /// private static final java.util.concurrent.TimeUnit[] java.util.concurrent.TimeUnit.$VALUES
/host/spi-builder-workspace/Sources/TimeUnit.swift:215:24: warning: static property 'DAYS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
213 | /// public static final java.util.concurrent.TimeUnit java.util.concurrent.TimeUnit.DAYS
214 |
215 | private static var DAYS_FieldID: jfieldID?
| |- warning: static property 'DAYS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'DAYS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'DAYS_FieldID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
216 |
217 | public static var DAYS: TimeUnit! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:227:24: warning: static property 'HOURS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
225 | /// public static final java.util.concurrent.TimeUnit java.util.concurrent.TimeUnit.HOURS
226 |
227 | private static var HOURS_FieldID: jfieldID?
| |- warning: static property 'HOURS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'HOURS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'HOURS_FieldID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
228 |
229 | public static var HOURS: TimeUnit! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:243:24: warning: static property 'MICROSECONDS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
241 | /// public static final java.util.concurrent.TimeUnit java.util.concurrent.TimeUnit.MICROSECONDS
242 |
243 | private static var MICROSECONDS_FieldID: jfieldID?
| |- warning: static property 'MICROSECONDS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'MICROSECONDS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'MICROSECONDS_FieldID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
244 |
245 | public static var MICROSECONDS: TimeUnit! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:255:24: warning: static property 'MILLISECONDS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
253 | /// public static final java.util.concurrent.TimeUnit java.util.concurrent.TimeUnit.MILLISECONDS
254 |
255 | private static var MILLISECONDS_FieldID: jfieldID?
| |- warning: static property 'MILLISECONDS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'MILLISECONDS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'MILLISECONDS_FieldID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
256 |
257 | public static var MILLISECONDS: TimeUnit! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:267:24: warning: static property 'MINUTES_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
265 | /// public static final java.util.concurrent.TimeUnit java.util.concurrent.TimeUnit.MINUTES
266 |
267 | private static var MINUTES_FieldID: jfieldID?
| |- warning: static property 'MINUTES_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'MINUTES_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'MINUTES_FieldID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 |
269 | public static var MINUTES: TimeUnit! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:279:24: warning: static property 'NANOSECONDS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
277 | /// public static final java.util.concurrent.TimeUnit java.util.concurrent.TimeUnit.NANOSECONDS
278 |
279 | private static var NANOSECONDS_FieldID: jfieldID?
| |- warning: static property 'NANOSECONDS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'NANOSECONDS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'NANOSECONDS_FieldID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
280 |
281 | public static var NANOSECONDS: TimeUnit! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:291:24: warning: static property 'SECONDS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
289 | /// public static final java.util.concurrent.TimeUnit java.util.concurrent.TimeUnit.SECONDS
290 |
291 | private static var SECONDS_FieldID: jfieldID?
| |- warning: static property 'SECONDS_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SECONDS_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SECONDS_FieldID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
292 |
293 | public static var SECONDS: TimeUnit! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:303:24: warning: static property 'valueOf_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
301 | /// public static java.util.concurrent.TimeUnit java.util.concurrent.TimeUnit.valueOf(java.lang.String)
302 |
303 | private static var valueOf_MethodID_14: jmethodID?
| |- warning: static property 'valueOf_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'valueOf_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'valueOf_MethodID_14' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 |
305 | open class func valueOf( name: String? ) -> TimeUnit! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:320:24: warning: static property 'valueOf_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
318 | /// public static java.lang.Enum java.lang.Enum.valueOf(java.lang.Class,java.lang.String)
319 |
320 | private static var valueOf_MethodID_15: jmethodID?
| |- warning: static property 'valueOf_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'valueOf_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'valueOf_MethodID_15' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
321 |
322 | open class func valueOf( enumType: java_swift.JavaClass?, name: String? ) -> java_swift.JavaEnum! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:338:24: warning: static property 'values_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
336 | /// public static java.util.concurrent.TimeUnit[] java.util.concurrent.TimeUnit.values()
337 |
338 | private static var values_MethodID_16: jmethodID?
| |- warning: static property 'values_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'values_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'values_MethodID_16' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
339 |
340 | open class func values() -> [TimeUnit]! {
/host/spi-builder-workspace/Sources/TimeUnit.swift:358:24: warning: static property 'convert_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
356 | /// public long java.util.concurrent.TimeUnit.convert(long,java.util.concurrent.TimeUnit)
357 |
358 | private static var convert_MethodID_17: jmethodID?
| |- warning: static property 'convert_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'convert_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'convert_MethodID_17' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
359 |
360 | open func convert( sourceDuration: Int64, sourceUnit: TimeUnit? ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:407:24: warning: static property 'sleep_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
405 | /// public void java.util.concurrent.TimeUnit.sleep(long) throws java.lang.InterruptedException
406 |
407 | private static var sleep_MethodID_18: jmethodID?
| |- warning: static property 'sleep_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sleep_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'sleep_MethodID_18' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |
409 | open func sleep( timeout: Int64 ) throws /* java.lang.InterruptedException */ {
/host/spi-builder-workspace/Sources/TimeUnit.swift:426:24: warning: static property 'timedJoin_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
424 | /// public void java.util.concurrent.TimeUnit.timedJoin(java.lang.Thread,long) throws java.lang.InterruptedException
425 |
426 | private static var timedJoin_MethodID_19: jmethodID?
| |- warning: static property 'timedJoin_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'timedJoin_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'timedJoin_MethodID_19' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
427 |
428 | open func timedJoin( thread: java_swift.JavaThread?, timeout: Int64 ) throws /* java.lang.InterruptedException */ {
/host/spi-builder-workspace/Sources/TimeUnit.swift:446:24: warning: static property 'timedWait_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
444 | /// public void java.util.concurrent.TimeUnit.timedWait(java.lang.Object,long) throws java.lang.InterruptedException
445 |
446 | private static var timedWait_MethodID_20: jmethodID?
| |- warning: static property 'timedWait_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'timedWait_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'timedWait_MethodID_20' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
447 |
448 | open func timedWait( obj: java_swift.JavaObject?, timeout: Int64 ) throws /* java.lang.InterruptedException */ {
/host/spi-builder-workspace/Sources/TimeUnit.swift:466:24: warning: static property 'toDays_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
464 | /// public long java.util.concurrent.TimeUnit.toDays(long)
465 |
466 | private static var toDays_MethodID_21: jmethodID?
| |- warning: static property 'toDays_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toDays_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toDays_MethodID_21' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
467 |
468 | open func toDays( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:482:24: warning: static property 'toHours_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
480 | /// public long java.util.concurrent.TimeUnit.toHours(long)
481 |
482 | private static var toHours_MethodID_22: jmethodID?
| |- warning: static property 'toHours_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toHours_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toHours_MethodID_22' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
483 |
484 | open func toHours( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:498:24: warning: static property 'toMicros_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
496 | /// public long java.util.concurrent.TimeUnit.toMicros(long)
497 |
498 | private static var toMicros_MethodID_23: jmethodID?
| |- warning: static property 'toMicros_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toMicros_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toMicros_MethodID_23' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
499 |
500 | open func toMicros( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:514:24: warning: static property 'toMillis_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
512 | /// public long java.util.concurrent.TimeUnit.toMillis(long)
513 |
514 | private static var toMillis_MethodID_24: jmethodID?
| |- warning: static property 'toMillis_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toMillis_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toMillis_MethodID_24' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
515 |
516 | open func toMillis( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:530:24: warning: static property 'toMinutes_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
528 | /// public long java.util.concurrent.TimeUnit.toMinutes(long)
529 |
530 | private static var toMinutes_MethodID_25: jmethodID?
| |- warning: static property 'toMinutes_MethodID_25' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toMinutes_MethodID_25' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toMinutes_MethodID_25' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
531 |
532 | open func toMinutes( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:546:24: warning: static property 'toNanos_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
544 | /// public long java.util.concurrent.TimeUnit.toNanos(long)
545 |
546 | private static var toNanos_MethodID_26: jmethodID?
| |- warning: static property 'toNanos_MethodID_26' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toNanos_MethodID_26' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toNanos_MethodID_26' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
547 |
548 | open func toNanos( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:562:24: warning: static property 'toSeconds_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
560 | /// public long java.util.concurrent.TimeUnit.toSeconds(long)
561 |
562 | private static var toSeconds_MethodID_27: jmethodID?
| |- warning: static property 'toSeconds_MethodID_27' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toSeconds_MethodID_27' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toSeconds_MethodID_27' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
563 |
564 | open func toSeconds( duration: Int64 ) -> Int64 {
/host/spi-builder-workspace/Sources/TimeUnit.swift:179:12: warning: class 'TimeUnitForward' must restate inherited '@unchecked Sendable' conformance
177 |
178 |
179 | open class TimeUnitForward: JNIObjectForward {
| `- warning: class 'TimeUnitForward' must restate inherited '@unchecked Sendable' conformance
180 |
181 | private static var TimeUnitJNIClass: jclass?
/host/spi-builder-workspace/Sources/TimeZone.swift:21:24: warning: static property 'TimeZoneJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 | }
20 |
21 | private static var TimeZoneJNIClass: jclass?
| |- warning: static property 'TimeZoneJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'TimeZoneJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'TimeZoneJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | /// static final boolean java.util.TimeZone.$assertionsDisabled
/host/spi-builder-workspace/Sources/TimeZone.swift:35:24: warning: static property 'LONG_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 | /// public static final int java.util.TimeZone.LONG
34 |
35 | private static var LONG_FieldID: jfieldID?
| |- warning: static property 'LONG_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'LONG_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'LONG_FieldID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |
37 | public static var LONG: Int {
/host/spi-builder-workspace/Sources/TimeZone.swift:56:24: warning: static property 'SHORT_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
54 | /// public static final int java.util.TimeZone.SHORT
55 |
56 | private static var SHORT_FieldID: jfieldID?
| |- warning: static property 'SHORT_FieldID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'SHORT_FieldID' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'SHORT_FieldID' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
57 |
58 | public static var SHORT: Int {
/host/spi-builder-workspace/Sources/TimeZone.swift:77:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | /// public java.util.TimeZone()
76 |
77 | 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
78 |
79 | public convenience init() {
/host/spi-builder-workspace/Sources/TimeZone.swift:89:24: warning: static property 'getAvailableIDs_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
87 | /// public static synchronized java.lang.String[] java.util.TimeZone.getAvailableIDs(int)
88 |
89 | private static var getAvailableIDs_MethodID_2: jmethodID?
| |- warning: static property 'getAvailableIDs_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getAvailableIDs_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getAvailableIDs_MethodID_2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
90 |
91 | open class func getAvailableIDs( arg0: Int ) -> [String]! {
/host/spi-builder-workspace/Sources/TimeZone.swift:105:24: warning: static property 'getAvailableIDs_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
103 | /// public static synchronized java.lang.String[] java.util.TimeZone.getAvailableIDs()
104 |
105 | private static var getAvailableIDs_MethodID_3: jmethodID?
| |- warning: static property 'getAvailableIDs_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getAvailableIDs_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getAvailableIDs_MethodID_3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 |
107 | open class func getAvailableIDs() -> [String]! {
/host/spi-builder-workspace/Sources/TimeZone.swift:117:24: warning: static property 'getDefault_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
115 | /// public static java.util.TimeZone java.util.TimeZone.getDefault()
116 |
117 | private static var getDefault_MethodID_4: jmethodID?
| |- warning: static property 'getDefault_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getDefault_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getDefault_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 |
119 | open class func getDefault() -> TimeZone! {
/host/spi-builder-workspace/Sources/TimeZone.swift:140:24: warning: static property 'getTimeZone_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
138 | /// public static synchronized java.util.TimeZone java.util.TimeZone.getTimeZone(java.lang.String)
139 |
140 | private static var getTimeZone_MethodID_5: jmethodID?
| |- warning: static property 'getTimeZone_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getTimeZone_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getTimeZone_MethodID_5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
141 |
142 | open class func getTimeZone( arg0: String? ) -> TimeZone! {
/host/spi-builder-workspace/Sources/TimeZone.swift:159:24: warning: static property 'getTimeZone_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
157 | /// public static java.util.TimeZone java.util.TimeZone.getTimeZone(java.time.ZoneId)
158 |
159 | private static var getTimeZone_MethodID_6: jmethodID?
| |- warning: static property 'getTimeZone_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getTimeZone_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getTimeZone_MethodID_6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
160 |
161 | open class func getTimeZone( arg0: /* class java.time.ZoneId */ UnavailableObject? ) -> TimeZone! {
/host/spi-builder-workspace/Sources/TimeZone.swift:178:24: warning: static property 'setDefault_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
176 | /// public static void java.util.TimeZone.setDefault(java.util.TimeZone)
177 |
178 | private static var setDefault_MethodID_7: jmethodID?
| |- warning: static property 'setDefault_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'setDefault_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'setDefault_MethodID_7' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
179 |
180 | open class func setDefault( arg0: TimeZone? ) {
/host/spi-builder-workspace/Sources/TimeZone.swift:195:24: warning: static property 'clone_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
193 | /// public java.lang.Object java.util.TimeZone.clone()
194 |
195 | private static var clone_MethodID_8: jmethodID?
| |- warning: static property 'clone_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'clone_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'clone_MethodID_8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 |
197 | override open func clone() -> java_swift.JavaObject! {
/host/spi-builder-workspace/Sources/TimeZone.swift:208:24: warning: static property 'getDSTSavings_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
206 | /// public int java.util.TimeZone.getDSTSavings()
207 |
208 | private static var getDSTSavings_MethodID_9: jmethodID?
| |- warning: static property 'getDSTSavings_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getDSTSavings_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getDSTSavings_MethodID_9' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 |
210 | open func getDSTSavings() -> Int {
/host/spi-builder-workspace/Sources/TimeZone.swift:220:24: warning: static property 'getDisplayName_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
218 | /// public final java.lang.String java.util.TimeZone.getDisplayName(boolean,int)
219 |
220 | private static var getDisplayName_MethodID_10: jmethodID?
| |- warning: static property 'getDisplayName_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getDisplayName_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getDisplayName_MethodID_10' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
221 |
222 | open func getDisplayName( arg0: Bool, arg1: Int ) -> String! {
/host/spi-builder-workspace/Sources/TimeZone.swift:238:24: warning: static property 'getDisplayName_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
236 | /// public java.lang.String java.util.TimeZone.getDisplayName(boolean,int,java.util.Locale)
237 |
238 | private static var getDisplayName_MethodID_11: jmethodID?
| |- warning: static property 'getDisplayName_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getDisplayName_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getDisplayName_MethodID_11' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
239 |
240 | open func getDisplayName( arg0: Bool, arg1: Int, arg2: JavaLocale? ) -> String! {
/host/spi-builder-workspace/Sources/TimeZone.swift:257:24: warning: static property 'getDisplayName_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
255 | /// public final java.lang.String java.util.TimeZone.getDisplayName(java.util.Locale)
256 |
257 | private static var getDisplayName_MethodID_12: jmethodID?
| |- warning: static property 'getDisplayName_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getDisplayName_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getDisplayName_MethodID_12' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
258 |
259 | open func getDisplayName( arg0: JavaLocale? ) -> String! {
/host/spi-builder-workspace/Sources/TimeZone.swift:274:24: warning: static property 'getDisplayName_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
272 | /// public final java.lang.String java.util.TimeZone.getDisplayName()
273 |
274 | private static var getDisplayName_MethodID_13: jmethodID?
| |- warning: static property 'getDisplayName_MethodID_13' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getDisplayName_MethodID_13' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getDisplayName_MethodID_13' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 |
276 | open func getDisplayName() -> String! {
/host/spi-builder-workspace/Sources/TimeZone.swift:287:24: warning: static property 'getID_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
285 | /// public java.lang.String java.util.TimeZone.getID()
286 |
287 | private static var getID_MethodID_14: jmethodID?
| |- warning: static property 'getID_MethodID_14' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getID_MethodID_14' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getID_MethodID_14' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
288 |
289 | open func getID() -> String! {
/host/spi-builder-workspace/Sources/TimeZone.swift:300:24: warning: static property 'getOffset_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
298 | /// public abstract int java.util.TimeZone.getOffset(int,int,int,int,int,int)
299 |
300 | private static var getOffset_MethodID_15: jmethodID?
| |- warning: static property 'getOffset_MethodID_15' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getOffset_MethodID_15' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getOffset_MethodID_15' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
301 |
302 | open func getOffset( arg0: Int, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int ) -> Int {
/host/spi-builder-workspace/Sources/TimeZone.swift:321:24: warning: static property 'getOffset_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
319 | /// public int java.util.TimeZone.getOffset(long)
320 |
321 | private static var getOffset_MethodID_16: jmethodID?
| |- warning: static property 'getOffset_MethodID_16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getOffset_MethodID_16' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getOffset_MethodID_16' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
322 |
323 | open func getOffset( arg0: Int64 ) -> Int {
/host/spi-builder-workspace/Sources/TimeZone.swift:341:24: warning: static property 'getRawOffset_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
339 | /// public abstract int java.util.TimeZone.getRawOffset()
340 |
341 | private static var getRawOffset_MethodID_17: jmethodID?
| |- warning: static property 'getRawOffset_MethodID_17' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getRawOffset_MethodID_17' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getRawOffset_MethodID_17' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
342 |
343 | open func getRawOffset() -> Int {
/host/spi-builder-workspace/Sources/TimeZone.swift:353:24: warning: static property 'hasSameRules_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
351 | /// public boolean java.util.TimeZone.hasSameRules(java.util.TimeZone)
352 |
353 | private static var hasSameRules_MethodID_18: jmethodID?
| |- warning: static property 'hasSameRules_MethodID_18' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'hasSameRules_MethodID_18' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'hasSameRules_MethodID_18' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
354 |
355 | open func hasSameRules( arg0: TimeZone? ) -> Bool {
/host/spi-builder-workspace/Sources/TimeZone.swift:369:24: warning: static property 'inDaylightTime_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
367 | /// public abstract boolean java.util.TimeZone.inDaylightTime(java.util.Date)
368 |
369 | private static var inDaylightTime_MethodID_19: jmethodID?
| |- warning: static property 'inDaylightTime_MethodID_19' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'inDaylightTime_MethodID_19' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'inDaylightTime_MethodID_19' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
370 |
371 | open func inDaylightTime( arg0: Date? ) -> Bool {
/host/spi-builder-workspace/Sources/TimeZone.swift:385:24: warning: static property 'observesDaylightTime_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
383 | /// public boolean java.util.TimeZone.observesDaylightTime()
384 |
385 | private static var observesDaylightTime_MethodID_20: jmethodID?
| |- warning: static property 'observesDaylightTime_MethodID_20' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'observesDaylightTime_MethodID_20' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'observesDaylightTime_MethodID_20' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
386 |
387 | open func observesDaylightTime() -> Bool {
/host/spi-builder-workspace/Sources/TimeZone.swift:397:24: warning: static property 'setID_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
395 | /// public void java.util.TimeZone.setID(java.lang.String)
396 |
397 | private static var setID_MethodID_21: jmethodID?
| |- warning: static property 'setID_MethodID_21' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'setID_MethodID_21' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'setID_MethodID_21' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
398 |
399 | open func setID( arg0: String? ) {
/host/spi-builder-workspace/Sources/TimeZone.swift:412:24: warning: static property 'setRawOffset_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
410 | /// public abstract void java.util.TimeZone.setRawOffset(int)
411 |
412 | private static var setRawOffset_MethodID_22: jmethodID?
| |- warning: static property 'setRawOffset_MethodID_22' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'setRawOffset_MethodID_22' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'setRawOffset_MethodID_22' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
413 |
414 | open func setRawOffset( arg0: Int ) {
/host/spi-builder-workspace/Sources/TimeZone.swift:427:24: warning: static property 'toZoneId_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
425 | /// public java.time.ZoneId java.util.TimeZone.toZoneId()
426 |
427 | private static var toZoneId_MethodID_23: jmethodID?
| |- warning: static property 'toZoneId_MethodID_23' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'toZoneId_MethodID_23' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'toZoneId_MethodID_23' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
428 |
429 | open func toZoneId() -> /* class java.time.ZoneId */ UnavailableObject! {
/host/spi-builder-workspace/Sources/TimeZone.swift:440:24: warning: static property 'useDaylightTime_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
438 | /// public abstract boolean java.util.TimeZone.useDaylightTime()
439 |
440 | private static var useDaylightTime_MethodID_24: jmethodID?
| |- warning: static property 'useDaylightTime_MethodID_24' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'useDaylightTime_MethodID_24' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'useDaylightTime_MethodID_24' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
441 |
442 | open func useDaylightTime() -> Bool {
/host/spi-builder-workspace/Sources/TimeZone.swift:9:12: warning: class 'TimeZone' must restate inherited '@unchecked Sendable' conformance
7 | /// class java.util.TimeZone ///
8 |
9 | open class TimeZone: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol, java_lang.Cloneable {
| `- warning: class 'TimeZone' must restate inherited '@unchecked Sendable' conformance
10 |
11 | public convenience init?( casting object: java_swift.JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:17:24: warning: static property 'TimeZoneNameProviderJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | private static var TimeZoneNameProviderJNIClass: jclass?
| |- warning: static property 'TimeZoneNameProviderJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'TimeZoneNameProviderJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'TimeZoneNameProviderJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | /// protected java.util.spi.TimeZoneNameProvider()
/host/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:21:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 | /// protected java.util.spi.TimeZoneNameProvider()
20 |
21 | 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
22 |
23 | public convenience init() {
/host/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:33:24: warning: static property 'getDisplayName_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
31 | /// public abstract java.lang.String java.util.spi.TimeZoneNameProvider.getDisplayName(java.lang.String,boolean,int,java.util.Locale)
32 |
33 | private static var getDisplayName_MethodID_2: jmethodID?
| |- warning: static property 'getDisplayName_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getDisplayName_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getDisplayName_MethodID_2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |
35 | open func getDisplayName( ID: String?, daylight: Bool, style: Int, locale: JavaLocale? ) -> String! {
/host/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:53:24: warning: static property 'getGenericDisplayName_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51 | /// public java.lang.String java.util.spi.TimeZoneNameProvider.getGenericDisplayName(java.lang.String,int,java.util.Locale)
52 |
53 | private static var getGenericDisplayName_MethodID_3: jmethodID?
| |- warning: static property 'getGenericDisplayName_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'getGenericDisplayName_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'getGenericDisplayName_MethodID_3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |
55 | open func getGenericDisplayName( ID: String?, style: Int, locale: JavaLocale? ) -> String! {
/host/spi-builder-workspace/Sources/TimeZoneNameProvider.swift:8:12: warning: class 'TimeZoneNameProvider' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.util.spi.TimeZoneNameProvider ///
7 |
8 | open class TimeZoneNameProvider: LocaleServiceProvider {
| `- warning: class 'TimeZoneNameProvider' 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/TimeoutException.swift:17:24: warning: static property 'TimeoutExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | private static var TimeoutExceptionJNIClass: jclass?
| |- warning: static property 'TimeoutExceptionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'TimeoutExceptionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'TimeoutExceptionJNIClass' 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.util.concurrent.TimeoutException.serialVersionUID
/host/spi-builder-workspace/Sources/TimeoutException.swift:55:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53 | /// public java.util.concurrent.TimeoutException()
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/TimeoutException.swift:67:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
65 | /// public java.util.concurrent.TimeoutException(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( message: String? ) {
/host/spi-builder-workspace/Sources/TimeoutException.swift:8:12: warning: class 'TimeoutException' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.util.concurrent.TimeoutException ///
7 |
8 | open class TimeoutException: java_swift.Exception {
| `- warning: class 'TimeoutException' 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/Timer.swift:17:24: warning: static property 'TimerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | private static var TimerJNIClass: jclass?
| |- warning: static property 'TimerJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'TimerJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'TimerJNIClass' 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.util.concurrent.atomic.AtomicInteger java.util.Timer.nextSerialNumber
/host/spi-builder-workspace/Sources/Timer.swift:29:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
27 | /// public java.util.Timer()
28 |
29 | 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
30 |
31 | public convenience init() {
/host/spi-builder-workspace/Sources/Timer.swift:41:24: warning: static property 'new_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 | /// public java.util.Timer(boolean)
40 |
41 | 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
42 |
43 | public convenience init( isDaemon: Bool ) {
/host/spi-builder-workspace/Sources/Timer.swift:58:24: warning: static property 'new_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
56 | /// public java.util.Timer(java.lang.String)
57 |
58 | 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
59 |
60 | public convenience init( name: String? ) {
/host/spi-builder-workspace/Sources/Timer.swift:75:24: warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 | /// public java.util.Timer(java.lang.String,boolean)
74 |
75 | private static var new_MethodID_4: jmethodID?
| |- warning: static property 'new_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'new_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'new_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |
77 | public convenience init( name: String?, isDaemon: Bool ) {
/host/spi-builder-workspace/Sources/Timer.swift:103:24: warning: static property 'cancel_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
101 | /// public void java.util.Timer.cancel()
102 |
103 | private static var cancel_MethodID_5: jmethodID?
| |- warning: static property 'cancel_MethodID_5' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'cancel_MethodID_5' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'cancel_MethodID_5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
104 |
105 | open func cancel() {
/host/spi-builder-workspace/Sources/Timer.swift:114:24: warning: static property 'purge_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
112 | /// public int java.util.Timer.purge()
113 |
114 | private static var purge_MethodID_6: jmethodID?
| |- warning: static property 'purge_MethodID_6' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'purge_MethodID_6' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'purge_MethodID_6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 |
116 | open func purge() -> Int {
/host/spi-builder-workspace/Sources/Timer.swift:128:24: warning: static property 'schedule_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
126 | /// public void java.util.Timer.schedule(java.util.TimerTask,java.util.Date)
127 |
128 | private static var schedule_MethodID_7: jmethodID?
| |- warning: static property 'schedule_MethodID_7' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'schedule_MethodID_7' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'schedule_MethodID_7' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
129 |
130 | open func schedule( task: TimerTask?, time: Date? ) {
/host/spi-builder-workspace/Sources/Timer.swift:144:24: warning: static property 'schedule_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
142 | /// public void java.util.Timer.schedule(java.util.TimerTask,java.util.Date,long)
143 |
144 | private static var schedule_MethodID_8: jmethodID?
| |- warning: static property 'schedule_MethodID_8' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'schedule_MethodID_8' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'schedule_MethodID_8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |
146 | open func schedule( task: TimerTask?, firstTime: Date?, period: Int64 ) {
/host/spi-builder-workspace/Sources/Timer.swift:161:24: warning: static property 'schedule_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
159 | /// public void java.util.Timer.schedule(java.util.TimerTask,long)
160 |
161 | private static var schedule_MethodID_9: jmethodID?
| |- warning: static property 'schedule_MethodID_9' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'schedule_MethodID_9' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'schedule_MethodID_9' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 |
163 | open func schedule( task: TimerTask?, delay: Int64 ) {
/host/spi-builder-workspace/Sources/Timer.swift:177:24: warning: static property 'schedule_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
175 | /// public void java.util.Timer.schedule(java.util.TimerTask,long,long)
176 |
177 | private static var schedule_MethodID_10: jmethodID?
| |- warning: static property 'schedule_MethodID_10' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'schedule_MethodID_10' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'schedule_MethodID_10' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
178 |
179 | open func schedule( task: TimerTask?, delay: Int64, period: Int64 ) {
/host/spi-builder-workspace/Sources/Timer.swift:194:24: warning: static property 'scheduleAtFixedRate_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | /// public void java.util.Timer.scheduleAtFixedRate(java.util.TimerTask,java.util.Date,long)
193 |
194 | private static var scheduleAtFixedRate_MethodID_11: jmethodID?
| |- warning: static property 'scheduleAtFixedRate_MethodID_11' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'scheduleAtFixedRate_MethodID_11' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'scheduleAtFixedRate_MethodID_11' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | open func scheduleAtFixedRate( task: TimerTask?, firstTime: Date?, period: Int64 ) {
/host/spi-builder-workspace/Sources/Timer.swift:211:24: warning: static property 'scheduleAtFixedRate_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
209 | /// public void java.util.Timer.scheduleAtFixedRate(java.util.TimerTask,long,long)
210 |
211 | private static var scheduleAtFixedRate_MethodID_12: jmethodID?
| |- warning: static property 'scheduleAtFixedRate_MethodID_12' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'scheduleAtFixedRate_MethodID_12' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'scheduleAtFixedRate_MethodID_12' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 |
213 | open func scheduleAtFixedRate( task: TimerTask?, delay: Int64, period: Int64 ) {
/host/spi-builder-workspace/Sources/Timer.swift:8:12: warning: class 'Timer' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.util.Timer ///
7 |
8 | open class Timer: java_swift.JavaObject {
| `- warning: class 'Timer' 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/TimerTask.swift:17:24: warning: static property 'TimerTaskJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | }
16 |
17 | private static var TimerTaskJNIClass: jclass?
| |- warning: static property 'TimerTaskJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'TimerTaskJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'TimerTaskJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | /// static final int java.util.TimerTask.CANCELLED
/host/spi-builder-workspace/Sources/TimerTask.swift:53:24: warning: static property 'new_MethodID_1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
51 | /// protected java.util.TimerTask()
52 |
53 | 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
54 |
55 | public convenience init() {
/host/spi-builder-workspace/Sources/TimerTask.swift:65:24: warning: static property 'cancel_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
63 | /// public boolean java.util.TimerTask.cancel()
64 |
65 | private static var cancel_MethodID_2: jmethodID?
| |- warning: static property 'cancel_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'cancel_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'cancel_MethodID_2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 | open func cancel() -> Bool {
/host/spi-builder-workspace/Sources/TimerTask.swift:77:24: warning: static property 'run_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | /// public abstract void java.util.TimerTask.run()
76 |
77 | private static var run_MethodID_3: jmethodID?
| |- warning: static property 'run_MethodID_3' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'run_MethodID_3' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'run_MethodID_3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 |
79 | open func run() {
/host/spi-builder-workspace/Sources/TimerTask.swift:88:24: warning: static property 'scheduledExecutionTime_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
86 | /// public long java.util.TimerTask.scheduledExecutionTime()
87 |
88 | private static var scheduledExecutionTime_MethodID_4: jmethodID?
| |- warning: static property 'scheduledExecutionTime_MethodID_4' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'scheduledExecutionTime_MethodID_4' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'scheduledExecutionTime_MethodID_4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
89 |
90 | open func scheduledExecutionTime() -> Int64 {
/host/spi-builder-workspace/Sources/TimerTask.swift:8:12: warning: class 'TimerTask' must restate inherited '@unchecked Sendable' conformance
6 | /// class java.util.TimerTask ///
7 |
8 | open class TimerTask: java_swift.JavaObject, java_swift.Runnable {
| `- warning: class 'TimerTask' 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/ToDoubleBiFunction.swift:19:24: warning: static property 'ToDoubleBiFunctionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
17 | open class ToDoubleBiFunctionForward: JNIObjectForward, ToDoubleBiFunction {
18 |
19 | private static var ToDoubleBiFunctionJNIClass: jclass?
| |- warning: static property 'ToDoubleBiFunctionJNIClass' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'ToDoubleBiFunctionJNIClass' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'ToDoubleBiFunctionJNIClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 | /// public abstract double java.util.function.ToDoubleBiFunction.applyAsDouble(java.lang.Object,java.lang.Object)
/host/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:23:24: warning: static property 'applyAsDouble_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | /// public abstract double java.util.function.ToDoubleBiFunction.applyAsDouble(java.lang.Object,java.lang.Object)
22 |
23 | private static var applyAsDouble_MethodID_2: jmethodID?
| |- warning: static property 'applyAsDouble_MethodID_2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'applyAsDouble_MethodID_2' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'applyAsDouble_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 applyAsDouble( t: java_swift.JavaObject?, u: java_swift.JavaObject? ) -> Double {
/host/spi-builder-workspace/Sources/ToDoubleBiFunction.swift:17:12: warning: class 'ToDoubleBiFunctionForward' must restate inherited '@unchecked Sendable' conformance
15 |
16 |
17 | open class ToDoubleBiFunctionForward: JNIObjectForward, ToDoubleBiFunction {
| `- warning: class 'ToDoubleBiFunctionForward' must restate inherited '@unchecked Sendable' conformance
18 |
19 | private static var ToDoubleBiFunctionJNIClass: jclass?
Build complete! (67.13s)
Build complete.
{
"dependencies" : [
{
"identity" : "java_lang",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/java_lang.git"
}
],
"manifest_display_name" : "java_util",
"name" : "java_util",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "java_util",
"targets" : [
"java_util"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "java_util",
"module_type" : "SwiftTarget",
"name" : "java_util",
"path" : "Sources",
"product_dependencies" : [
"java_lang"
],
"product_memberships" : [
"java_util"
],
"sources" : [
"AbstractCollection.swift",
"AbstractExecutorService.swift",
"AbstractList.swift",
"AbstractMap.swift",
"AbstractOwnableSynchronizer.swift",
"AbstractPreferences.swift",
"AbstractQueue.swift",
"AbstractQueuedLongSynchronizer.swift",
"AbstractQueuedSynchronizer.swift",
"AbstractSequentialList.swift",
"AbstractSet.swift",
"Adler32.swift",
"ArrayBlockingQueue.swift",
"ArrayDeque.swift",
"ArrayList.swift",
"Arrays.swift",
"AtomicBoolean.swift",
"AtomicInteger.swift",
"AtomicIntegerArray.swift",
"AtomicIntegerFieldUpdater.swift",
"AtomicLong.swift",
"AtomicLongArray.swift",
"AtomicLongFieldUpdater.swift",
"AtomicMarkableReference.swift",
"AtomicReference.swift",
"AtomicReferenceArray.swift",
"AtomicReferenceFieldUpdater.swift",
"AtomicStampedReference.swift",
"Attributes.swift",
"BackingStoreException.swift",
"Base64.swift",
"BaseStream.swift",
"BiConsumer.swift",
"BiFunction.swift",
"BiPredicate.swift",
"BinaryOperator.swift",
"BitSet.swift",
"BlockingDeque.swift",
"BlockingQueue.swift",
"BooleanSupplier.swift",
"BrokenBarrierException.swift",
"CRC32.swift",
"Calendar.swift",
"CalendarDataProvider.swift",
"CalendarNameProvider.swift",
"Callable.swift",
"CancellationException.swift",
"CheckedInputStream.swift",
"CheckedOutputStream.swift",
"Checksum.swift",
"Collection.swift",
"Collections.swift",
"Collector.swift",
"Collectors.swift",
"CompletionException.swift",
"CompletionService.swift",
"CompletionStage.swift",
"ConcurrentHashMap.swift",
"ConcurrentLinkedDeque.swift",
"ConcurrentLinkedQueue.swift",
"ConcurrentMap.swift",
"ConcurrentModificationException.swift",
"ConcurrentNavigableMap.swift",
"ConcurrentSkipListMap.swift",
"ConcurrentSkipListSet.swift",
"Condition.swift",
"ConsoleHandler.swift",
"Consumer.swift",
"CopyOnWriteArrayList.swift",
"CopyOnWriteArraySet.swift",
"CountDownLatch.swift",
"CountedCompleter.swift",
"Currency.swift",
"CurrencyNameProvider.swift",
"CyclicBarrier.swift",
"DataFormatException.swift",
"Date.swift",
"Deflater.swift",
"DeflaterInputStream.swift",
"DeflaterOutputStream.swift",
"DelayQueue.swift",
"Delayed.swift",
"Deque.swift",
"Dictionary.swift",
"DoubleAccumulator.swift",
"DoubleAdder.swift",
"DoubleBinaryOperator.swift",
"DoubleConsumer.swift",
"DoubleFunction.swift",
"DoublePredicate.swift",
"DoubleStream.swift",
"DoubleSummaryStatistics.swift",
"DoubleSupplier.swift",
"DoubleToIntFunction.swift",
"DoubleToLongFunction.swift",
"DoubleUnaryOperator.swift",
"DuplicateFormatFlagsException.swift",
"EmptyStackException.swift",
"EnumMap.swift",
"EnumSet.swift",
"Enumeration.swift",
"ErrorManager.swift",
"EventListener.swift",
"EventListenerProxy.swift",
"EventObject.swift",
"Exchanger.swift",
"ExecutionException.swift",
"Executor.swift",
"ExecutorCompletionService.swift",
"ExecutorService.swift",
"Executors.swift",
"FileHandler.swift",
"Filter.swift",
"ForkJoinPool.swift",
"ForkJoinTask.swift",
"ForkJoinWorkerThread.swift",
"FormatFlagsConversionMismatchException.swift",
"Formattable.swift",
"FormattableFlags.swift",
"Formatter.swift",
"FormatterClosedException.swift",
"Function.swift",
"Future.swift",
"FutureTask.swift",
"GZIPInputStream.swift",
"GZIPOutputStream.swift",
"GregorianCalendar.swift",
"Handler.swift",
"HashSet.swift",
"Hashtable.swift",
"IdentityHashMap.swift",
"IllegalFormatCodePointException.swift",
"IllegalFormatConversionException.swift",
"IllegalFormatException.swift",
"IllegalFormatFlagsException.swift",
"IllegalFormatPrecisionException.swift",
"IllegalFormatWidthException.swift",
"IllformedLocaleException.swift",
"Inflater.swift",
"InflaterInputStream.swift",
"InflaterOutputStream.swift",
"InputMismatchException.swift",
"IntBinaryOperator.swift",
"IntConsumer.swift",
"IntFunction.swift",
"IntPredicate.swift",
"IntStream.swift",
"IntSummaryStatistics.swift",
"IntSupplier.swift",
"IntToDoubleFunction.swift",
"IntToLongFunction.swift",
"IntUnaryOperator.swift",
"InvalidPreferencesFormatException.swift",
"InvalidPropertiesFormatException.swift",
"Iterator.swift",
"JarEntry.swift",
"JarException.swift",
"JarFile.swift",
"JarInputStream.swift",
"JarOutputStream.swift",
"JavaComparator.swift",
"JavaLocale.swift",
"Level.swift",
"LinkedBlockingDeque.swift",
"LinkedBlockingQueue.swift",
"LinkedHashMap.swift",
"LinkedHashSet.swift",
"LinkedList.swift",
"LinkedTransferQueue.swift",
"List.swift",
"ListIterator.swift",
"ListResourceBundle.swift",
"LocaleNameProvider.swift",
"LocaleServiceProvider.swift",
"Lock.swift",
"LockSupport.swift",
"LogManager.swift",
"LogRecord.swift",
"Logger.swift",
"LoggingMXBean.swift",
"LoggingPermission.swift",
"LongAccumulator.swift",
"LongAdder.swift",
"LongBinaryOperator.swift",
"LongConsumer.swift",
"LongFunction.swift",
"LongPredicate.swift",
"LongStream.swift",
"LongSummaryStatistics.swift",
"LongSupplier.swift",
"LongToDoubleFunction.swift",
"LongToIntFunction.swift",
"LongUnaryOperator.swift",
"Manifest.swift",
"MatchResult.swift",
"Matcher.swift",
"MemoryHandler.swift",
"MissingFormatArgumentException.swift",
"MissingFormatWidthException.swift",
"MissingResourceException.swift",
"NavigableMap.swift",
"NavigableSet.swift",
"NoSuchElementException.swift",
"NodeChangeEvent.swift",
"NodeChangeListener.swift",
"ObjDoubleConsumer.swift",
"ObjIntConsumer.swift",
"ObjLongConsumer.swift",
"Objects.swift",
"Observable.swift",
"Observer.swift",
"Optional.swift",
"OptionalDouble.swift",
"OptionalInt.swift",
"OptionalLong.swift",
"Pack200.swift",
"Pattern.swift",
"PatternSyntaxException.swift",
"Phaser.swift",
"Predicate.swift",
"PreferenceChangeEvent.swift",
"PreferenceChangeListener.swift",
"Preferences.swift",
"PreferencesFactory.swift",
"PrimitiveIterator.swift",
"PriorityBlockingQueue.swift",
"PriorityQueue.swift",
"Properties.swift",
"PropertyPermission.swift",
"PropertyResourceBundle.swift",
"Queue.swift",
"Random.swift",
"RandomAccess.swift",
"ReadWriteLock.swift",
"RecursiveAction.swift",
"RecursiveTask.swift",
"ReentrantLock.swift",
"ReentrantReadWriteLock.swift",
"RejectedExecutionException.swift",
"RejectedExecutionHandler.swift",
"ResourceBundle.swift",
"ResourceBundleControlProvider.swift",
"RunnableFuture.swift",
"RunnableScheduledFuture.swift",
"Scanner.swift",
"ScheduledExecutorService.swift",
"ScheduledFuture.swift",
"ScheduledThreadPoolExecutor.swift",
"Semaphore.swift",
"ServiceConfigurationError.swift",
"ServiceLoader.swift",
"SimpleFormatter.swift",
"SimpleTimeZone.swift",
"SocketHandler.swift",
"SortedMap.swift",
"SortedSet.swift",
"Spliterator.swift",
"Spliterators.swift",
"SplittableRandom.swift",
"Stack.swift",
"StampedLock.swift",
"Stream.swift",
"StreamHandler.swift",
"StreamSupport.swift",
"StringJoiner.swift",
"StringTokenizer.swift",
"Supplier.swift",
"SynchronousQueue.swift",
"ThreadFactory.swift",
"ThreadLocalRandom.swift",
"ThreadPoolExecutor.swift",
"TimeUnit.swift",
"TimeZone.swift",
"TimeZoneNameProvider.swift",
"TimeoutException.swift",
"Timer.swift",
"TimerTask.swift",
"ToDoubleBiFunction.swift",
"ToDoubleFunction.swift",
"ToIntBiFunction.swift",
"ToIntFunction.swift",
"ToLongBiFunction.swift",
"ToLongFunction.swift",
"TooManyListenersException.swift",
"TransferQueue.swift",
"TreeMap.swift",
"TreeSet.swift",
"UUID.swift",
"UnaryOperator.swift",
"UnknownFormatConversionException.swift",
"UnknownFormatFlagsException.swift",
"Vector.swift",
"WeakHashMap.swift",
"XMLFormatter.swift",
"ZipEntry.swift",
"ZipError.swift",
"ZipException.swift",
"ZipFile.swift",
"ZipInputStream.swift",
"ZipOutputStream.swift",
"logging_Formatter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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.