The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-java, reference 0.2.0 (3d52a1), with Swift 6.1 for Linux on 11 Apr 2026 10:28:14 UTC.

Swift 6 data race errors: 100

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

   |                     |- 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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 | }
/host/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 |
/host/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
[1498/1514] Compiling JExtractSwiftLib JExtractDefaultBuildConfiguration.swift
/host/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)
/host/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 |
/host/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 | }
/host/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 |
/host/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 |
/host/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
/host/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")
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 | }
/host/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 |
/host/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
[1499/1514] Compiling JExtractSwiftLib JExtractFileFilter.swift
/host/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)
/host/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 |
/host/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 | }
/host/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 |
/host/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 |
/host/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
/host/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")
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 | }
/host/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 |
/host/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
[1500/1514] Compiling JExtractSwiftLib JNICaching.swift
/host/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)
/host/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 |
/host/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 | }
/host/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 |
/host/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 |
/host/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
/host/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")
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 | }
/host/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 |
/host/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
[1501/1514] Compiling JExtractSwiftLib JNIJavaTypeTranslator.swift
/host/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)
/host/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 |
/host/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 | }
/host/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 |
/host/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 |
/host/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
/host/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")
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 |
/host/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")
/host/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 | }
/host/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 |
/host/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
[1502/1514] Compiling JExtractSwiftLib Collection+Extensions.swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:103:8: warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
101 |
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
    |        `- warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:104:8: warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
    |        `- warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
105 |   case invalidFunctionConvention(SwiftFunctionType)
106 | }
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftNominalTypeDeclaration.swift:22:15: note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 20 |   & WithModifiersSyntax
 21 |
 22 | package class SwiftTypeDeclaration {
    |               `- note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 23 |
 24 |   // The short path from module root to the file in which this nominal was originally declared.
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:105:8: warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
    |        `- warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
106 | }
107 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionType.swift:17:8: note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
15 | import SwiftSyntax
16 |
17 | struct SwiftFunctionType: Equatable {
   |        `- note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
18 |   enum Convention: Equatable {
19 |     case swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1118:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1116 |
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1119:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
1121 | }
/host/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 |
[1503/1514] Compiling JExtractSwiftLib JavaType+Extensions.swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:103:8: warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
101 |
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
    |        `- warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:104:8: warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
    |        `- warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
105 |   case invalidFunctionConvention(SwiftFunctionType)
106 | }
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftNominalTypeDeclaration.swift:22:15: note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 20 |   & WithModifiersSyntax
 21 |
 22 | package class SwiftTypeDeclaration {
    |               `- note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 23 |
 24 |   // The short path from module root to the file in which this nominal was originally declared.
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:105:8: warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
    |        `- warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
106 | }
107 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionType.swift:17:8: note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
15 | import SwiftSyntax
16 |
17 | struct SwiftFunctionType: Equatable {
   |        `- note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
18 |   enum Convention: Equatable {
19 |     case swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1118:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1116 |
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1119:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
1121 | }
/host/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 |
[1504/1514] Compiling JExtractSwiftLib String+Extensions.swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:103:8: warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
101 |
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
    |        `- warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:104:8: warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
    |        `- warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
105 |   case invalidFunctionConvention(SwiftFunctionType)
106 | }
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftNominalTypeDeclaration.swift:22:15: note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 20 |   & WithModifiersSyntax
 21 |
 22 | package class SwiftTypeDeclaration {
    |               `- note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 23 |
 24 |   // The short path from module root to the file in which this nominal was originally declared.
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:105:8: warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
    |        `- warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
106 | }
107 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionType.swift:17:8: note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
15 | import SwiftSyntax
16 |
17 | struct SwiftFunctionType: Equatable {
   |        `- note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
18 |   enum Convention: Equatable {
19 |     case swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1118:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1116 |
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1119:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
1121 | }
/host/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 |
[1505/1514] Compiling JExtractSwiftLib SwiftSyntax+Extensions.swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:103:8: warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
101 |
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
    |        `- warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:104:8: warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
    |        `- warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
105 |   case invalidFunctionConvention(SwiftFunctionType)
106 | }
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftNominalTypeDeclaration.swift:22:15: note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 20 |   & WithModifiersSyntax
 21 |
 22 | package class SwiftTypeDeclaration {
    |               `- note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 23 |
 24 |   // The short path from module root to the file in which this nominal was originally declared.
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:105:8: warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
    |        `- warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
106 | }
107 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionType.swift:17:8: note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
15 | import SwiftSyntax
16 |
17 | struct SwiftFunctionType: Equatable {
   |        `- note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
18 |   enum Convention: Equatable {
19 |     case swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1118:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1116 |
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1119:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
1121 | }
/host/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 |
[1506/1514] Compiling JExtractSwiftLib CRepresentation.swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:103:8: warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
101 |
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
    |        `- warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:104:8: warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
    |        `- warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
105 |   case invalidFunctionConvention(SwiftFunctionType)
106 | }
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftNominalTypeDeclaration.swift:22:15: note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 20 |   & WithModifiersSyntax
 21 |
 22 | package class SwiftTypeDeclaration {
    |               `- note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 23 |
 24 |   // The short path from module root to the file in which this nominal was originally declared.
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:105:8: warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
    |        `- warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
106 | }
107 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionType.swift:17:8: note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
15 | import SwiftSyntax
16 |
17 | struct SwiftFunctionType: Equatable {
   |        `- note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
18 |   enum Convention: Equatable {
19 |     case swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1118:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1116 |
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1119:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
1121 | }
/host/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 |
[1507/1514] Compiling JExtractSwiftLib FFMSwift2JavaGenerator+FunctionLowering.swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:103:8: warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
101 |
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
    |        `- warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:104:8: warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
    |        `- warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
105 |   case invalidFunctionConvention(SwiftFunctionType)
106 | }
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftNominalTypeDeclaration.swift:22:15: note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 20 |   & WithModifiersSyntax
 21 |
 22 | package class SwiftTypeDeclaration {
    |               `- note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 23 |
 24 |   // The short path from module root to the file in which this nominal was originally declared.
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:105:8: warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
    |        `- warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
106 | }
107 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionType.swift:17:8: note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
15 | import SwiftSyntax
16 |
17 | struct SwiftFunctionType: Equatable {
   |        `- note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
18 |   enum Convention: Equatable {
19 |     case swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1118:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1116 |
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1119:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
1121 | }
/host/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 |
[1508/1514] Compiling JExtractSwiftLib ConversionStep.swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:103:8: warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
101 |
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
    |        `- warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:104:8: warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
    |        `- warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
105 |   case invalidFunctionConvention(SwiftFunctionType)
106 | }
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftNominalTypeDeclaration.swift:22:15: note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 20 |   & WithModifiersSyntax
 21 |
 22 | package class SwiftTypeDeclaration {
    |               `- note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 23 |
 24 |   // The short path from module root to the file in which this nominal was originally declared.
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:105:8: warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
    |        `- warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
106 | }
107 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionType.swift:17:8: note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
15 | import SwiftSyntax
16 |
17 | struct SwiftFunctionType: Equatable {
   |        `- note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
18 |   enum Convention: Equatable {
19 |     case swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1118:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1116 |
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1119:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
1121 | }
/host/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 |
[1509/1514] Compiling JExtractSwiftLib FFMSwift2JavaGenerator+FoundationData.swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:103:8: warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
101 |
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
    |        `- warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:104:8: warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
    |        `- warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
105 |   case invalidFunctionConvention(SwiftFunctionType)
106 | }
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftNominalTypeDeclaration.swift:22:15: note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 20 |   & WithModifiersSyntax
 21 |
 22 | package class SwiftTypeDeclaration {
    |               `- note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 23 |
 24 |   // The short path from module root to the file in which this nominal was originally declared.
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:105:8: warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
    |        `- warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
106 | }
107 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionType.swift:17:8: note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
15 | import SwiftSyntax
16 |
17 | struct SwiftFunctionType: Equatable {
   |        `- note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
18 |   enum Convention: Equatable {
19 |     case swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1118:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1116 |
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1119:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
1121 | }
/host/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 |
[1510/1514] Compiling JExtractSwiftLib FFMSwift2JavaGenerator+JavaBindingsPrinting.swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:103:8: warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
101 |
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
    |        `- warning: associated value 'invalidCDeclType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:104:8: warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
102 | enum CDeclToCLoweringError: Error {
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
    |        `- warning: associated value 'invalidNominalType' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftTypeDeclaration'; this is an error in the Swift 6 language mode
105 |   case invalidFunctionConvention(SwiftFunctionType)
106 | }
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftNominalTypeDeclaration.swift:22:15: note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 20 |   & WithModifiersSyntax
 21 |
 22 | package class SwiftTypeDeclaration {
    |               `- note: class 'SwiftTypeDeclaration' does not conform to the 'Sendable' protocol
 23 |
 24 |   // The short path from module root to the file in which this nominal was originally declared.
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/CRepresentation.swift:105:8: warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
103 |   case invalidCDeclType(SwiftType)
104 |   case invalidNominalType(SwiftTypeDeclaration)
105 |   case invalidFunctionConvention(SwiftFunctionType)
    |        `- warning: associated value 'invalidFunctionConvention' of 'Sendable'-conforming enum 'CDeclToCLoweringError' has non-sendable type 'SwiftFunctionType'; this is an error in the Swift 6 language mode
106 | }
107 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/SwiftTypes/SwiftFunctionType.swift:17:8: note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
15 | import SwiftSyntax
16 |
17 | struct SwiftFunctionType: Equatable {
   |        `- note: consider making struct 'SwiftFunctionType' conform to the 'Sendable' protocol
18 |   enum Convention: Equatable {
19 |     case swift
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1118:8: warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1116 |
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'inoutNotSupported(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
/host/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 |
/host/spi-builder-workspace/Sources/JExtractSwiftLib/FFM/CDeclLowering/FFMSwift2JavaGenerator+FunctionLowering.swift:1119:8: warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1117 | enum LoweringError: Error {
1118 |   case inoutNotSupported(SwiftType, file: String = #file, line: Int = #line)
1119 |   case unhandledType(SwiftType, file: String = #file, line: Int = #line)
     |        `- warning: associated value 'unhandledType(_:file:line:)' of 'Sendable'-conforming enum 'LoweringError' has non-sendable type 'SwiftType'; this is an error in the Swift 6 language mode
1120 |   case effectNotSupported(SwiftEffectSpecifier, file: String = #file, line: Int = #line)
1121 | }
/host/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 |
[1511/1515] Wrapping AST for JExtractSwiftLib for debugging
[1513/1525] Compiling SwiftJavaTool ExcludedJDKTypes.swift
[1514/1526] Compiling SwiftJavaTool JavaClassLoader.swift
[1515/1526] Compiling SwiftJavaTool SwiftJava.swift
[1516/1526] Compiling SwiftJavaTool CommonOptions.swift
[1517/1526] Compiling SwiftJavaTool SwiftJavaBaseAsyncParsableCommand.swift
[1518/1526] Compiling SwiftJavaTool WrapJavaCommand.swift
[1519/1526] Compiling SwiftJavaTool JavaCallbacksBuildCommand.swift
[1520/1526] Compiling SwiftJavaTool ResolveCommand.swift
[1521/1526] Emitting module SwiftJavaTool
[1522/1526] Compiling SwiftJavaTool ConfigureCommand.swift
[1523/1526] Compiling SwiftJavaTool JExtractCommand.swift
[1524/1527] Wrapping AST for SwiftJavaTool for debugging
[1525/1527] Write Objects.LinkFileList
[1526/1527] Linking swift-java
Build complete! (498.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-java-jni-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "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" : "1.4.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" : "/host/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/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/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"
      ],
      "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/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",
        "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",
        "JavaTypeAnnotationsTests.swift",
        "MemoryManagementModeTests.swift",
        "MethodImportTests.swift",
        "MethodThunkTests.swift",
        "OptionalImportTests.swift",
        "SendableTests.swift",
        "SpecializationTests.swift",
        "StringPassingTests.swift",
        "SwiftDocumentationParsingTests.swift",
        "SwiftSymbolTableTests.swift",
        "UUIDTests.swift",
        "UnsignedNumberTests.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/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" : "/host/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/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"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.