The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-java, reference main (bc57b8), with Swift 6.1 for macOS (SPM) on 1 May 2026 15:56:43 UTC.

Swift 6 data race errors: 100

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:69:21: warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
   |                     |- warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:70:21: warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
   |                     |- warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:72:21: warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
   |                     |- warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:73:21: warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
   |                     |- warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:75:21: warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
   |                     |- warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:76:21: warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
   |                     |- warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:78:21: warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
   |                     |- warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:79:21: warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
   |                     |- warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:81:21: warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
   |                     |- warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:82:21: warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
   |                     |- warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:84:21: warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
   |                     |- warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftFloat' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:85:21: warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
   |                     |- warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftDouble' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | }
87 |
[1350/1370] Compiling JExtractSwiftLib FFMSwift2JavaGenerator+SwiftThunkPrinting.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1123:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1121 |
1122 | enum JavaTranslationError: Error {
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1124:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1122 | enum JavaTranslationError: Error {
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
1126 | }
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1125:8: warning: associated value 'unhandledType(known:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(known:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
1126 | }
1127 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:65:21: warning: static property 'SwiftPointer' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
63 |
64 | extension ForeignValueLayout {
65 |   public static let SwiftPointer = Self(javaConstant: "SWIFT_POINTER")
   |                     |- warning: static property 'SwiftPointer' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftPointer' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:67:21: warning: static property 'SwiftBool' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
65 |   public static let SwiftPointer = Self(javaConstant: "SWIFT_POINTER")
66 |
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
   |                     |- warning: static property 'SwiftBool' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftBool' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:69:21: warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
   |                     |- warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:70:21: warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
   |                     |- warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:72:21: warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
   |                     |- warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:73:21: warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
   |                     |- warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:75:21: warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
   |                     |- warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:76:21: warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
   |                     |- warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:78:21: warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
   |                     |- warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:79:21: warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
   |                     |- warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:81:21: warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
   |                     |- warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:82:21: warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
   |                     |- warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:84:21: warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
   |                     |- warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftFloat' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:85:21: warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
   |                     |- warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftDouble' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | }
87 |
[1351/1370] Compiling JExtractSwiftLib FFMSwift2JavaGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1123:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1121 |
1122 | enum JavaTranslationError: Error {
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1124:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1122 | enum JavaTranslationError: Error {
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
1126 | }
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1125:8: warning: associated value 'unhandledType(known:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(known:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
1126 | }
1127 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:65:21: warning: static property 'SwiftPointer' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
63 |
64 | extension ForeignValueLayout {
65 |   public static let SwiftPointer = Self(javaConstant: "SWIFT_POINTER")
   |                     |- warning: static property 'SwiftPointer' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftPointer' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:67:21: warning: static property 'SwiftBool' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
65 |   public static let SwiftPointer = Self(javaConstant: "SWIFT_POINTER")
66 |
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
   |                     |- warning: static property 'SwiftBool' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftBool' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:69:21: warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
   |                     |- warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:70:21: warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
   |                     |- warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:72:21: warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
   |                     |- warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:73:21: warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
   |                     |- warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:75:21: warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
   |                     |- warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:76:21: warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
   |                     |- warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:78:21: warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
   |                     |- warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:79:21: warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
   |                     |- warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:81:21: warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
   |                     |- warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:82:21: warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
   |                     |- warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:84:21: warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
   |                     |- warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftFloat' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:85:21: warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
   |                     |- warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftDouble' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | }
87 |
[1352/1370] Compiling JExtractSwiftLib ForeignValueLayouts.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1123:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1121 |
1122 | enum JavaTranslationError: Error {
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1124:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1122 | enum JavaTranslationError: Error {
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
1126 | }
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1125:8: warning: associated value 'unhandledType(known:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(known:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
1126 | }
1127 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:65:21: warning: static property 'SwiftPointer' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
63 |
64 | extension ForeignValueLayout {
65 |   public static let SwiftPointer = Self(javaConstant: "SWIFT_POINTER")
   |                     |- warning: static property 'SwiftPointer' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftPointer' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:67:21: warning: static property 'SwiftBool' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
65 |   public static let SwiftPointer = Self(javaConstant: "SWIFT_POINTER")
66 |
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
   |                     |- warning: static property 'SwiftBool' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftBool' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:69:21: warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
   |                     |- warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:70:21: warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
   |                     |- warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:72:21: warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
   |                     |- warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:73:21: warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
   |                     |- warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:75:21: warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
   |                     |- warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:76:21: warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
   |                     |- warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:78:21: warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
   |                     |- warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:79:21: warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
   |                     |- warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:81:21: warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
   |                     |- warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:82:21: warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
   |                     |- warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:84:21: warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
   |                     |- warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftFloat' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:85:21: warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
   |                     |- warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftDouble' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | }
87 |
[1353/1370] Compiling JExtractSwiftLib ImportedDecls.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1123:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1121 |
1122 | enum JavaTranslationError: Error {
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1124:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1122 | enum JavaTranslationError: Error {
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
1126 | }
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator+JavaTranslation.swift:1125:8: warning: associated value 'unhandledType(known:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
1123 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1124 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1125 |   case unhandledType(known: SwiftKnownType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(known:file:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
1126 | }
1127 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:65:21: warning: static property 'SwiftPointer' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
63 |
64 | extension ForeignValueLayout {
65 |   public static let SwiftPointer = Self(javaConstant: "SWIFT_POINTER")
   |                     |- warning: static property 'SwiftPointer' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftPointer' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:67:21: warning: static property 'SwiftBool' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
65 |   public static let SwiftPointer = Self(javaConstant: "SWIFT_POINTER")
66 |
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
   |                     |- warning: static property 'SwiftBool' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftBool' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:69:21: warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
67 |   public static let SwiftBool = Self(javaConstant: "SWIFT_BOOL")
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
   |                     |- warning: static property 'SwiftInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:70:21: warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
68 |
69 |   public static let SwiftInt = Self(javaConstant: "SWIFT_INT")
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
   |                     |- warning: static property 'SwiftUInt' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:72:21: warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
70 |   public static let SwiftUInt = Self(javaConstant: "SWIFT_UINT")
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
   |                     |- warning: static property 'SwiftInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:73:21: warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
71 |
72 |   public static let SwiftInt64 = Self(javaConstant: "SWIFT_INT64")
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
   |                     |- warning: static property 'SwiftUInt64' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt64' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:75:21: warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
73 |   public static let SwiftUInt64 = Self(javaConstant: "SWIFT_UINT64")
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
   |                     |- warning: static property 'SwiftInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:76:21: warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
74 |
75 |   public static let SwiftInt32 = Self(javaConstant: "SWIFT_INT32")
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
   |                     |- warning: static property 'SwiftUInt32' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt32' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:78:21: warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
76 |   public static let SwiftUInt32 = Self(javaConstant: "SWIFT_UINT32")
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
   |                     |- warning: static property 'SwiftInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:79:21: warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
77 |
78 |   public static let SwiftInt16 = Self(javaConstant: "SWIFT_INT16")
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
   |                     |- warning: static property 'SwiftUInt16' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt16' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:81:21: warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
79 |   public static let SwiftUInt16 = Self(javaConstant: "SWIFT_UINT16")
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
   |                     |- warning: static property 'SwiftInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:82:21: warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
80 |
81 |   public static let SwiftInt8 = Self(javaConstant: "SWIFT_INT8")
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
   |                     |- warning: static property 'SwiftUInt8' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftUInt8' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:84:21: warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
82 |   public static let SwiftUInt8 = Self(javaConstant: "SWIFT_UINT8")
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
   |                     |- warning: static property 'SwiftFloat' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftFloat' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/ForeignValueLayouts.swift:85:21: warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
18 | ///
19 | /// This type may gain further methods for adjusting target layout, byte order, names etc.
20 | public struct ForeignValueLayout: CustomStringConvertible, Equatable {
   |               `- note: consider making struct 'ForeignValueLayout' conform to the 'Sendable' protocol
21 |   var inlineComment: String?
22 |   var value: String
   :
83 |
84 |   public static let SwiftFloat = Self(javaConstant: "SWIFT_FLOAT")
85 |   public static let SwiftDouble = Self(javaConstant: "SWIFT_DOUBLE")
   |                     |- warning: static property 'SwiftDouble' is not concurrency-safe because non-'Sendable' type 'ForeignValueLayout' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'SwiftDouble' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | }
87 |
[1354/1370] Compiling JExtractSwiftLib JNISwift2JavaGenerator+LabeledTuples.swift
[1355/1370] Compiling JExtractSwiftLib JNISwift2JavaGenerator+NativeTranslation.swift
[1356/1370] Compiling JExtractSwiftLib JNISwift2JavaGenerator+SwiftThunkPrinting.swift
[1357/1370] Compiling JExtractSwiftLib JNISwift2JavaGenerator.swift
[1358/1370] Compiling JExtractSwiftLib TranslatedFunctionDecl+NamedTuples.swift
[1359/1370] Compiling JExtractSwiftLib JavaIdentifierFactory.swift
[1360/1370] Compiling JExtractSwiftLib JavaParameter.swift
[1361/1370] Compiling JExtractSwiftLib JExtractDefaultBuildConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JExtractDefaultBuildConfiguration.swift:21:14: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 | /// A default, fixed build configuration during static analysis for interface extraction.
 20 | struct JExtractDefaultBuildConfiguration: BuildConfiguration {
    |        `- note: consider making struct 'JExtractDefaultBuildConfiguration' conform to the 'Sendable' protocol
 21 |   static let shared = JExtractDefaultBuildConfiguration()
    |              |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |   private var base: StaticBuildConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2142:10: warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2140 |
2141 |   enum JavaTranslationError: Error {
2142 |     case unsupportedSwiftType(SwiftType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2143 |
2144 |     static func unsupportedSwiftType(
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2152:10: warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2150 |     }
2151 |
2152 |     case unsupportedSwiftType(known: SwiftKnownType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2153 |     static func unsupportedSwiftType(
2154 |       known type: SwiftKnownType,
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2163:10: warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2161 |     /// The user has not supplied a mapping from `SwiftType` to
2162 |     /// a java class.
2163 |     case wrappedJavaClassTranslationNotProvided(SwiftType)
     |          `- warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2164 |
2165 |     // FIXME: Remove once we support protocol variables
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2175:10: warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2173 |
2174 |     /// Dictionary type requires exactly two generic type arguments (key and value).
2175 |     case dictionaryRequiresKeyAndValueTypes(SwiftType)
     |          `- warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2178:10: warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
2178 |     case setRequiresElementType(SwiftType)
     |          `- warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2179 |
2180 |     /// Empty tuples are not supported in lowering, they should be treated as Void
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
[1362/1370] Compiling JExtractSwiftLib JExtractFileFilter.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JExtractDefaultBuildConfiguration.swift:21:14: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 | /// A default, fixed build configuration during static analysis for interface extraction.
 20 | struct JExtractDefaultBuildConfiguration: BuildConfiguration {
    |        `- note: consider making struct 'JExtractDefaultBuildConfiguration' conform to the 'Sendable' protocol
 21 |   static let shared = JExtractDefaultBuildConfiguration()
    |              |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |   private var base: StaticBuildConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2142:10: warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2140 |
2141 |   enum JavaTranslationError: Error {
2142 |     case unsupportedSwiftType(SwiftType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2143 |
2144 |     static func unsupportedSwiftType(
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2152:10: warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2150 |     }
2151 |
2152 |     case unsupportedSwiftType(known: SwiftKnownType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2153 |     static func unsupportedSwiftType(
2154 |       known type: SwiftKnownType,
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2163:10: warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2161 |     /// The user has not supplied a mapping from `SwiftType` to
2162 |     /// a java class.
2163 |     case wrappedJavaClassTranslationNotProvided(SwiftType)
     |          `- warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2164 |
2165 |     // FIXME: Remove once we support protocol variables
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2175:10: warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2173 |
2174 |     /// Dictionary type requires exactly two generic type arguments (key and value).
2175 |     case dictionaryRequiresKeyAndValueTypes(SwiftType)
     |          `- warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2178:10: warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
2178 |     case setRequiresElementType(SwiftType)
     |          `- warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2179 |
2180 |     /// Empty tuples are not supported in lowering, they should be treated as Void
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
[1363/1370] Compiling JExtractSwiftLib JNICaching.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JExtractDefaultBuildConfiguration.swift:21:14: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 | /// A default, fixed build configuration during static analysis for interface extraction.
 20 | struct JExtractDefaultBuildConfiguration: BuildConfiguration {
    |        `- note: consider making struct 'JExtractDefaultBuildConfiguration' conform to the 'Sendable' protocol
 21 |   static let shared = JExtractDefaultBuildConfiguration()
    |              |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |   private var base: StaticBuildConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2142:10: warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2140 |
2141 |   enum JavaTranslationError: Error {
2142 |     case unsupportedSwiftType(SwiftType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2143 |
2144 |     static func unsupportedSwiftType(
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2152:10: warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2150 |     }
2151 |
2152 |     case unsupportedSwiftType(known: SwiftKnownType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2153 |     static func unsupportedSwiftType(
2154 |       known type: SwiftKnownType,
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2163:10: warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2161 |     /// The user has not supplied a mapping from `SwiftType` to
2162 |     /// a java class.
2163 |     case wrappedJavaClassTranslationNotProvided(SwiftType)
     |          `- warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2164 |
2165 |     // FIXME: Remove once we support protocol variables
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2175:10: warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2173 |
2174 |     /// Dictionary type requires exactly two generic type arguments (key and value).
2175 |     case dictionaryRequiresKeyAndValueTypes(SwiftType)
     |          `- warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2178:10: warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
2178 |     case setRequiresElementType(SwiftType)
     |          `- warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2179 |
2180 |     /// Empty tuples are not supported in lowering, they should be treated as Void
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
[1364/1370] Compiling JExtractSwiftLib JNIJavaTypeTranslator.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JExtractDefaultBuildConfiguration.swift:21:14: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 | /// A default, fixed build configuration during static analysis for interface extraction.
 20 | struct JExtractDefaultBuildConfiguration: BuildConfiguration {
    |        `- note: consider making struct 'JExtractDefaultBuildConfiguration' conform to the 'Sendable' protocol
 21 |   static let shared = JExtractDefaultBuildConfiguration()
    |              |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |   private var base: StaticBuildConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2142:10: warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2140 |
2141 |   enum JavaTranslationError: Error {
2142 |     case unsupportedSwiftType(SwiftType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2143 |
2144 |     static func unsupportedSwiftType(
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2152:10: warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2150 |     }
2151 |
2152 |     case unsupportedSwiftType(known: SwiftKnownType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2153 |     static func unsupportedSwiftType(
2154 |       known type: SwiftKnownType,
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2163:10: warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2161 |     /// The user has not supplied a mapping from `SwiftType` to
2162 |     /// a java class.
2163 |     case wrappedJavaClassTranslationNotProvided(SwiftType)
     |          `- warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2164 |
2165 |     // FIXME: Remove once we support protocol variables
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2175:10: warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2173 |
2174 |     /// Dictionary type requires exactly two generic type arguments (key and value).
2175 |     case dictionaryRequiresKeyAndValueTypes(SwiftType)
     |          `- warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2178:10: warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
2178 |     case setRequiresElementType(SwiftType)
     |          `- warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2179 |
2180 |     /// Empty tuples are not supported in lowering, they should be treated as Void
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
[1365/1370] Compiling JExtractSwiftLib JNISwift2JavaGenerator+InterfaceWrapperGeneration.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JExtractDefaultBuildConfiguration.swift:21:14: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 | /// A default, fixed build configuration during static analysis for interface extraction.
 20 | struct JExtractDefaultBuildConfiguration: BuildConfiguration {
    |        `- note: consider making struct 'JExtractDefaultBuildConfiguration' conform to the 'Sendable' protocol
 21 |   static let shared = JExtractDefaultBuildConfiguration()
    |              |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |   private var base: StaticBuildConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2142:10: warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2140 |
2141 |   enum JavaTranslationError: Error {
2142 |     case unsupportedSwiftType(SwiftType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2143 |
2144 |     static func unsupportedSwiftType(
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2152:10: warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2150 |     }
2151 |
2152 |     case unsupportedSwiftType(known: SwiftKnownType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2153 |     static func unsupportedSwiftType(
2154 |       known type: SwiftKnownType,
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2163:10: warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2161 |     /// The user has not supplied a mapping from `SwiftType` to
2162 |     /// a java class.
2163 |     case wrappedJavaClassTranslationNotProvided(SwiftType)
     |          `- warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2164 |
2165 |     // FIXME: Remove once we support protocol variables
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2175:10: warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2173 |
2174 |     /// Dictionary type requires exactly two generic type arguments (key and value).
2175 |     case dictionaryRequiresKeyAndValueTypes(SwiftType)
     |          `- warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2178:10: warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
2178 |     case setRequiresElementType(SwiftType)
     |          `- warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2179 |
2180 |     /// Empty tuples are not supported in lowering, they should be treated as Void
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
[1366/1370] Compiling JExtractSwiftLib JNISwift2JavaGenerator+JavaBindingsPrinting.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JExtractDefaultBuildConfiguration.swift:21:14: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 | /// A default, fixed build configuration during static analysis for interface extraction.
 20 | struct JExtractDefaultBuildConfiguration: BuildConfiguration {
    |        `- note: consider making struct 'JExtractDefaultBuildConfiguration' conform to the 'Sendable' protocol
 21 |   static let shared = JExtractDefaultBuildConfiguration()
    |              |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |   private var base: StaticBuildConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2142:10: warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2140 |
2141 |   enum JavaTranslationError: Error {
2142 |     case unsupportedSwiftType(SwiftType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2143 |
2144 |     static func unsupportedSwiftType(
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2152:10: warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2150 |     }
2151 |
2152 |     case unsupportedSwiftType(known: SwiftKnownType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2153 |     static func unsupportedSwiftType(
2154 |       known type: SwiftKnownType,
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2163:10: warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2161 |     /// The user has not supplied a mapping from `SwiftType` to
2162 |     /// a java class.
2163 |     case wrappedJavaClassTranslationNotProvided(SwiftType)
     |          `- warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2164 |
2165 |     // FIXME: Remove once we support protocol variables
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2175:10: warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2173 |
2174 |     /// Dictionary type requires exactly two generic type arguments (key and value).
2175 |     case dictionaryRequiresKeyAndValueTypes(SwiftType)
     |          `- warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2178:10: warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
2178 |     case setRequiresElementType(SwiftType)
     |          `- warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2179 |
2180 |     /// Empty tuples are not supported in lowering, they should be treated as Void
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
[1367/1370] Compiling JExtractSwiftLib JNISwift2JavaGenerator+JavaTranslation.swift
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JExtractDefaultBuildConfiguration.swift:21:14: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 18 |
 19 | /// A default, fixed build configuration during static analysis for interface extraction.
 20 | struct JExtractDefaultBuildConfiguration: BuildConfiguration {
    |        `- note: consider making struct 'JExtractDefaultBuildConfiguration' conform to the 'Sendable' protocol
 21 |   static let shared = JExtractDefaultBuildConfiguration()
    |              |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'JExtractDefaultBuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |   private var base: StaticBuildConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2142:10: warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2140 |
2141 |   enum JavaTranslationError: Error {
2142 |     case unsupportedSwiftType(SwiftType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(_:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2143 |
2144 |     static func unsupportedSwiftType(
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2152:10: warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2150 |     }
2151 |
2152 |     case unsupportedSwiftType(known: SwiftKnownType, fileID: String, line: Int)
     |          `- warning: associated value 'unsupportedSwiftType(known:fileID:line:)' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftKnownType'; this is an error in the Swift 6 language mode
2153 |     static func unsupportedSwiftType(
2154 |       known type: SwiftKnownType,
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftKnownTypeDecls.swift:17:6: note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 15 | import SwiftSyntax
 16 |
 17 | enum SwiftKnownType: Equatable {
    |      `- note: consider making enum 'SwiftKnownType' conform to the 'Sendable' protocol
 18 |   case bool
 19 |   case int
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2163:10: warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2161 |     /// The user has not supplied a mapping from `SwiftType` to
2162 |     /// a java class.
2163 |     case wrappedJavaClassTranslationNotProvided(SwiftType)
     |          `- warning: associated value 'wrappedJavaClassTranslationNotProvided' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2164 |
2165 |     // FIXME: Remove once we support protocol variables
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2175:10: warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2173 |
2174 |     /// Dictionary type requires exactly two generic type arguments (key and value).
2175 |     case dictionaryRequiresKeyAndValueTypes(SwiftType)
     |          `- warning: associated value 'dictionaryRequiresKeyAndValueTypes' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift:2178:10: warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2176 |
2177 |     /// Set type requires exactly one generic type argument (element).
2178 |     case setRequiresElementType(SwiftType)
     |          `- warning: associated value 'setRequiresElementType' of 'Sendable'-conforming enum 'JavaTranslationError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
2179 |
2180 |     /// Empty tuples are not supported in lowering, they should be treated as Void
/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftType.swift:31:6: note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 29 |
 30 | /// Describes a type in the Swift type system.
 31 | enum SwiftType: Equatable {
    |      `- note: consider making enum 'SwiftType' conform to the 'Sendable' protocol
 32 |   case nominal(SwiftNominalType)
 33 |
[1368/1380] Compiling SwiftJavaTool JavaClassLoader.swift
[1369/1380] Compiling SwiftJavaTool SwiftJava.swift
[1370/1381] Compiling SwiftJavaTool SwiftJavaBaseAsyncParsableCommand.swift
[1371/1381] Compiling SwiftJavaTool ExcludedJDKTypes.swift
[1372/1381] Compiling SwiftJavaTool CommonOptions.swift
[1373/1381] Compiling SwiftJavaTool ResolveCommand.swift
[1374/1381] Compiling SwiftJavaTool JavaCallbacksBuildCommand.swift
[1375/1381] Compiling SwiftJavaTool JExtractCommand.swift
[1376/1381] Compiling SwiftJavaTool ConfigureCommand.swift
[1377/1381] Emitting module SwiftJavaTool
[1378/1381] Compiling SwiftJavaTool WrapJavaCommand.swift
[1378/1381] Write Objects.LinkFileList
[1379/1381] Linking swift-java
[1380/1381] Applying swift-java
Build complete! (97.92s)
Fetching https://github.com/swiftlang/swift-java-jni-core
[1/597] Fetching swift-java-jni-core
Fetched https://github.com/swiftlang/swift-java-jni-core from cache (0.82s)
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/swiftlang/swift-subprocess.git
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/apple/swift-system from cache
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/6854] Fetching package-benchmark
[207/9882] Fetching package-benchmark, swift-subprocess
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (1.08s)
Fetched https://github.com/ordo-one/package-benchmark from cache (1.10s)
Fetched https://github.com/apple/swift-system from cache (1.66s)
Fetched https://github.com/apple/swift-log from cache (1.87s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.88s)
Fetched https://github.com/apple/swift-collections from cache (1.93s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.97s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.4.0 (2.60s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.1 (3.44s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.63s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.53s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.51s)
Computing version for https://github.com/ordo-one/package-benchmark
warning: 'package-benchmark': Building for SPI@macOS, disabling Jemalloc
Computed https://github.com/ordo-one/package-benchmark at 1.29.11 (0.65s)
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/apple/swift-atomics.git from cache
[1/203] Fetching texttable
[204/826] Fetching texttable, hdrhistogram-swift
Fetched https://github.com/ordo-one/TextTable.git from cache (0.82s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.82s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (1.46s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.2.0 (0.60s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.75s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.49s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/HdrHistogram/hdrhistogram-swift.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.2.0
Creating working copy for https://github.com/ordo-one/package-benchmark
Working copy of https://github.com/ordo-one/package-benchmark resolved at 1.29.11
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/ordo-one/TextTable.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-java-jni-core
Working copy of https://github.com/swiftlang/swift-java-jni-core resolved at main (b440a0b)
Creating working copy for https://github.com/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
warning: 'package-benchmark': Building for SPI@macOS, disabling Jemalloc
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-java-jni-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-java-jni-core"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "603.0.0",
            "upper_bound" : "604.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    }
  ],
  "manifest_display_name" : "swift-java",
  "name" : "swift-java",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftJava",
      "targets" : [
        "SwiftJava",
        "SwiftJavaRuntimeSupport"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SwiftJavaConfigurationShared",
      "targets" : [
        "SwiftJavaConfigurationShared"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaUtil",
      "targets" : [
        "JavaUtil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaUtilFunction",
      "targets" : [
        "JavaUtilFunction"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaUtilJar",
      "targets" : [
        "JavaUtilJar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaNet",
      "targets" : [
        "JavaNet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaIO",
      "targets" : [
        "JavaIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaLangReflect",
      "targets" : [
        "JavaLangReflect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-java",
      "targets" : [
        "SwiftJavaTool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftJavaDocumentation",
      "targets" : [
        "SwiftJavaDocumentation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JavaCompilerPlugin",
      "targets" : [
        "JavaCompilerPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftJavaPlugin",
      "targets" : [
        "SwiftJavaPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftRuntimeFunctions",
      "targets" : [
        "SwiftRuntimeFunctions"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "JExtractSwiftLib",
      "targets" : [
        "JExtractSwiftLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JExtractSwiftPlugin",
      "targets" : [
        "JExtractSwiftPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ExampleSwiftLibrary",
      "targets" : [
        "ExampleSwiftLibrary"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "StaticBuildConfigPluginExecutable",
      "targets" : [
        "StaticBuildConfigPluginExecutable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftJavaMacros",
      "targets" : [
        "SwiftJavaMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_StaticBuildConfigPlugin",
      "module_type" : "PluginTarget",
      "name" : "_StaticBuildConfigPlugin",
      "path" : "Plugins/_StaticBuildConfigPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftLib",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "_StaticBuildConfigPlugin.swift"
      ],
      "target_dependencies" : [
        "StaticBuildConfigPluginExecutable"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftRuntimeFunctionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRuntimeFunctionsTests",
      "path" : "Tests/SwiftRuntimeFunctionsTests",
      "sources" : [
        "StringToCStringTests.swift"
      ],
      "target_dependencies" : [
        "SwiftRuntimeFunctions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRuntimeFunctions",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRuntimeFunctions",
      "path" : "Sources/SwiftRuntimeFunctions",
      "product_memberships" : [
        "SwiftJavaDocumentation",
        "SwiftRuntimeFunctions"
      ],
      "sources" : [
        "SwiftJavaError.swift",
        "SwiftRuntimeFunctions.swift",
        "generated/SwiftJavaError+SwiftJava.swift",
        "generated/SwiftRuntimeFunctionsModule+SwiftJava.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftJavaToolLibTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaToolLibTests",
      "path" : "Tests/SwiftJavaToolLibTests",
      "sources" : [
        "AndroidAPIVersionsParserTests.swift",
        "CompileJavaTool.swift",
        "CompileJavaWrapTools.swift",
        "Java2SwiftTests.swift",
        "JavaClassFileParserTests.swift",
        "JavaDependencyResolverTests.swift",
        "JavaTranslatorTests.swift",
        "JavaTranslatorValidationTests.swift",
        "TempFileTools.swift",
        "Testing+Tags.swift",
        "WrapJavaTests/AndroidAPIVersionsWrapJavaTests.swift",
        "WrapJavaTests/AnnotationsWrapJavaTests.swift",
        "WrapJavaTests/BasicWrapJavaTests.swift",
        "WrapJavaTests/GenericsSubstitutionWrapJavaTests.swift",
        "WrapJavaTests/GenericsWrapJavaTests.swift"
      ],
      "target_dependencies" : [
        "SwiftJavaToolLib",
        "SwiftJavaConfigurationShared"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftJavaToolLib",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaToolLib",
      "path" : "Sources/SwiftJavaToolLib",
      "product_dependencies" : [
        "Logging",
        "OrderedCollections",
        "SwiftBasicFormat",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "Subprocess"
      ],
      "product_memberships" : [
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "AndroidAPILevel.swift",
        "AndroidAPIVersionSupport/AndroidAPIVersions.swift",
        "AndroidAPIVersionSupport/AndroidAPIVersionsParser.swift",
        "ClassParsing/JavaClassFileReader.swift",
        "ClassParsing/JavaConstantPool.swift",
        "ClassParsing/JavaRuntimeInvisibleAnnotation.swift",
        "ClassParsing/JavaRuntimeInvisibleAnnotations.swift",
        "JVMDescriptors.swift",
        "JavaClassTranslator.swift",
        "JavaDependencyResolver.swift",
        "JavaGenericsSupport.swift",
        "JavaHomeSupport.swift",
        "JavaParameterizedType.swift",
        "JavaTranslator+Configuration.swift",
        "JavaTranslator+Validation.swift",
        "JavaTranslator.swift",
        "JavaType+Equality.swift",
        "KnownJavaAnnotation.swift",
        "MethodVariance.swift",
        "OptionalKind.swift",
        "StringExtras.swift",
        "SwiftVersion.swift",
        "TranslationError.swift"
      ],
      "target_dependencies" : [
        "SwiftJava",
        "JavaUtilJar",
        "JavaLangReflect",
        "JavaNet",
        "SwiftJavaShared",
        "SwiftJavaConfigurationShared",
        "CodePrinting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftJavaTool",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaTool",
      "path" : "Sources/SwiftJavaTool",
      "product_dependencies" : [
        "SwiftBasicFormat",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "ArgumentParser",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "Commands/ConfigureCommand.swift",
        "Commands/JExtractCommand.swift",
        "Commands/JavaCallbacksBuildCommand.swift",
        "Commands/ResolveCommand.swift",
        "Commands/WrapJavaCommand.swift",
        "CommonOptions.swift",
        "ExcludedJDKTypes.swift",
        "Java/JavaClassLoader.swift",
        "SwiftJava.swift",
        "SwiftJavaBaseAsyncParsableCommand.swift"
      ],
      "target_dependencies" : [
        "SwiftJava",
        "JavaUtilJar",
        "JavaNet",
        "SwiftJavaToolLib",
        "JExtractSwiftLib",
        "SwiftJavaShared",
        "SwiftJavaConfigurationShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftJavaTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaTests",
      "path" : "Tests/SwiftJavaTests",
      "sources" : [
        "BasicRuntimeTests.swift"
      ],
      "target_dependencies" : [
        "SwiftJava",
        "JavaNet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftJavaShared",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaShared",
      "path" : "Sources/SwiftJavaShared",
      "product_memberships" : [
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftLib",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "TerminalColors.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftJavaRuntimeSupport",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaRuntimeSupport",
      "path" : "Sources/SwiftJavaRuntimeSupport",
      "product_memberships" : [
        "SwiftJava",
        "SwiftJavaDocumentation"
      ],
      "sources" : [
        "JNIMethodIDCaches.swift",
        "JavaJNISwiftInstance+Extensions.swift",
        "JavaSwiftArena+Extensions.swift",
        "_JNIBoxedConversions.swift",
        "_JNIMethodIDCache.swift",
        "generated/JavaJNISwiftInstance.swift",
        "generated/JavaSwiftArena.swift",
        "generated/JavaSwiftInstance.swift",
        "generated/JavaSwiftMemoryManagement.swift"
      ],
      "target_dependencies" : [
        "SwiftJava"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftJavaPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftJavaPlugin",
      "path" : "Plugins/SwiftJavaPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftJavaPlugin"
      ],
      "sources" : [
        "SwiftJavaPlugin.swift",
        "_PluginsShared/PluginUtils.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/Configuration.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/GradleDependencyParsing.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractAsyncFuncMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractGenerationMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractMemoryManagementMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractMinimumAccessLevelMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JavaSourceFeature.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JavaSourceLevel.swift",
        "_PluginsShared/SwiftJavaPlugin+Errors.swift",
        "_PluginsShared/SwiftJavaPluginProtocol.swift"
      ],
      "target_dependencies" : [
        "SwiftJavaTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftJavaMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaMacrosTests",
      "path" : "Tests/SwiftJavaMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "JavaClassMacroTests.swift",
        "JavaImplementationMacroTests.swift"
      ],
      "target_dependencies" : [
        "SwiftJavaMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftJavaMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaMacros",
      "path" : "Sources/SwiftJavaMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftJava",
        "JavaUtil",
        "JavaUtilFunction",
        "JavaUtilJar",
        "JavaNet",
        "JavaIO",
        "JavaLangReflect",
        "swift-java",
        "SwiftJavaDocumentation",
        "SwiftJavaPlugin",
        "JExtractSwiftPlugin",
        "SwiftJavaMacros"
      ],
      "sources" : [
        "GenerationMode.swift",
        "ImplementsJavaMacro.swift",
        "JavaClassMacro.swift",
        "JavaExportMacro.swift",
        "JavaFieldMacro.swift",
        "JavaMethodMacro.swift",
        "MacroErrors.swift",
        "SwiftJNIMacrosPlugin.swift",
        "SwiftSyntaxUtils.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftJavaDocumentation",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaDocumentation",
      "path" : "Sources/SwiftJavaDocumentation",
      "product_memberships" : [
        "SwiftJavaDocumentation"
      ],
      "sources" : [
        "empty.swift"
      ],
      "target_dependencies" : [
        "SwiftJava",
        "SwiftJavaRuntimeSupport",
        "SwiftRuntimeFunctions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftJavaConfigurationSharedTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaConfigurationSharedTests",
      "path" : "Tests/SwiftJavaConfigurationSharedTests",
      "sources" : [
        "GradleDependencyParsingTests.swift",
        "SwiftJavaConfigurationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftJavaConfigurationShared"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftJavaConfigurationShared",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJavaConfigurationShared",
      "path" : "Sources/SwiftJavaConfigurationShared",
      "product_memberships" : [
        "SwiftJavaConfigurationShared",
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftLib",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "Configuration.swift",
        "GradleDependencyParsing.swift",
        "JExtract/JExtractAsyncFuncMode.swift",
        "JExtract/JExtractGenerationMode.swift",
        "JExtract/JExtractMemoryManagementMode.swift",
        "JExtract/JExtractMinimumAccessLevelMode.swift",
        "JExtract/JavaSourceFeature.swift",
        "JExtract/JavaSourceLevel.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftJava",
      "module_type" : "SwiftTarget",
      "name" : "SwiftJava",
      "path" : "Sources/SwiftJava",
      "product_dependencies" : [
        "SwiftJavaJNICore"
      ],
      "product_memberships" : [
        "SwiftJava",
        "JavaUtil",
        "JavaUtilFunction",
        "JavaUtilJar",
        "JavaNet",
        "JavaIO",
        "JavaLangReflect",
        "swift-java",
        "SwiftJavaDocumentation",
        "SwiftJavaPlugin",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "AndroidSupport.swift",
        "AnyJavaObject.swift",
        "BridgedValues/JavaBoxing.swift",
        "BridgedValues/JavaValue+Dictionary.swift",
        "BridgedValues/JavaValue+Set.swift",
        "BridgedValues/SwiftDictionaryMap+JNI.swift",
        "BridgedValues/SwiftSet+JNI.swift",
        "CSwiftJavaJNI+Reexport.swift",
        "Exceptions/Exception+Error.swift",
        "Exceptions/ExceptionHandling.swift",
        "Exceptions/Throwable+Error.swift",
        "JNI.swift",
        "JavaClass+CustomStringConvertible.swift",
        "JavaClass+Initialization.swift",
        "JavaExtensions/Enumeration+Sequence.swift",
        "JavaExtensions/JavaIterator+Iterator.swift",
        "JavaExtensions/List+Sequence.swift",
        "JavaObject+Inheritance.swift",
        "JavaObject+MethodCalls.swift",
        "JavaObjectHolder.swift",
        "JavaString+Extensions.swift",
        "JavaValue+LocalRef.swift",
        "KnownJavaVMOptions.swift",
        "Macros.swift",
        "Optional+JavaObject.swift",
        "Optional+JavaOptional.swift",
        "String+Extensions.swift",
        "SwiftJavaConversionError.swift",
        "SwiftObjects.swift",
        "SwiftPlatform.swift",
        "generated/Appendable.swift",
        "generated/ByteBuffer.swift",
        "generated/CharSequence.swift",
        "generated/Charset.swift",
        "generated/Closeable.swift",
        "generated/Enumeration.swift",
        "generated/Exception.swift",
        "generated/File.swift",
        "generated/Flushable.swift",
        "generated/InputStream.swift",
        "generated/JavaArray.swift",
        "generated/JavaBoolean.swift",
        "generated/JavaByte.swift",
        "generated/JavaCharacter.swift",
        "generated/JavaClass.swift",
        "generated/JavaClassLoader.swift",
        "generated/JavaCollection.swift",
        "generated/JavaDouble.swift",
        "generated/JavaEnum.swift",
        "generated/JavaError.swift",
        "generated/JavaFloat.swift",
        "generated/JavaInteger.swift",
        "generated/JavaIterator.swift",
        "generated/JavaLong.swift",
        "generated/JavaNumber.swift",
        "generated/JavaObject.swift",
        "generated/JavaOptional.swift",
        "generated/JavaOptionalDouble.swift",
        "generated/JavaOptionalInt.swift",
        "generated/JavaOptionalLong.swift",
        "generated/JavaSet.swift",
        "generated/JavaShort.swift",
        "generated/JavaString.swift",
        "generated/JavaThread.swift",
        "generated/JavaURL.swift",
        "generated/JavaVoid.swift",
        "generated/List.swift",
        "generated/ListIterator.swift",
        "generated/OutputStream.swift",
        "generated/Path.swift",
        "generated/PrintWriter.swift",
        "generated/Readable.swift",
        "generated/RuntimeException.swift",
        "generated/StringWriter.swift",
        "generated/Throwable.swift",
        "generated/Writer.swift"
      ],
      "target_dependencies" : [
        "SwiftJavaMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StaticBuildConfigPluginExecutable",
      "module_type" : "SwiftTarget",
      "name" : "StaticBuildConfigPluginExecutable",
      "path" : "Sources/StaticBuildConfigPluginExecutable",
      "product_dependencies" : [
        "Subprocess",
        "SwiftIfConfig"
      ],
      "product_memberships" : [
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftLib",
        "JExtractSwiftPlugin",
        "StaticBuildConfigPluginExecutable"
      ],
      "sources" : [
        "StaticBuildConfigPluginExecutable.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JavaUtilJar",
      "module_type" : "SwiftTarget",
      "name" : "JavaUtilJar",
      "path" : "Sources/JavaStdlib/JavaUtilJar",
      "product_memberships" : [
        "JavaUtilJar",
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "generated/Attributes.swift",
        "generated/JarEntry.swift",
        "generated/JarFile.swift",
        "generated/JarInputStream.swift",
        "generated/JarOutputStream.swift",
        "generated/Manifest.swift",
        "generated/ZipEntry.swift"
      ],
      "target_dependencies" : [
        "SwiftJava",
        "JavaUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaUtilFunction",
      "module_type" : "SwiftTarget",
      "name" : "JavaUtilFunction",
      "path" : "Sources/JavaStdlib/JavaUtilFunction",
      "product_memberships" : [
        "JavaUtilFunction"
      ],
      "sources" : [
        "generated/JavaBiConsumer.swift",
        "generated/JavaBiFunction.swift",
        "generated/JavaBiPredicate.swift",
        "generated/JavaBinaryOperator.swift",
        "generated/JavaBooleanSupplier.swift",
        "generated/JavaConsumer.swift",
        "generated/JavaDoubleBinaryOperator.swift",
        "generated/JavaDoubleConsumer.swift",
        "generated/JavaDoubleFunction.swift",
        "generated/JavaDoublePredicate.swift",
        "generated/JavaDoubleSupplier.swift",
        "generated/JavaDoubleToIntFunction.swift",
        "generated/JavaDoubleToLongFunction.swift",
        "generated/JavaDoubleUnaryOperator.swift",
        "generated/JavaFunction.swift",
        "generated/JavaIntBinaryOperator.swift",
        "generated/JavaIntConsumer.swift",
        "generated/JavaIntFunction.swift",
        "generated/JavaIntPredicate.swift",
        "generated/JavaIntSupplier.swift",
        "generated/JavaIntToDoubleFunction.swift",
        "generated/JavaIntToLongFunction.swift",
        "generated/JavaIntUnaryOperator.swift",
        "generated/JavaLongBinaryOperator.swift",
        "generated/JavaLongConsumer.swift",
        "generated/JavaLongFunction.swift",
        "generated/JavaLongPredicate.swift",
        "generated/JavaLongSupplier.swift",
        "generated/JavaLongToDoubleFunction.swift",
        "generated/JavaLongToIntFunction.swift",
        "generated/JavaLongUnaryOperator.swift",
        "generated/JavaObjDoubleConsumer.swift",
        "generated/JavaObjIntConsumer.swift",
        "generated/JavaObjLongConsumer.swift",
        "generated/JavaPredicate.swift",
        "generated/JavaSupplier.swift",
        "generated/JavaToDoubleBiFunction.swift",
        "generated/JavaToDoubleFunction.swift",
        "generated/JavaToIntBiFunction.swift",
        "generated/JavaToIntFunction.swift",
        "generated/JavaToLongBiFunction.swift",
        "generated/JavaToLongFunction.swift",
        "generated/JavaUnaryOperator.swift"
      ],
      "target_dependencies" : [
        "SwiftJava"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaUtil",
      "module_type" : "SwiftTarget",
      "name" : "JavaUtil",
      "path" : "Sources/JavaStdlib/JavaUtil",
      "product_memberships" : [
        "JavaUtil",
        "JavaUtilJar",
        "JavaNet",
        "JavaIO",
        "JavaLangReflect",
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "generated/ArrayDeque.swift",
        "generated/ArrayList.swift",
        "generated/BitSet.swift",
        "generated/HashMap.swift",
        "generated/HashSet.swift",
        "generated/JavaDictionary.swift",
        "generated/LinkedList.swift",
        "generated/PriorityQueue.swift",
        "generated/Queue.swift",
        "generated/RandomAccess.swift",
        "generated/Stack.swift",
        "generated/TreeMap.swift",
        "generated/TreeSet.swift"
      ],
      "target_dependencies" : [
        "SwiftJava"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaNet",
      "module_type" : "SwiftTarget",
      "name" : "JavaNet",
      "path" : "Sources/JavaStdlib/JavaNet",
      "product_memberships" : [
        "JavaNet",
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "JavaURL+Extensions.swift",
        "generated/URI.swift",
        "generated/URLClassLoader.swift",
        "generated/URLConnection.swift"
      ],
      "target_dependencies" : [
        "SwiftJava",
        "JavaUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaLangReflect",
      "module_type" : "SwiftTarget",
      "name" : "JavaLangReflect",
      "path" : "Sources/JavaStdlib/JavaLangReflect",
      "product_memberships" : [
        "JavaLangReflect",
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "Constructor+Utilities.swift",
        "Executable+Utilities.swift",
        "Field+Utilities.swift",
        "HasJavaModifiers.swift",
        "JavaClass+Reflection.swift",
        "Method+Utilities.swift",
        "ParameterizedType+Extensions.swift",
        "Type+Extensions.swift",
        "TypeVariable+Extensions.swift",
        "generated/AccessibleObject.swift",
        "generated/AnnotatedType.swift",
        "generated/Annotation.swift",
        "generated/Array.swift",
        "generated/Constructor.swift",
        "generated/Executable.swift",
        "generated/Field.swift",
        "generated/GenericArrayType.swift",
        "generated/GenericDeclaration.swift",
        "generated/Method.swift",
        "generated/Parameter.swift",
        "generated/ParameterizedType.swift",
        "generated/Type.swift",
        "generated/TypeVariable.swift",
        "generated/WildcardType.swift"
      ],
      "target_dependencies" : [
        "SwiftJava",
        "JavaUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaIO",
      "module_type" : "SwiftTarget",
      "name" : "JavaIO",
      "path" : "Sources/JavaStdlib/JavaIO",
      "product_memberships" : [
        "JavaIO"
      ],
      "sources" : [
        "generated/BufferedInputStream.swift",
        "generated/FileDescriptor.swift",
        "generated/FileReader.swift",
        "generated/InputStreamReader.swift",
        "generated/Reader.swift",
        "generated/StringReader.swift",
        "generated/WatchService.swift"
      ],
      "target_dependencies" : [
        "SwiftJava",
        "JavaUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaCompilerPlugin",
      "module_type" : "PluginTarget",
      "name" : "JavaCompilerPlugin",
      "path" : "Plugins/JavaCompilerPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "JavaCompilerPlugin"
      ],
      "sources" : [
        "JavaCompilerPlugin.swift",
        "_PluginsShared/PluginUtils.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/Configuration.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/GradleDependencyParsing.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractAsyncFuncMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractGenerationMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractMemoryManagementMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractMinimumAccessLevelMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JavaSourceFeature.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JavaSourceLevel.swift",
        "_PluginsShared/SwiftJavaPlugin+Errors.swift",
        "_PluginsShared/SwiftJavaPluginProtocol.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "JExtractSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "JExtractSwiftTests",
      "path" : "Tests/JExtractSwiftTests",
      "sources" : [
        "Asserts/LoweringAssertions.swift",
        "Asserts/TextAssertions.swift",
        "ByteArrayTests.swift",
        "CTypeTests.swift",
        "ClassPrintingTests.swift",
        "DataImportTests.swift",
        "DateTests.swift",
        "ExtensionImportTests.swift",
        "FFM/FFMImportedModuleStubsTests.swift",
        "FFM/FFMSubscriptsTests.swift",
        "FFM/FFMThrowingTests.swift",
        "FFM/FFMTupleTests.swift",
        "FFMNestedTypesTests.swift",
        "FoundationImportTests.swift",
        "FuncCallbackImportTests.swift",
        "FunctionDescriptorImportTests.swift",
        "FunctionLoweringTests.swift",
        "IfConfigTests.swift",
        "InputSwiftTests.swift",
        "InternalExtractTests.swift",
        "JExtractFileFilterTests.swift",
        "JNI/JNIArrayTest.swift",
        "JNI/JNIAsyncTests.swift",
        "JNI/JNICDeclAttributesTests.swift",
        "JNI/JNIClassTests.swift",
        "JNI/JNIClosureTests.swift",
        "JNI/JNIDictionaryTest.swift",
        "JNI/JNIEnumTests.swift",
        "JNI/JNIEscapingClosureTests.swift",
        "JNI/JNIExtensionTests.swift",
        "JNI/JNIGenericCombinationTests.swift",
        "JNI/JNIGenericTypeTests.swift",
        "JNI/JNIIntConversionChecksTests.swift",
        "JNI/JNIJavaKitTests.swift",
        "JNI/JNIModuleTests.swift",
        "JNI/JNINestedTypesTests.swift",
        "JNI/JNIOptionalTests.swift",
        "JNI/JNIProtocolTests.swift",
        "JNI/JNISetTest.swift",
        "JNI/JNIStructTests.swift",
        "JNI/JNISubscriptsTests.swift",
        "JNI/JNIToStringTests.swift",
        "JNI/JNITupleTests.swift",
        "JNI/JNIUnsignedNumberTests.swift",
        "JNI/JNIVariablesTests.swift",
        "JavaKeywordTests.swift",
        "JavaTypeAnnotationsTests.swift",
        "MemoryManagementModeTests.swift",
        "MethodImportTests.swift",
        "MethodThunkTests.swift",
        "NestedTypeThunkTests.swift",
        "OptionalImportTests.swift",
        "SendableTests.swift",
        "SpecializationTests.swift",
        "StringPassingTests.swift",
        "SwiftDocumentationParsingTests.swift",
        "SwiftEscapedNameTests.swift",
        "SwiftSymbolTableTests.swift",
        "TypealiasResolutionTests.swift",
        "UUIDTests.swift",
        "UnsignedNumberTests.swift",
        "Utils.swift",
        "VariableImportTests.swift"
      ],
      "target_dependencies" : [
        "JExtractSwiftLib",
        "CodePrinting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JExtractSwiftPlugin",
      "module_type" : "PluginTarget",
      "name" : "JExtractSwiftPlugin",
      "path" : "Plugins/JExtractSwiftPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "JExtractSwiftPlugin.swift",
        "_PluginsShared/PluginUtils.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/Configuration.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/GradleDependencyParsing.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractAsyncFuncMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractGenerationMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractMemoryManagementMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JExtractMinimumAccessLevelMode.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JavaSourceFeature.swift",
        "_PluginsShared/SwiftJavaConfigurationShared/JExtract/JavaSourceLevel.swift",
        "_PluginsShared/SwiftJavaPlugin+Errors.swift",
        "_PluginsShared/SwiftJavaPluginProtocol.swift"
      ],
      "target_dependencies" : [
        "SwiftJavaTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "JExtractSwiftLib",
      "module_type" : "SwiftTarget",
      "name" : "JExtractSwiftLib",
      "path" : "Sources/JExtractSwiftLib",
      "product_dependencies" : [
        "SwiftBasicFormat",
        "SwiftLexicalLookup",
        "SwiftIfConfig",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "ArgumentParser",
        "OrderedCollections",
        "SwiftJavaJNICore"
      ],
      "product_memberships" : [
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftLib",
        "JExtractSwiftPlugin"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JExtractSwiftLib/Resources/dummy.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AnalysisResult.swift",
        "CTypes/CEnum.swift",
        "CTypes/CFunction.swift",
        "CTypes/CParameter.swift",
        "CTypes/CStruct.swift",
        "CTypes/CTag.swift",
        "CTypes/CType.swift",
        "CTypes/CUnion.swift",
        "Common/JavaTypeAnnotations.swift",
        "Convenience/Collection+Extensions.swift",
        "Convenience/JavaType+Extensions.swift",
        "Convenience/String+Extensions.swift",
        "Convenience/SwiftSyntax+Extensions.swift",
        "FFM/CDeclLowering/CRepresentation.swift",
        "FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift",
        "FFM/ConversionStep.swift",
        "FFM/FFMSwift2JavaGenerator+FoundationData.swift",
        "FFM/FFMSwift2JavaGenerator+JavaBindingsPrinting.swift",
        "FFM/FFMSwift2JavaGenerator+JavaTranslation.swift",
        "FFM/FFMSwift2JavaGenerator+SwiftThunkPrinting.swift",
        "FFM/FFMSwift2JavaGenerator.swift",
        "FFM/ForeignValueLayouts.swift",
        "ImportedDecls.swift",
        "JExtractDefaultBuildConfiguration.swift",
        "JExtractFileFilter.swift",
        "JNI/JNICaching.swift",
        "JNI/JNIJavaTypeTranslator.swift",
        "JNI/JNISwift2JavaGenerator+InterfaceWrapperGeneration.swift",
        "JNI/JNISwift2JavaGenerator+JavaBindingsPrinting.swift",
        "JNI/JNISwift2JavaGenerator+JavaTranslation.swift",
        "JNI/JNISwift2JavaGenerator+LabeledTuples.swift",
        "JNI/JNISwift2JavaGenerator+NativeTranslation.swift",
        "JNI/JNISwift2JavaGenerator+SwiftThunkPrinting.swift",
        "JNI/JNISwift2JavaGenerator.swift",
        "JNI/TranslatedFunctionDecl+NamedTuples.swift",
        "JavaIdentifierFactory.swift",
        "JavaParameter.swift",
        "JavaTypes/JavaType+Collections.swift",
        "JavaTypes/JavaType+Exceptions.swift",
        "JavaTypes/JavaType+Futures.swift",
        "JavaTypes/JavaType+JDK.swift",
        "JavaTypes/JavaType+SwiftKit.swift",
        "JavaTypes/JavaType+Tuples.swift",
        "Logger.swift",
        "Swift2Java.swift",
        "Swift2JavaGenerator.swift",
        "Swift2JavaTranslator.swift",
        "Swift2JavaVisitor.swift",
        "SwiftDocumentationParsing.swift",
        "SwiftKit+Printing.swift",
        "SwiftTypes/DependencyScanner.swift",
        "SwiftTypes/ImportedSwiftModule.swift",
        "SwiftTypes/SwiftEffectSpecifier.swift",
        "SwiftTypes/SwiftEnumCaseParameter.swift",
        "SwiftTypes/SwiftFunctionSignature.swift",
        "SwiftTypes/SwiftFunctionType.swift",
        "SwiftTypes/SwiftKnownModules.swift",
        "SwiftTypes/SwiftKnownTypeDecls.swift",
        "SwiftTypes/SwiftKnownTypes.swift",
        "SwiftTypes/SwiftModuleSymbolTable.swift",
        "SwiftTypes/SwiftNominalTypeDeclaration.swift",
        "SwiftTypes/SwiftParameter.swift",
        "SwiftTypes/SwiftParsedModuleSymbolTableBuilder.swift",
        "SwiftTypes/SwiftQualifiedTypeName.swift",
        "SwiftTypes/SwiftResult.swift",
        "SwiftTypes/SwiftSymbolTable.swift",
        "SwiftTypes/SwiftType+GenericTypes.swift",
        "SwiftTypes/SwiftType.swift",
        "SwiftTypes/SwiftTypeLookupContext.swift",
        "ThunkNameRegistry.swift",
        "TranslatedDocumentation.swift"
      ],
      "target_dependencies" : [
        "SwiftJavaShared",
        "SwiftJavaConfigurationShared",
        "CodePrinting",
        "_StaticBuildConfigPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleSwiftLibrary",
      "module_type" : "SwiftTarget",
      "name" : "ExampleSwiftLibrary",
      "path" : "Sources/ExampleSwiftLibrary",
      "product_memberships" : [
        "ExampleSwiftLibrary"
      ],
      "sources" : [
        "MySwiftLibrary.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodePrinting",
      "module_type" : "SwiftTarget",
      "name" : "CodePrinting",
      "path" : "Sources/CodePrinting",
      "product_memberships" : [
        "swift-java",
        "SwiftJavaPlugin",
        "JExtractSwiftLib",
        "JExtractSwiftPlugin"
      ],
      "sources" : [
        "CodePrinter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.