The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of java_util, reference master (1ac445), with Swift 6.2 (beta) for Android on 20 Jun 2025 22:04:35 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[496/511] Compiling java_util StreamHandler.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[497/511] Compiling java_util StreamSupport.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[498/511] Compiling java_util StringJoiner.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[499/511] Compiling java_util StringTokenizer.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[500/511] Compiling java_util Supplier.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[501/511] Compiling java_util SynchronousQueue.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[502/511] Compiling java_util ThreadFactory.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[503/511] Compiling java_util ThreadLocalRandom.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[504/511] Compiling java_util ThreadPoolExecutor.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[505/511] Compiling java_util TimeUnit.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[506/511] Compiling java_util TimeZone.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[507/511] Compiling java_util TimeZoneNameProvider.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[508/511] Compiling java_util TimeoutException.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[509/511] Compiling java_util Timer.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[510/511] Compiling java_util TimerTask.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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?
[511/511] Compiling java_util ToDoubleBiFunction.swift
/host/spi-builder-workspace/Sources/SortedSet.swift:41:12: warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 39 |
 40 |
 41 | open class SortedSetForward: java_swift.JavaSetForward, SortedSet {
    |            `- warning: class 'SortedSetForward' must restate inherited '@unchecked Sendable' conformance
 42 |
 43 |     private static var SortedSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterator.swift:77:12: warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 75 |
 76 |
 77 | open class SpliteratorForward: JNIObjectForward, Spliterator {
    |            `- warning: class 'SpliteratorForward' must restate inherited '@unchecked Sendable' conformance
 78 |
 79 |     private static var SpliteratorJNIClass: jclass?
/host/spi-builder-workspace/Sources/Spliterators.swift:8:12: warning: class 'Spliterators' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Spliterators ///
  7 |
  8 | open class Spliterators: java_swift.JavaObject {
    |            `- warning: class 'Spliterators' 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/SplittableRandom.swift:8:12: warning: class 'SplittableRandom' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.SplittableRandom ///
  7 |
  8 | open class SplittableRandom: java_swift.JavaObject {
    |            `- warning: class 'SplittableRandom' 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/Stack.swift:8:12: warning: class 'Stack' must restate inherited '@unchecked Sendable' conformance
  6 | /// class java.util.Stack ///
  7 |
  8 | open class Stack: Vector {
    |            `- warning: class 'Stack' 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/StampedLock.swift:9:12: warning: class 'StampedLock' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.concurrent.locks.StampedLock ///
  8 |
  9 | open class StampedLock: java_swift.JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
    |            `- warning: class 'StampedLock' 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/Stream.swift:169:12: warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
167 |
168 |
169 | open class StreamForward: BaseStreamForward, Stream {
    |            `- warning: class 'StreamForward' must restate inherited '@unchecked Sendable' conformance
170 |
171 |     private static var StreamJNIClass: jclass?
/host/spi-builder-workspace/Sources/StreamHandler.swift:9:12: warning: class 'StreamHandler' must restate inherited '@unchecked Sendable' conformance
  7 | /// class java.util.logging.StreamHandler ///
  8 |
  9 | open class StreamHandler: Handler {
    |            `- warning: class 'StreamHandler' 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/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: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: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: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: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: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: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: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: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: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: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: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: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: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: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! (164.38s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.