The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of WebAPIKit, reference 0.1.0 (8508bf), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 14:20:16 UTC.

Swift 6 data race errors: 3214

Build Command

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

Build Log

 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3761:34: warning: static property 'maxInterStageShaderComponents' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3759 |     @usableFromInline static let maxDynamicStorageBuffersPerPipelineLayout: JSString = "maxDynamicStorageBuffersPerPipelineLayout"
3760 |     @usableFromInline static let maxDynamicUniformBuffersPerPipelineLayout: JSString = "maxDynamicUniformBuffersPerPipelineLayout"
3761 |     @usableFromInline static let maxInterStageShaderComponents: JSString = "maxInterStageShaderComponents"
     |                                  |- warning: static property 'maxInterStageShaderComponents' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxInterStageShaderComponents' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3762 |     @usableFromInline static let maxInterStageShaderVariables: JSString = "maxInterStageShaderVariables"
3763 |     @usableFromInline static let maxSampledTexturesPerShaderStage: JSString = "maxSampledTexturesPerShaderStage"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3762:34: warning: static property 'maxInterStageShaderVariables' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3760 |     @usableFromInline static let maxDynamicUniformBuffersPerPipelineLayout: JSString = "maxDynamicUniformBuffersPerPipelineLayout"
3761 |     @usableFromInline static let maxInterStageShaderComponents: JSString = "maxInterStageShaderComponents"
3762 |     @usableFromInline static let maxInterStageShaderVariables: JSString = "maxInterStageShaderVariables"
     |                                  |- warning: static property 'maxInterStageShaderVariables' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxInterStageShaderVariables' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3763 |     @usableFromInline static let maxSampledTexturesPerShaderStage: JSString = "maxSampledTexturesPerShaderStage"
3764 |     @usableFromInline static let maxSamplersPerShaderStage: JSString = "maxSamplersPerShaderStage"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3763:34: warning: static property 'maxSampledTexturesPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3761 |     @usableFromInline static let maxInterStageShaderComponents: JSString = "maxInterStageShaderComponents"
3762 |     @usableFromInline static let maxInterStageShaderVariables: JSString = "maxInterStageShaderVariables"
3763 |     @usableFromInline static let maxSampledTexturesPerShaderStage: JSString = "maxSampledTexturesPerShaderStage"
     |                                  |- warning: static property 'maxSampledTexturesPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxSampledTexturesPerShaderStage' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3764 |     @usableFromInline static let maxSamplersPerShaderStage: JSString = "maxSamplersPerShaderStage"
3765 |     @usableFromInline static let maxStorageBufferBindingSize: JSString = "maxStorageBufferBindingSize"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3764:34: warning: static property 'maxSamplersPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3762 |     @usableFromInline static let maxInterStageShaderVariables: JSString = "maxInterStageShaderVariables"
3763 |     @usableFromInline static let maxSampledTexturesPerShaderStage: JSString = "maxSampledTexturesPerShaderStage"
3764 |     @usableFromInline static let maxSamplersPerShaderStage: JSString = "maxSamplersPerShaderStage"
     |                                  |- warning: static property 'maxSamplersPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxSamplersPerShaderStage' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3765 |     @usableFromInline static let maxStorageBufferBindingSize: JSString = "maxStorageBufferBindingSize"
3766 |     @usableFromInline static let maxStorageBuffersPerShaderStage: JSString = "maxStorageBuffersPerShaderStage"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3765:34: warning: static property 'maxStorageBufferBindingSize' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3763 |     @usableFromInline static let maxSampledTexturesPerShaderStage: JSString = "maxSampledTexturesPerShaderStage"
3764 |     @usableFromInline static let maxSamplersPerShaderStage: JSString = "maxSamplersPerShaderStage"
3765 |     @usableFromInline static let maxStorageBufferBindingSize: JSString = "maxStorageBufferBindingSize"
     |                                  |- warning: static property 'maxStorageBufferBindingSize' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxStorageBufferBindingSize' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3766 |     @usableFromInline static let maxStorageBuffersPerShaderStage: JSString = "maxStorageBuffersPerShaderStage"
3767 |     @usableFromInline static let maxStorageTexturesPerShaderStage: JSString = "maxStorageTexturesPerShaderStage"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3766:34: warning: static property 'maxStorageBuffersPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3764 |     @usableFromInline static let maxSamplersPerShaderStage: JSString = "maxSamplersPerShaderStage"
3765 |     @usableFromInline static let maxStorageBufferBindingSize: JSString = "maxStorageBufferBindingSize"
3766 |     @usableFromInline static let maxStorageBuffersPerShaderStage: JSString = "maxStorageBuffersPerShaderStage"
     |                                  |- warning: static property 'maxStorageBuffersPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxStorageBuffersPerShaderStage' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3767 |     @usableFromInline static let maxStorageTexturesPerShaderStage: JSString = "maxStorageTexturesPerShaderStage"
3768 |     @usableFromInline static let maxTextureArrayLayers: JSString = "maxTextureArrayLayers"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3767:34: warning: static property 'maxStorageTexturesPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3765 |     @usableFromInline static let maxStorageBufferBindingSize: JSString = "maxStorageBufferBindingSize"
3766 |     @usableFromInline static let maxStorageBuffersPerShaderStage: JSString = "maxStorageBuffersPerShaderStage"
3767 |     @usableFromInline static let maxStorageTexturesPerShaderStage: JSString = "maxStorageTexturesPerShaderStage"
     |                                  |- warning: static property 'maxStorageTexturesPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxStorageTexturesPerShaderStage' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3768 |     @usableFromInline static let maxTextureArrayLayers: JSString = "maxTextureArrayLayers"
3769 |     @usableFromInline static let maxTextureDimension1D: JSString = "maxTextureDimension1D"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3768:34: warning: static property 'maxTextureArrayLayers' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3766 |     @usableFromInline static let maxStorageBuffersPerShaderStage: JSString = "maxStorageBuffersPerShaderStage"
3767 |     @usableFromInline static let maxStorageTexturesPerShaderStage: JSString = "maxStorageTexturesPerShaderStage"
3768 |     @usableFromInline static let maxTextureArrayLayers: JSString = "maxTextureArrayLayers"
     |                                  |- warning: static property 'maxTextureArrayLayers' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxTextureArrayLayers' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3769 |     @usableFromInline static let maxTextureDimension1D: JSString = "maxTextureDimension1D"
3770 |     @usableFromInline static let maxTextureDimension2D: JSString = "maxTextureDimension2D"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3769:34: warning: static property 'maxTextureDimension1D' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3767 |     @usableFromInline static let maxStorageTexturesPerShaderStage: JSString = "maxStorageTexturesPerShaderStage"
3768 |     @usableFromInline static let maxTextureArrayLayers: JSString = "maxTextureArrayLayers"
3769 |     @usableFromInline static let maxTextureDimension1D: JSString = "maxTextureDimension1D"
     |                                  |- warning: static property 'maxTextureDimension1D' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxTextureDimension1D' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3770 |     @usableFromInline static let maxTextureDimension2D: JSString = "maxTextureDimension2D"
3771 |     @usableFromInline static let maxTextureDimension3D: JSString = "maxTextureDimension3D"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3770:34: warning: static property 'maxTextureDimension2D' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3768 |     @usableFromInline static let maxTextureArrayLayers: JSString = "maxTextureArrayLayers"
3769 |     @usableFromInline static let maxTextureDimension1D: JSString = "maxTextureDimension1D"
3770 |     @usableFromInline static let maxTextureDimension2D: JSString = "maxTextureDimension2D"
     |                                  |- warning: static property 'maxTextureDimension2D' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxTextureDimension2D' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3771 |     @usableFromInline static let maxTextureDimension3D: JSString = "maxTextureDimension3D"
3772 |     @usableFromInline static let maxUniformBufferBindingSize: JSString = "maxUniformBufferBindingSize"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3771:34: warning: static property 'maxTextureDimension3D' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3769 |     @usableFromInline static let maxTextureDimension1D: JSString = "maxTextureDimension1D"
3770 |     @usableFromInline static let maxTextureDimension2D: JSString = "maxTextureDimension2D"
3771 |     @usableFromInline static let maxTextureDimension3D: JSString = "maxTextureDimension3D"
     |                                  |- warning: static property 'maxTextureDimension3D' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxTextureDimension3D' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3772 |     @usableFromInline static let maxUniformBufferBindingSize: JSString = "maxUniformBufferBindingSize"
3773 |     @usableFromInline static let maxUniformBuffersPerShaderStage: JSString = "maxUniformBuffersPerShaderStage"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3772:34: warning: static property 'maxUniformBufferBindingSize' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3770 |     @usableFromInline static let maxTextureDimension2D: JSString = "maxTextureDimension2D"
3771 |     @usableFromInline static let maxTextureDimension3D: JSString = "maxTextureDimension3D"
3772 |     @usableFromInline static let maxUniformBufferBindingSize: JSString = "maxUniformBufferBindingSize"
     |                                  |- warning: static property 'maxUniformBufferBindingSize' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxUniformBufferBindingSize' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3773 |     @usableFromInline static let maxUniformBuffersPerShaderStage: JSString = "maxUniformBuffersPerShaderStage"
3774 |     @usableFromInline static let maxVertexAttributes: JSString = "maxVertexAttributes"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3773:34: warning: static property 'maxUniformBuffersPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3771 |     @usableFromInline static let maxTextureDimension3D: JSString = "maxTextureDimension3D"
3772 |     @usableFromInline static let maxUniformBufferBindingSize: JSString = "maxUniformBufferBindingSize"
3773 |     @usableFromInline static let maxUniformBuffersPerShaderStage: JSString = "maxUniformBuffersPerShaderStage"
     |                                  |- warning: static property 'maxUniformBuffersPerShaderStage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxUniformBuffersPerShaderStage' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3774 |     @usableFromInline static let maxVertexAttributes: JSString = "maxVertexAttributes"
3775 |     @usableFromInline static let maxVertexBufferArrayStride: JSString = "maxVertexBufferArrayStride"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3774:34: warning: static property 'maxVertexAttributes' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3772 |     @usableFromInline static let maxUniformBufferBindingSize: JSString = "maxUniformBufferBindingSize"
3773 |     @usableFromInline static let maxUniformBuffersPerShaderStage: JSString = "maxUniformBuffersPerShaderStage"
3774 |     @usableFromInline static let maxVertexAttributes: JSString = "maxVertexAttributes"
     |                                  |- warning: static property 'maxVertexAttributes' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxVertexAttributes' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3775 |     @usableFromInline static let maxVertexBufferArrayStride: JSString = "maxVertexBufferArrayStride"
3776 |     @usableFromInline static let maxVertexBuffers: JSString = "maxVertexBuffers"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3775:34: warning: static property 'maxVertexBufferArrayStride' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3773 |     @usableFromInline static let maxUniformBuffersPerShaderStage: JSString = "maxUniformBuffersPerShaderStage"
3774 |     @usableFromInline static let maxVertexAttributes: JSString = "maxVertexAttributes"
3775 |     @usableFromInline static let maxVertexBufferArrayStride: JSString = "maxVertexBufferArrayStride"
     |                                  |- warning: static property 'maxVertexBufferArrayStride' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxVertexBufferArrayStride' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3776 |     @usableFromInline static let maxVertexBuffers: JSString = "maxVertexBuffers"
3777 |     @usableFromInline static let message: JSString = "message"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3776:34: warning: static property 'maxVertexBuffers' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3774 |     @usableFromInline static let maxVertexAttributes: JSString = "maxVertexAttributes"
3775 |     @usableFromInline static let maxVertexBufferArrayStride: JSString = "maxVertexBufferArrayStride"
3776 |     @usableFromInline static let maxVertexBuffers: JSString = "maxVertexBuffers"
     |                                  |- warning: static property 'maxVertexBuffers' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'maxVertexBuffers' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3777 |     @usableFromInline static let message: JSString = "message"
3778 |     @usableFromInline static let messages: JSString = "messages"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3777:34: warning: static property 'message' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3775 |     @usableFromInline static let maxVertexBufferArrayStride: JSString = "maxVertexBufferArrayStride"
3776 |     @usableFromInline static let maxVertexBuffers: JSString = "maxVertexBuffers"
3777 |     @usableFromInline static let message: JSString = "message"
     |                                  |- warning: static property 'message' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'message' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3778 |     @usableFromInline static let messages: JSString = "messages"
3779 |     @usableFromInline static let minBindingSize: JSString = "minBindingSize"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3778:34: warning: static property 'messages' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3776 |     @usableFromInline static let maxVertexBuffers: JSString = "maxVertexBuffers"
3777 |     @usableFromInline static let message: JSString = "message"
3778 |     @usableFromInline static let messages: JSString = "messages"
     |                                  |- warning: static property 'messages' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'messages' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3779 |     @usableFromInline static let minBindingSize: JSString = "minBindingSize"
3780 |     @usableFromInline static let minFilter: JSString = "minFilter"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3779:34: warning: static property 'minBindingSize' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3777 |     @usableFromInline static let message: JSString = "message"
3778 |     @usableFromInline static let messages: JSString = "messages"
3779 |     @usableFromInline static let minBindingSize: JSString = "minBindingSize"
     |                                  |- warning: static property 'minBindingSize' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'minBindingSize' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3780 |     @usableFromInline static let minFilter: JSString = "minFilter"
3781 |     @usableFromInline static let minStorageBufferOffsetAlignment: JSString = "minStorageBufferOffsetAlignment"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3780:34: warning: static property 'minFilter' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3778 |     @usableFromInline static let messages: JSString = "messages"
3779 |     @usableFromInline static let minBindingSize: JSString = "minBindingSize"
3780 |     @usableFromInline static let minFilter: JSString = "minFilter"
     |                                  |- warning: static property 'minFilter' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'minFilter' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3781 |     @usableFromInline static let minStorageBufferOffsetAlignment: JSString = "minStorageBufferOffsetAlignment"
3782 |     @usableFromInline static let minUniformBufferOffsetAlignment: JSString = "minUniformBufferOffsetAlignment"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3781:34: warning: static property 'minStorageBufferOffsetAlignment' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3779 |     @usableFromInline static let minBindingSize: JSString = "minBindingSize"
3780 |     @usableFromInline static let minFilter: JSString = "minFilter"
3781 |     @usableFromInline static let minStorageBufferOffsetAlignment: JSString = "minStorageBufferOffsetAlignment"
     |                                  |- warning: static property 'minStorageBufferOffsetAlignment' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'minStorageBufferOffsetAlignment' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3782 |     @usableFromInline static let minUniformBufferOffsetAlignment: JSString = "minUniformBufferOffsetAlignment"
3783 |     @usableFromInline static let mipLevel: JSString = "mipLevel"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3782:34: warning: static property 'minUniformBufferOffsetAlignment' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3780 |     @usableFromInline static let minFilter: JSString = "minFilter"
3781 |     @usableFromInline static let minStorageBufferOffsetAlignment: JSString = "minStorageBufferOffsetAlignment"
3782 |     @usableFromInline static let minUniformBufferOffsetAlignment: JSString = "minUniformBufferOffsetAlignment"
     |                                  |- warning: static property 'minUniformBufferOffsetAlignment' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'minUniformBufferOffsetAlignment' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3783 |     @usableFromInline static let mipLevel: JSString = "mipLevel"
3784 |     @usableFromInline static let mipLevelCount: JSString = "mipLevelCount"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3783:34: warning: static property 'mipLevel' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3781 |     @usableFromInline static let minStorageBufferOffsetAlignment: JSString = "minStorageBufferOffsetAlignment"
3782 |     @usableFromInline static let minUniformBufferOffsetAlignment: JSString = "minUniformBufferOffsetAlignment"
3783 |     @usableFromInline static let mipLevel: JSString = "mipLevel"
     |                                  |- warning: static property 'mipLevel' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'mipLevel' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3784 |     @usableFromInline static let mipLevelCount: JSString = "mipLevelCount"
3785 |     @usableFromInline static let mipmapFilter: JSString = "mipmapFilter"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3784:34: warning: static property 'mipLevelCount' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3782 |     @usableFromInline static let minUniformBufferOffsetAlignment: JSString = "minUniformBufferOffsetAlignment"
3783 |     @usableFromInline static let mipLevel: JSString = "mipLevel"
3784 |     @usableFromInline static let mipLevelCount: JSString = "mipLevelCount"
     |                                  |- warning: static property 'mipLevelCount' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'mipLevelCount' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3785 |     @usableFromInline static let mipmapFilter: JSString = "mipmapFilter"
3786 |     @usableFromInline static let module: JSString = "module"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3785:34: warning: static property 'mipmapFilter' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3783 |     @usableFromInline static let mipLevel: JSString = "mipLevel"
3784 |     @usableFromInline static let mipLevelCount: JSString = "mipLevelCount"
3785 |     @usableFromInline static let mipmapFilter: JSString = "mipmapFilter"
     |                                  |- warning: static property 'mipmapFilter' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'mipmapFilter' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3786 |     @usableFromInline static let module: JSString = "module"
3787 |     @usableFromInline static let multisample: JSString = "multisample"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3786:34: warning: static property 'module' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3784 |     @usableFromInline static let mipLevelCount: JSString = "mipLevelCount"
3785 |     @usableFromInline static let mipmapFilter: JSString = "mipmapFilter"
3786 |     @usableFromInline static let module: JSString = "module"
     |                                  |- warning: static property 'module' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'module' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3787 |     @usableFromInline static let multisample: JSString = "multisample"
3788 |     @usableFromInline static let multisampled: JSString = "multisampled"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3787:34: warning: static property 'multisample' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3785 |     @usableFromInline static let mipmapFilter: JSString = "mipmapFilter"
3786 |     @usableFromInline static let module: JSString = "module"
3787 |     @usableFromInline static let multisample: JSString = "multisample"
     |                                  |- warning: static property 'multisample' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'multisample' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3788 |     @usableFromInline static let multisampled: JSString = "multisampled"
3789 |     @usableFromInline static let occlusionQuerySet: JSString = "occlusionQuerySet"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3788:34: warning: static property 'multisampled' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3786 |     @usableFromInline static let module: JSString = "module"
3787 |     @usableFromInline static let multisample: JSString = "multisample"
3788 |     @usableFromInline static let multisampled: JSString = "multisampled"
     |                                  |- warning: static property 'multisampled' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'multisampled' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3789 |     @usableFromInline static let occlusionQuerySet: JSString = "occlusionQuerySet"
3790 |     @usableFromInline static let offset: JSString = "offset"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3789:34: warning: static property 'occlusionQuerySet' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3787 |     @usableFromInline static let multisample: JSString = "multisample"
3788 |     @usableFromInline static let multisampled: JSString = "multisampled"
3789 |     @usableFromInline static let occlusionQuerySet: JSString = "occlusionQuerySet"
     |                                  |- warning: static property 'occlusionQuerySet' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'occlusionQuerySet' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3790 |     @usableFromInline static let offset: JSString = "offset"
3791 |     @usableFromInline static let onSubmittedWorkDone: JSString = "onSubmittedWorkDone"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3790:34: warning: static property 'offset' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3788 |     @usableFromInline static let multisampled: JSString = "multisampled"
3789 |     @usableFromInline static let occlusionQuerySet: JSString = "occlusionQuerySet"
3790 |     @usableFromInline static let offset: JSString = "offset"
     |                                  |- warning: static property 'offset' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'offset' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3791 |     @usableFromInline static let onSubmittedWorkDone: JSString = "onSubmittedWorkDone"
3792 |     @usableFromInline static let onuncapturederror: JSString = "onuncapturederror"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3791:34: warning: static property 'onSubmittedWorkDone' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3789 |     @usableFromInline static let occlusionQuerySet: JSString = "occlusionQuerySet"
3790 |     @usableFromInline static let offset: JSString = "offset"
3791 |     @usableFromInline static let onSubmittedWorkDone: JSString = "onSubmittedWorkDone"
     |                                  |- warning: static property 'onSubmittedWorkDone' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'onSubmittedWorkDone' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3792 |     @usableFromInline static let onuncapturederror: JSString = "onuncapturederror"
3793 |     @usableFromInline static let operation: JSString = "operation"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3792:34: warning: static property 'onuncapturederror' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3790 |     @usableFromInline static let offset: JSString = "offset"
3791 |     @usableFromInline static let onSubmittedWorkDone: JSString = "onSubmittedWorkDone"
3792 |     @usableFromInline static let onuncapturederror: JSString = "onuncapturederror"
     |                                  |- warning: static property 'onuncapturederror' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'onuncapturederror' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3793 |     @usableFromInline static let operation: JSString = "operation"
3794 |     @usableFromInline static let origin: JSString = "origin"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3793:34: warning: static property 'operation' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3791 |     @usableFromInline static let onSubmittedWorkDone: JSString = "onSubmittedWorkDone"
3792 |     @usableFromInline static let onuncapturederror: JSString = "onuncapturederror"
3793 |     @usableFromInline static let operation: JSString = "operation"
     |                                  |- warning: static property 'operation' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'operation' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3794 |     @usableFromInline static let origin: JSString = "origin"
3795 |     @usableFromInline static let passOp: JSString = "passOp"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3794:34: warning: static property 'origin' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3792 |     @usableFromInline static let onuncapturederror: JSString = "onuncapturederror"
3793 |     @usableFromInline static let operation: JSString = "operation"
3794 |     @usableFromInline static let origin: JSString = "origin"
     |                                  |- warning: static property 'origin' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'origin' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3795 |     @usableFromInline static let passOp: JSString = "passOp"
3796 |     @usableFromInline static let popDebugGroup: JSString = "popDebugGroup"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3795:34: warning: static property 'passOp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3793 |     @usableFromInline static let operation: JSString = "operation"
3794 |     @usableFromInline static let origin: JSString = "origin"
3795 |     @usableFromInline static let passOp: JSString = "passOp"
     |                                  |- warning: static property 'passOp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'passOp' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3796 |     @usableFromInline static let popDebugGroup: JSString = "popDebugGroup"
3797 |     @usableFromInline static let popErrorScope: JSString = "popErrorScope"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3796:34: warning: static property 'popDebugGroup' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3794 |     @usableFromInline static let origin: JSString = "origin"
3795 |     @usableFromInline static let passOp: JSString = "passOp"
3796 |     @usableFromInline static let popDebugGroup: JSString = "popDebugGroup"
     |                                  |- warning: static property 'popDebugGroup' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'popDebugGroup' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3797 |     @usableFromInline static let popErrorScope: JSString = "popErrorScope"
3798 |     @usableFromInline static let powerPreference: JSString = "powerPreference"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3797:34: warning: static property 'popErrorScope' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3795 |     @usableFromInline static let passOp: JSString = "passOp"
3796 |     @usableFromInline static let popDebugGroup: JSString = "popDebugGroup"
3797 |     @usableFromInline static let popErrorScope: JSString = "popErrorScope"
     |                                  |- warning: static property 'popErrorScope' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'popErrorScope' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3798 |     @usableFromInline static let powerPreference: JSString = "powerPreference"
3799 |     @usableFromInline static let premultipliedAlpha: JSString = "premultipliedAlpha"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3798:34: warning: static property 'powerPreference' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3796 |     @usableFromInline static let popDebugGroup: JSString = "popDebugGroup"
3797 |     @usableFromInline static let popErrorScope: JSString = "popErrorScope"
3798 |     @usableFromInline static let powerPreference: JSString = "powerPreference"
     |                                  |- warning: static property 'powerPreference' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'powerPreference' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3799 |     @usableFromInline static let premultipliedAlpha: JSString = "premultipliedAlpha"
3800 |     @usableFromInline static let primitive: JSString = "primitive"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3799:34: warning: static property 'premultipliedAlpha' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3797 |     @usableFromInline static let popErrorScope: JSString = "popErrorScope"
3798 |     @usableFromInline static let powerPreference: JSString = "powerPreference"
3799 |     @usableFromInline static let premultipliedAlpha: JSString = "premultipliedAlpha"
     |                                  |- warning: static property 'premultipliedAlpha' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'premultipliedAlpha' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3800 |     @usableFromInline static let primitive: JSString = "primitive"
3801 |     @usableFromInline static let pushDebugGroup: JSString = "pushDebugGroup"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3800:34: warning: static property 'primitive' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3798 |     @usableFromInline static let powerPreference: JSString = "powerPreference"
3799 |     @usableFromInline static let premultipliedAlpha: JSString = "premultipliedAlpha"
3800 |     @usableFromInline static let primitive: JSString = "primitive"
     |                                  |- warning: static property 'primitive' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'primitive' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3801 |     @usableFromInline static let pushDebugGroup: JSString = "pushDebugGroup"
3802 |     @usableFromInline static let pushErrorScope: JSString = "pushErrorScope"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3801:34: warning: static property 'pushDebugGroup' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3799 |     @usableFromInline static let premultipliedAlpha: JSString = "premultipliedAlpha"
3800 |     @usableFromInline static let primitive: JSString = "primitive"
3801 |     @usableFromInline static let pushDebugGroup: JSString = "pushDebugGroup"
     |                                  |- warning: static property 'pushDebugGroup' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'pushDebugGroup' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3802 |     @usableFromInline static let pushErrorScope: JSString = "pushErrorScope"
3803 |     @usableFromInline static let querySet: JSString = "querySet"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3802:34: warning: static property 'pushErrorScope' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3800 |     @usableFromInline static let primitive: JSString = "primitive"
3801 |     @usableFromInline static let pushDebugGroup: JSString = "pushDebugGroup"
3802 |     @usableFromInline static let pushErrorScope: JSString = "pushErrorScope"
     |                                  |- warning: static property 'pushErrorScope' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'pushErrorScope' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3803 |     @usableFromInline static let querySet: JSString = "querySet"
3804 |     @usableFromInline static let queue: JSString = "queue"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3803:34: warning: static property 'querySet' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3801 |     @usableFromInline static let pushDebugGroup: JSString = "pushDebugGroup"
3802 |     @usableFromInline static let pushErrorScope: JSString = "pushErrorScope"
3803 |     @usableFromInline static let querySet: JSString = "querySet"
     |                                  |- warning: static property 'querySet' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'querySet' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3804 |     @usableFromInline static let queue: JSString = "queue"
3805 |     @usableFromInline static let r: JSString = "r"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3804:34: warning: static property 'queue' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3802 |     @usableFromInline static let pushErrorScope: JSString = "pushErrorScope"
3803 |     @usableFromInline static let querySet: JSString = "querySet"
3804 |     @usableFromInline static let queue: JSString = "queue"
     |                                  |- warning: static property 'queue' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'queue' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3805 |     @usableFromInline static let r: JSString = "r"
3806 |     @usableFromInline static let reason: JSString = "reason"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3805:34: warning: static property 'r' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3803 |     @usableFromInline static let querySet: JSString = "querySet"
3804 |     @usableFromInline static let queue: JSString = "queue"
3805 |     @usableFromInline static let r: JSString = "r"
     |                                  |- warning: static property 'r' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'r' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3806 |     @usableFromInline static let reason: JSString = "reason"
3807 |     @usableFromInline static let requestAdapter: JSString = "requestAdapter"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3806:34: warning: static property 'reason' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3804 |     @usableFromInline static let queue: JSString = "queue"
3805 |     @usableFromInline static let r: JSString = "r"
3806 |     @usableFromInline static let reason: JSString = "reason"
     |                                  |- warning: static property 'reason' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'reason' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3807 |     @usableFromInline static let requestAdapter: JSString = "requestAdapter"
3808 |     @usableFromInline static let requestAdapterInfo: JSString = "requestAdapterInfo"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3807:34: warning: static property 'requestAdapter' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3805 |     @usableFromInline static let r: JSString = "r"
3806 |     @usableFromInline static let reason: JSString = "reason"
3807 |     @usableFromInline static let requestAdapter: JSString = "requestAdapter"
     |                                  |- warning: static property 'requestAdapter' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'requestAdapter' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3808 |     @usableFromInline static let requestAdapterInfo: JSString = "requestAdapterInfo"
3809 |     @usableFromInline static let requestDevice: JSString = "requestDevice"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3808:34: warning: static property 'requestAdapterInfo' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3806 |     @usableFromInline static let reason: JSString = "reason"
3807 |     @usableFromInline static let requestAdapter: JSString = "requestAdapter"
3808 |     @usableFromInline static let requestAdapterInfo: JSString = "requestAdapterInfo"
     |                                  |- warning: static property 'requestAdapterInfo' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'requestAdapterInfo' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3809 |     @usableFromInline static let requestDevice: JSString = "requestDevice"
3810 |     @usableFromInline static let requiredFeatures: JSString = "requiredFeatures"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3809:34: warning: static property 'requestDevice' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3807 |     @usableFromInline static let requestAdapter: JSString = "requestAdapter"
3808 |     @usableFromInline static let requestAdapterInfo: JSString = "requestAdapterInfo"
3809 |     @usableFromInline static let requestDevice: JSString = "requestDevice"
     |                                  |- warning: static property 'requestDevice' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'requestDevice' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3810 |     @usableFromInline static let requiredFeatures: JSString = "requiredFeatures"
3811 |     @usableFromInline static let requiredLimits: JSString = "requiredLimits"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3810:34: warning: static property 'requiredFeatures' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3808 |     @usableFromInline static let requestAdapterInfo: JSString = "requestAdapterInfo"
3809 |     @usableFromInline static let requestDevice: JSString = "requestDevice"
3810 |     @usableFromInline static let requiredFeatures: JSString = "requiredFeatures"
     |                                  |- warning: static property 'requiredFeatures' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'requiredFeatures' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3811 |     @usableFromInline static let requiredLimits: JSString = "requiredLimits"
3812 |     @usableFromInline static let resolveQuerySet: JSString = "resolveQuerySet"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3811:34: warning: static property 'requiredLimits' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3809 |     @usableFromInline static let requestDevice: JSString = "requestDevice"
3810 |     @usableFromInline static let requiredFeatures: JSString = "requiredFeatures"
3811 |     @usableFromInline static let requiredLimits: JSString = "requiredLimits"
     |                                  |- warning: static property 'requiredLimits' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'requiredLimits' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3812 |     @usableFromInline static let resolveQuerySet: JSString = "resolveQuerySet"
3813 |     @usableFromInline static let resolveTarget: JSString = "resolveTarget"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3812:34: warning: static property 'resolveQuerySet' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3810 |     @usableFromInline static let requiredFeatures: JSString = "requiredFeatures"
3811 |     @usableFromInline static let requiredLimits: JSString = "requiredLimits"
3812 |     @usableFromInline static let resolveQuerySet: JSString = "resolveQuerySet"
     |                                  |- warning: static property 'resolveQuerySet' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'resolveQuerySet' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3813 |     @usableFromInline static let resolveTarget: JSString = "resolveTarget"
3814 |     @usableFromInline static let resource: JSString = "resource"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3813:34: warning: static property 'resolveTarget' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3811 |     @usableFromInline static let requiredLimits: JSString = "requiredLimits"
3812 |     @usableFromInline static let resolveQuerySet: JSString = "resolveQuerySet"
3813 |     @usableFromInline static let resolveTarget: JSString = "resolveTarget"
     |                                  |- warning: static property 'resolveTarget' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'resolveTarget' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3814 |     @usableFromInline static let resource: JSString = "resource"
3815 |     @usableFromInline static let rowsPerImage: JSString = "rowsPerImage"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3814:34: warning: static property 'resource' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3812 |     @usableFromInline static let resolveQuerySet: JSString = "resolveQuerySet"
3813 |     @usableFromInline static let resolveTarget: JSString = "resolveTarget"
3814 |     @usableFromInline static let resource: JSString = "resource"
     |                                  |- warning: static property 'resource' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'resource' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3815 |     @usableFromInline static let rowsPerImage: JSString = "rowsPerImage"
3816 |     @usableFromInline static let sampleCount: JSString = "sampleCount"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3815:34: warning: static property 'rowsPerImage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3813 |     @usableFromInline static let resolveTarget: JSString = "resolveTarget"
3814 |     @usableFromInline static let resource: JSString = "resource"
3815 |     @usableFromInline static let rowsPerImage: JSString = "rowsPerImage"
     |                                  |- warning: static property 'rowsPerImage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'rowsPerImage' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3816 |     @usableFromInline static let sampleCount: JSString = "sampleCount"
3817 |     @usableFromInline static let sampleType: JSString = "sampleType"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3816:34: warning: static property 'sampleCount' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3814 |     @usableFromInline static let resource: JSString = "resource"
3815 |     @usableFromInline static let rowsPerImage: JSString = "rowsPerImage"
3816 |     @usableFromInline static let sampleCount: JSString = "sampleCount"
     |                                  |- warning: static property 'sampleCount' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'sampleCount' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3817 |     @usableFromInline static let sampleType: JSString = "sampleType"
3818 |     @usableFromInline static let sampler: JSString = "sampler"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3817:34: warning: static property 'sampleType' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3815 |     @usableFromInline static let rowsPerImage: JSString = "rowsPerImage"
3816 |     @usableFromInline static let sampleCount: JSString = "sampleCount"
3817 |     @usableFromInline static let sampleType: JSString = "sampleType"
     |                                  |- warning: static property 'sampleType' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'sampleType' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3818 |     @usableFromInline static let sampler: JSString = "sampler"
3819 |     @usableFromInline static let setBindGroup: JSString = "setBindGroup"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3818:34: warning: static property 'sampler' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3816 |     @usableFromInline static let sampleCount: JSString = "sampleCount"
3817 |     @usableFromInline static let sampleType: JSString = "sampleType"
3818 |     @usableFromInline static let sampler: JSString = "sampler"
     |                                  |- warning: static property 'sampler' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'sampler' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3819 |     @usableFromInline static let setBindGroup: JSString = "setBindGroup"
3820 |     @usableFromInline static let setBlendConstant: JSString = "setBlendConstant"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3819:34: warning: static property 'setBindGroup' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3817 |     @usableFromInline static let sampleType: JSString = "sampleType"
3818 |     @usableFromInline static let sampler: JSString = "sampler"
3819 |     @usableFromInline static let setBindGroup: JSString = "setBindGroup"
     |                                  |- warning: static property 'setBindGroup' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'setBindGroup' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3820 |     @usableFromInline static let setBlendConstant: JSString = "setBlendConstant"
3821 |     @usableFromInline static let setIndexBuffer: JSString = "setIndexBuffer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3820:34: warning: static property 'setBlendConstant' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3818 |     @usableFromInline static let sampler: JSString = "sampler"
3819 |     @usableFromInline static let setBindGroup: JSString = "setBindGroup"
3820 |     @usableFromInline static let setBlendConstant: JSString = "setBlendConstant"
     |                                  |- warning: static property 'setBlendConstant' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'setBlendConstant' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3821 |     @usableFromInline static let setIndexBuffer: JSString = "setIndexBuffer"
3822 |     @usableFromInline static let setPipeline: JSString = "setPipeline"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3821:34: warning: static property 'setIndexBuffer' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3819 |     @usableFromInline static let setBindGroup: JSString = "setBindGroup"
3820 |     @usableFromInline static let setBlendConstant: JSString = "setBlendConstant"
3821 |     @usableFromInline static let setIndexBuffer: JSString = "setIndexBuffer"
     |                                  |- warning: static property 'setIndexBuffer' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'setIndexBuffer' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3822 |     @usableFromInline static let setPipeline: JSString = "setPipeline"
3823 |     @usableFromInline static let setScissorRect: JSString = "setScissorRect"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3822:34: warning: static property 'setPipeline' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3820 |     @usableFromInline static let setBlendConstant: JSString = "setBlendConstant"
3821 |     @usableFromInline static let setIndexBuffer: JSString = "setIndexBuffer"
3822 |     @usableFromInline static let setPipeline: JSString = "setPipeline"
     |                                  |- warning: static property 'setPipeline' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'setPipeline' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3823 |     @usableFromInline static let setScissorRect: JSString = "setScissorRect"
3824 |     @usableFromInline static let setStencilReference: JSString = "setStencilReference"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3823:34: warning: static property 'setScissorRect' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3821 |     @usableFromInline static let setIndexBuffer: JSString = "setIndexBuffer"
3822 |     @usableFromInline static let setPipeline: JSString = "setPipeline"
3823 |     @usableFromInline static let setScissorRect: JSString = "setScissorRect"
     |                                  |- warning: static property 'setScissorRect' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'setScissorRect' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3824 |     @usableFromInline static let setStencilReference: JSString = "setStencilReference"
3825 |     @usableFromInline static let setVertexBuffer: JSString = "setVertexBuffer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3824:34: warning: static property 'setStencilReference' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3822 |     @usableFromInline static let setPipeline: JSString = "setPipeline"
3823 |     @usableFromInline static let setScissorRect: JSString = "setScissorRect"
3824 |     @usableFromInline static let setStencilReference: JSString = "setStencilReference"
     |                                  |- warning: static property 'setStencilReference' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'setStencilReference' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3825 |     @usableFromInline static let setVertexBuffer: JSString = "setVertexBuffer"
3826 |     @usableFromInline static let setViewport: JSString = "setViewport"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3825:34: warning: static property 'setVertexBuffer' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3823 |     @usableFromInline static let setScissorRect: JSString = "setScissorRect"
3824 |     @usableFromInline static let setStencilReference: JSString = "setStencilReference"
3825 |     @usableFromInline static let setVertexBuffer: JSString = "setVertexBuffer"
     |                                  |- warning: static property 'setVertexBuffer' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'setVertexBuffer' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3826 |     @usableFromInline static let setViewport: JSString = "setViewport"
3827 |     @usableFromInline static let shaderLocation: JSString = "shaderLocation"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3826:34: warning: static property 'setViewport' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3824 |     @usableFromInline static let setStencilReference: JSString = "setStencilReference"
3825 |     @usableFromInline static let setVertexBuffer: JSString = "setVertexBuffer"
3826 |     @usableFromInline static let setViewport: JSString = "setViewport"
     |                                  |- warning: static property 'setViewport' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'setViewport' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3827 |     @usableFromInline static let shaderLocation: JSString = "shaderLocation"
3828 |     @usableFromInline static let size: JSString = "size"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3827:34: warning: static property 'shaderLocation' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3825 |     @usableFromInline static let setVertexBuffer: JSString = "setVertexBuffer"
3826 |     @usableFromInline static let setViewport: JSString = "setViewport"
3827 |     @usableFromInline static let shaderLocation: JSString = "shaderLocation"
     |                                  |- warning: static property 'shaderLocation' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'shaderLocation' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3828 |     @usableFromInline static let size: JSString = "size"
3829 |     @usableFromInline static let source: JSString = "source"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3828:34: warning: static property 'size' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3826 |     @usableFromInline static let setViewport: JSString = "setViewport"
3827 |     @usableFromInline static let shaderLocation: JSString = "shaderLocation"
3828 |     @usableFromInline static let size: JSString = "size"
     |                                  |- warning: static property 'size' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'size' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3829 |     @usableFromInline static let source: JSString = "source"
3830 |     @usableFromInline static let sourceMap: JSString = "sourceMap"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3829:34: warning: static property 'source' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3827 |     @usableFromInline static let shaderLocation: JSString = "shaderLocation"
3828 |     @usableFromInline static let size: JSString = "size"
3829 |     @usableFromInline static let source: JSString = "source"
     |                                  |- warning: static property 'source' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'source' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3830 |     @usableFromInline static let sourceMap: JSString = "sourceMap"
3831 |     @usableFromInline static let srcFactor: JSString = "srcFactor"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3830:34: warning: static property 'sourceMap' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3828 |     @usableFromInline static let size: JSString = "size"
3829 |     @usableFromInline static let source: JSString = "source"
3830 |     @usableFromInline static let sourceMap: JSString = "sourceMap"
     |                                  |- warning: static property 'sourceMap' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'sourceMap' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3831 |     @usableFromInline static let srcFactor: JSString = "srcFactor"
3832 |     @usableFromInline static let stencilBack: JSString = "stencilBack"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3831:34: warning: static property 'srcFactor' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3829 |     @usableFromInline static let source: JSString = "source"
3830 |     @usableFromInline static let sourceMap: JSString = "sourceMap"
3831 |     @usableFromInline static let srcFactor: JSString = "srcFactor"
     |                                  |- warning: static property 'srcFactor' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'srcFactor' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3832 |     @usableFromInline static let stencilBack: JSString = "stencilBack"
3833 |     @usableFromInline static let stencilClearValue: JSString = "stencilClearValue"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3832:34: warning: static property 'stencilBack' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3830 |     @usableFromInline static let sourceMap: JSString = "sourceMap"
3831 |     @usableFromInline static let srcFactor: JSString = "srcFactor"
3832 |     @usableFromInline static let stencilBack: JSString = "stencilBack"
     |                                  |- warning: static property 'stencilBack' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stencilBack' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3833 |     @usableFromInline static let stencilClearValue: JSString = "stencilClearValue"
3834 |     @usableFromInline static let stencilFront: JSString = "stencilFront"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3833:34: warning: static property 'stencilClearValue' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3831 |     @usableFromInline static let srcFactor: JSString = "srcFactor"
3832 |     @usableFromInline static let stencilBack: JSString = "stencilBack"
3833 |     @usableFromInline static let stencilClearValue: JSString = "stencilClearValue"
     |                                  |- warning: static property 'stencilClearValue' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stencilClearValue' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3834 |     @usableFromInline static let stencilFront: JSString = "stencilFront"
3835 |     @usableFromInline static let stencilLoadOp: JSString = "stencilLoadOp"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3834:34: warning: static property 'stencilFront' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3832 |     @usableFromInline static let stencilBack: JSString = "stencilBack"
3833 |     @usableFromInline static let stencilClearValue: JSString = "stencilClearValue"
3834 |     @usableFromInline static let stencilFront: JSString = "stencilFront"
     |                                  |- warning: static property 'stencilFront' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stencilFront' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3835 |     @usableFromInline static let stencilLoadOp: JSString = "stencilLoadOp"
3836 |     @usableFromInline static let stencilReadMask: JSString = "stencilReadMask"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3835:34: warning: static property 'stencilLoadOp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3833 |     @usableFromInline static let stencilClearValue: JSString = "stencilClearValue"
3834 |     @usableFromInline static let stencilFront: JSString = "stencilFront"
3835 |     @usableFromInline static let stencilLoadOp: JSString = "stencilLoadOp"
     |                                  |- warning: static property 'stencilLoadOp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stencilLoadOp' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3836 |     @usableFromInline static let stencilReadMask: JSString = "stencilReadMask"
3837 |     @usableFromInline static let stencilReadOnly: JSString = "stencilReadOnly"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3836:34: warning: static property 'stencilReadMask' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3834 |     @usableFromInline static let stencilFront: JSString = "stencilFront"
3835 |     @usableFromInline static let stencilLoadOp: JSString = "stencilLoadOp"
3836 |     @usableFromInline static let stencilReadMask: JSString = "stencilReadMask"
     |                                  |- warning: static property 'stencilReadMask' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stencilReadMask' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3837 |     @usableFromInline static let stencilReadOnly: JSString = "stencilReadOnly"
3838 |     @usableFromInline static let stencilStoreOp: JSString = "stencilStoreOp"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3837:34: warning: static property 'stencilReadOnly' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3835 |     @usableFromInline static let stencilLoadOp: JSString = "stencilLoadOp"
3836 |     @usableFromInline static let stencilReadMask: JSString = "stencilReadMask"
3837 |     @usableFromInline static let stencilReadOnly: JSString = "stencilReadOnly"
     |                                  |- warning: static property 'stencilReadOnly' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stencilReadOnly' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3838 |     @usableFromInline static let stencilStoreOp: JSString = "stencilStoreOp"
3839 |     @usableFromInline static let stencilWriteMask: JSString = "stencilWriteMask"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3838:34: warning: static property 'stencilStoreOp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3836 |     @usableFromInline static let stencilReadMask: JSString = "stencilReadMask"
3837 |     @usableFromInline static let stencilReadOnly: JSString = "stencilReadOnly"
3838 |     @usableFromInline static let stencilStoreOp: JSString = "stencilStoreOp"
     |                                  |- warning: static property 'stencilStoreOp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stencilStoreOp' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3839 |     @usableFromInline static let stencilWriteMask: JSString = "stencilWriteMask"
3840 |     @usableFromInline static let stepMode: JSString = "stepMode"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3839:34: warning: static property 'stencilWriteMask' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3837 |     @usableFromInline static let stencilReadOnly: JSString = "stencilReadOnly"
3838 |     @usableFromInline static let stencilStoreOp: JSString = "stencilStoreOp"
3839 |     @usableFromInline static let stencilWriteMask: JSString = "stencilWriteMask"
     |                                  |- warning: static property 'stencilWriteMask' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stencilWriteMask' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3840 |     @usableFromInline static let stepMode: JSString = "stepMode"
3841 |     @usableFromInline static let storageTexture: JSString = "storageTexture"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3840:34: warning: static property 'stepMode' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3838 |     @usableFromInline static let stencilStoreOp: JSString = "stencilStoreOp"
3839 |     @usableFromInline static let stencilWriteMask: JSString = "stencilWriteMask"
3840 |     @usableFromInline static let stepMode: JSString = "stepMode"
     |                                  |- warning: static property 'stepMode' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stepMode' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3841 |     @usableFromInline static let storageTexture: JSString = "storageTexture"
3842 |     @usableFromInline static let storeOp: JSString = "storeOp"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3841:34: warning: static property 'storageTexture' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3839 |     @usableFromInline static let stencilWriteMask: JSString = "stencilWriteMask"
3840 |     @usableFromInline static let stepMode: JSString = "stepMode"
3841 |     @usableFromInline static let storageTexture: JSString = "storageTexture"
     |                                  |- warning: static property 'storageTexture' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'storageTexture' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3842 |     @usableFromInline static let storeOp: JSString = "storeOp"
3843 |     @usableFromInline static let stripIndexFormat: JSString = "stripIndexFormat"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3842:34: warning: static property 'storeOp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3840 |     @usableFromInline static let stepMode: JSString = "stepMode"
3841 |     @usableFromInline static let storageTexture: JSString = "storageTexture"
3842 |     @usableFromInline static let storeOp: JSString = "storeOp"
     |                                  |- warning: static property 'storeOp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'storeOp' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3843 |     @usableFromInline static let stripIndexFormat: JSString = "stripIndexFormat"
3844 |     @usableFromInline static let submit: JSString = "submit"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3843:34: warning: static property 'stripIndexFormat' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3841 |     @usableFromInline static let storageTexture: JSString = "storageTexture"
3842 |     @usableFromInline static let storeOp: JSString = "storeOp"
3843 |     @usableFromInline static let stripIndexFormat: JSString = "stripIndexFormat"
     |                                  |- warning: static property 'stripIndexFormat' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'stripIndexFormat' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3844 |     @usableFromInline static let submit: JSString = "submit"
3845 |     @usableFromInline static let targets: JSString = "targets"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3844:34: warning: static property 'submit' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3842 |     @usableFromInline static let storeOp: JSString = "storeOp"
3843 |     @usableFromInline static let stripIndexFormat: JSString = "stripIndexFormat"
3844 |     @usableFromInline static let submit: JSString = "submit"
     |                                  |- warning: static property 'submit' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'submit' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3845 |     @usableFromInline static let targets: JSString = "targets"
3846 |     @usableFromInline static let texture: JSString = "texture"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3845:34: warning: static property 'targets' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3843 |     @usableFromInline static let stripIndexFormat: JSString = "stripIndexFormat"
3844 |     @usableFromInline static let submit: JSString = "submit"
3845 |     @usableFromInline static let targets: JSString = "targets"
     |                                  |- warning: static property 'targets' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'targets' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3846 |     @usableFromInline static let texture: JSString = "texture"
3847 |     @usableFromInline static let timestampWrites: JSString = "timestampWrites"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3846:34: warning: static property 'texture' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3844 |     @usableFromInline static let submit: JSString = "submit"
3845 |     @usableFromInline static let targets: JSString = "targets"
3846 |     @usableFromInline static let texture: JSString = "texture"
     |                                  |- warning: static property 'texture' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'texture' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3847 |     @usableFromInline static let timestampWrites: JSString = "timestampWrites"
3848 |     @usableFromInline static let toString: JSString = "toString"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3847:34: warning: static property 'timestampWrites' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3845 |     @usableFromInline static let targets: JSString = "targets"
3846 |     @usableFromInline static let texture: JSString = "texture"
3847 |     @usableFromInline static let timestampWrites: JSString = "timestampWrites"
     |                                  |- warning: static property 'timestampWrites' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'timestampWrites' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3848 |     @usableFromInline static let toString: JSString = "toString"
3849 |     @usableFromInline static let topology: JSString = "topology"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3848:34: warning: static property 'toString' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3846 |     @usableFromInline static let texture: JSString = "texture"
3847 |     @usableFromInline static let timestampWrites: JSString = "timestampWrites"
3848 |     @usableFromInline static let toString: JSString = "toString"
     |                                  |- warning: static property 'toString' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'toString' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3849 |     @usableFromInline static let topology: JSString = "topology"
3850 |     @usableFromInline static let type: JSString = "type"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3849:34: warning: static property 'topology' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3847 |     @usableFromInline static let timestampWrites: JSString = "timestampWrites"
3848 |     @usableFromInline static let toString: JSString = "toString"
3849 |     @usableFromInline static let topology: JSString = "topology"
     |                                  |- warning: static property 'topology' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'topology' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3850 |     @usableFromInline static let type: JSString = "type"
3851 |     @usableFromInline static let unclippedDepth: JSString = "unclippedDepth"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3850:34: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3848 |     @usableFromInline static let toString: JSString = "toString"
3849 |     @usableFromInline static let topology: JSString = "topology"
3850 |     @usableFromInline static let type: JSString = "type"
     |                                  |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'type' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3851 |     @usableFromInline static let unclippedDepth: JSString = "unclippedDepth"
3852 |     @usableFromInline static let unconfigure: JSString = "unconfigure"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3851:34: warning: static property 'unclippedDepth' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3849 |     @usableFromInline static let topology: JSString = "topology"
3850 |     @usableFromInline static let type: JSString = "type"
3851 |     @usableFromInline static let unclippedDepth: JSString = "unclippedDepth"
     |                                  |- warning: static property 'unclippedDepth' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'unclippedDepth' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3852 |     @usableFromInline static let unconfigure: JSString = "unconfigure"
3853 |     @usableFromInline static let unmap: JSString = "unmap"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3852:34: warning: static property 'unconfigure' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3850 |     @usableFromInline static let type: JSString = "type"
3851 |     @usableFromInline static let unclippedDepth: JSString = "unclippedDepth"
3852 |     @usableFromInline static let unconfigure: JSString = "unconfigure"
     |                                  |- warning: static property 'unconfigure' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'unconfigure' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3853 |     @usableFromInline static let unmap: JSString = "unmap"
3854 |     @usableFromInline static let usage: JSString = "usage"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3853:34: warning: static property 'unmap' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3851 |     @usableFromInline static let unclippedDepth: JSString = "unclippedDepth"
3852 |     @usableFromInline static let unconfigure: JSString = "unconfigure"
3853 |     @usableFromInline static let unmap: JSString = "unmap"
     |                                  |- warning: static property 'unmap' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'unmap' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3854 |     @usableFromInline static let usage: JSString = "usage"
3855 |     @usableFromInline static let vendor: JSString = "vendor"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3854:34: warning: static property 'usage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3852 |     @usableFromInline static let unconfigure: JSString = "unconfigure"
3853 |     @usableFromInline static let unmap: JSString = "unmap"
3854 |     @usableFromInline static let usage: JSString = "usage"
     |                                  |- warning: static property 'usage' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'usage' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3855 |     @usableFromInline static let vendor: JSString = "vendor"
3856 |     @usableFromInline static let vertex: JSString = "vertex"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3855:34: warning: static property 'vendor' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3853 |     @usableFromInline static let unmap: JSString = "unmap"
3854 |     @usableFromInline static let usage: JSString = "usage"
3855 |     @usableFromInline static let vendor: JSString = "vendor"
     |                                  |- warning: static property 'vendor' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'vendor' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3856 |     @usableFromInline static let vertex: JSString = "vertex"
3857 |     @usableFromInline static let view: JSString = "view"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3856:34: warning: static property 'vertex' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3854 |     @usableFromInline static let usage: JSString = "usage"
3855 |     @usableFromInline static let vendor: JSString = "vendor"
3856 |     @usableFromInline static let vertex: JSString = "vertex"
     |                                  |- warning: static property 'vertex' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'vertex' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3857 |     @usableFromInline static let view: JSString = "view"
3858 |     @usableFromInline static let viewDimension: JSString = "viewDimension"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3857:34: warning: static property 'view' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3855 |     @usableFromInline static let vendor: JSString = "vendor"
3856 |     @usableFromInline static let vertex: JSString = "vertex"
3857 |     @usableFromInline static let view: JSString = "view"
     |                                  |- warning: static property 'view' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'view' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3858 |     @usableFromInline static let viewDimension: JSString = "viewDimension"
3859 |     @usableFromInline static let viewFormats: JSString = "viewFormats"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3858:34: warning: static property 'viewDimension' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3856 |     @usableFromInline static let vertex: JSString = "vertex"
3857 |     @usableFromInline static let view: JSString = "view"
3858 |     @usableFromInline static let viewDimension: JSString = "viewDimension"
     |                                  |- warning: static property 'viewDimension' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'viewDimension' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3859 |     @usableFromInline static let viewFormats: JSString = "viewFormats"
3860 |     @usableFromInline static let visibility: JSString = "visibility"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3859:34: warning: static property 'viewFormats' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3857 |     @usableFromInline static let view: JSString = "view"
3858 |     @usableFromInline static let viewDimension: JSString = "viewDimension"
3859 |     @usableFromInline static let viewFormats: JSString = "viewFormats"
     |                                  |- warning: static property 'viewFormats' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'viewFormats' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3860 |     @usableFromInline static let visibility: JSString = "visibility"
3861 |     @usableFromInline static let wgslLanguageFeatures: JSString = "wgslLanguageFeatures"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3860:34: warning: static property 'visibility' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3858 |     @usableFromInline static let viewDimension: JSString = "viewDimension"
3859 |     @usableFromInline static let viewFormats: JSString = "viewFormats"
3860 |     @usableFromInline static let visibility: JSString = "visibility"
     |                                  |- warning: static property 'visibility' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'visibility' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3861 |     @usableFromInline static let wgslLanguageFeatures: JSString = "wgslLanguageFeatures"
3862 |     @usableFromInline static let width: JSString = "width"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3861:34: warning: static property 'wgslLanguageFeatures' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3859 |     @usableFromInline static let viewFormats: JSString = "viewFormats"
3860 |     @usableFromInline static let visibility: JSString = "visibility"
3861 |     @usableFromInline static let wgslLanguageFeatures: JSString = "wgslLanguageFeatures"
     |                                  |- warning: static property 'wgslLanguageFeatures' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'wgslLanguageFeatures' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3862 |     @usableFromInline static let width: JSString = "width"
3863 |     @usableFromInline static let writeBuffer: JSString = "writeBuffer"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3862:34: warning: static property 'width' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3860 |     @usableFromInline static let visibility: JSString = "visibility"
3861 |     @usableFromInline static let wgslLanguageFeatures: JSString = "wgslLanguageFeatures"
3862 |     @usableFromInline static let width: JSString = "width"
     |                                  |- warning: static property 'width' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'width' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3863 |     @usableFromInline static let writeBuffer: JSString = "writeBuffer"
3864 |     @usableFromInline static let writeMask: JSString = "writeMask"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3863:34: warning: static property 'writeBuffer' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3861 |     @usableFromInline static let wgslLanguageFeatures: JSString = "wgslLanguageFeatures"
3862 |     @usableFromInline static let width: JSString = "width"
3863 |     @usableFromInline static let writeBuffer: JSString = "writeBuffer"
     |                                  |- warning: static property 'writeBuffer' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'writeBuffer' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3864 |     @usableFromInline static let writeMask: JSString = "writeMask"
3865 |     @usableFromInline static let writeTexture: JSString = "writeTexture"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3864:34: warning: static property 'writeMask' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3862 |     @usableFromInline static let width: JSString = "width"
3863 |     @usableFromInline static let writeBuffer: JSString = "writeBuffer"
3864 |     @usableFromInline static let writeMask: JSString = "writeMask"
     |                                  |- warning: static property 'writeMask' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'writeMask' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3865 |     @usableFromInline static let writeTexture: JSString = "writeTexture"
3866 |     @usableFromInline static let writeTimestamp: JSString = "writeTimestamp"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3865:34: warning: static property 'writeTexture' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3863 |     @usableFromInline static let writeBuffer: JSString = "writeBuffer"
3864 |     @usableFromInline static let writeMask: JSString = "writeMask"
3865 |     @usableFromInline static let writeTexture: JSString = "writeTexture"
     |                                  |- warning: static property 'writeTexture' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'writeTexture' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3866 |     @usableFromInline static let writeTimestamp: JSString = "writeTimestamp"
3867 |     @usableFromInline static let x: JSString = "x"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3866:34: warning: static property 'writeTimestamp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3864 |     @usableFromInline static let writeMask: JSString = "writeMask"
3865 |     @usableFromInline static let writeTexture: JSString = "writeTexture"
3866 |     @usableFromInline static let writeTimestamp: JSString = "writeTimestamp"
     |                                  |- warning: static property 'writeTimestamp' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'writeTimestamp' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3867 |     @usableFromInline static let x: JSString = "x"
3868 |     @usableFromInline static let y: JSString = "y"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3867:34: warning: static property 'x' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3865 |     @usableFromInline static let writeTexture: JSString = "writeTexture"
3866 |     @usableFromInline static let writeTimestamp: JSString = "writeTimestamp"
3867 |     @usableFromInline static let x: JSString = "x"
     |                                  |- warning: static property 'x' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'x' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3868 |     @usableFromInline static let y: JSString = "y"
3869 |     @usableFromInline static let z: JSString = "z"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3868:34: warning: static property 'y' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3866 |     @usableFromInline static let writeTimestamp: JSString = "writeTimestamp"
3867 |     @usableFromInline static let x: JSString = "x"
3868 |     @usableFromInline static let y: JSString = "y"
     |                                  |- warning: static property 'y' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'y' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3869 |     @usableFromInline static let z: JSString = "z"
3870 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
/Users/admin/builder/spi-builder-workspace/Sources/WebGPU/Generated.swift:3869:34: warning: static property 'z' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
3867 |     @usableFromInline static let x: JSString = "x"
3868 |     @usableFromInline static let y: JSString = "y"
3869 |     @usableFromInline static let z: JSString = "z"
     |                                  |- warning: static property 'z' is not concurrency-safe because non-'Sendable' type 'JSString' may have shared mutable state; this is an error in the Swift 6 language mode
     |                                  |- note: add '@MainActor' to make static property 'z' part of global actor 'MainActor'
     |                                  `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3870 | }
3871 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/FundamentalObjects/JSString.swift:17:15: note: struct 'JSString' does not conform to the 'Sendable' protocol
 15 | /// ```
 16 | ///
 17 | public struct JSString: LosslessStringConvertible, Equatable {
    |               `- note: struct 'JSString' does not conform to the 'Sendable' protocol
 18 |     /// The internal representation of JS compatible string
 19 |     /// The initializers of this type must initialize `jsRef` or `buffer`.
Build complete! (44.78s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "javascriptkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/JavaScriptKit.git"
    }
  ],
  "manifest_display_name" : "WebAPIKit",
  "name" : "WebAPIKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "WebAPIKitDemo",
      "targets" : [
        "WebAPIKitDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "WebAPIBase",
      "targets" : [
        "WebAPIBase"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DOM",
      "targets" : [
        "DOM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebSockets",
      "targets" : [
        "WebSockets"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebAudio",
      "targets" : [
        "WebAudio"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebAnimations",
      "targets" : [
        "WebAnimations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebGL1",
      "targets" : [
        "WebGL1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebGL2",
      "targets" : [
        "WebGL2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebGPU",
      "targets" : [
        "WebGPU"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Gamepad",
      "targets" : [
        "Gamepad"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CSSOM",
      "targets" : [
        "CSSOM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SVG",
      "targets" : [
        "SVG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FileSystem",
      "targets" : [
        "FileSystem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebIDLToSwift",
      "targets" : [
        "WebIDLToSwift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSockets",
      "module_type" : "SwiftTarget",
      "name" : "WebSockets",
      "path" : "Sources/WebSockets",
      "product_memberships" : [
        "WebSockets"
      ],
      "sources" : [
        "Generated.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebIDLToSwift",
      "module_type" : "SwiftTarget",
      "name" : "WebIDLToSwift",
      "path" : "Sources/WebIDLToSwift",
      "product_memberships" : [
        "WebIDLToSwift"
      ],
      "sources" : [
        "ClosurePattern.swift",
        "IDLBuilder.swift",
        "IDLParser.swift",
        "MergeDeclarations.swift",
        "Module.swift",
        "ModuleState.swift",
        "PackageManifest.swift",
        "Shell.swift",
        "SwiftRepresentation.swift",
        "SwiftSource.swift",
        "UnionType+SwiftRepresentable.swift",
        "UnionType.swift",
        "WebIDL+SwiftRepresentation.swift",
        "WebIDLToSwift.swift"
      ],
      "target_dependencies" : [
        "WebIDL"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WebIDL",
      "module_type" : "SwiftTarget",
      "name" : "WebIDL",
      "path" : "Sources/WebIDL",
      "product_memberships" : [
        "WebIDLToSwift"
      ],
      "sources" : [
        "Argument.swift",
        "Attribute.swift",
        "Callback.swift",
        "Constant.swift",
        "Constructor.swift",
        "Declaration.swift",
        "Dictionary.swift",
        "Enum.swift",
        "ExtendedAttribute.swift",
        "GenericCollection.swift",
        "Includes.swift",
        "Interface.swift",
        "InterfaceMixin.swift",
        "Namespace.swift",
        "Node.swift",
        "Operation.swift",
        "Type.swift",
        "Typedef.swift",
        "Value.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebGPU",
      "module_type" : "SwiftTarget",
      "name" : "WebGPU",
      "path" : "Sources/WebGPU",
      "product_memberships" : [
        "WebGPU"
      ],
      "sources" : [
        "Generated.swift",
        "Support.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "WebAudio",
        "WebAnimations",
        "WebGL1",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebGL2",
      "module_type" : "SwiftTarget",
      "name" : "WebGL2",
      "path" : "Sources/WebGL2",
      "product_memberships" : [
        "WebAPIKitDemo",
        "WebGL2"
      ],
      "sources" : [
        "Generated.swift",
        "Support.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "WebAudio",
        "WebAnimations",
        "WebGL1",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebGL1",
      "module_type" : "SwiftTarget",
      "name" : "WebGL1",
      "path" : "Sources/WebGL1",
      "product_memberships" : [
        "WebAPIKitDemo",
        "WebGL1",
        "WebGL2",
        "WebGPU"
      ],
      "sources" : [
        "Generated.swift",
        "Support.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "WebAudio",
        "WebAnimations",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebAudio",
      "module_type" : "SwiftTarget",
      "name" : "WebAudio",
      "path" : "Sources/WebAudio",
      "product_memberships" : [
        "WebAPIKitDemo",
        "WebAudio",
        "WebAnimations",
        "WebGL1",
        "WebGL2",
        "WebGPU"
      ],
      "sources" : [
        "Generated.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebAnimations",
      "module_type" : "SwiftTarget",
      "name" : "WebAnimations",
      "path" : "Sources/WebAnimations",
      "product_memberships" : [
        "WebAPIKitDemo",
        "WebAnimations",
        "WebGL1",
        "WebGL2",
        "WebGPU"
      ],
      "sources" : [
        "Generated.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "WebAudio",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebAPIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "WebAPIKitTests",
      "path" : "Tests/WebAPIKitTests",
      "sources" : [
        "WebAPIKitTests.swift"
      ],
      "target_dependencies" : [
        "DOM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebAPIKitDemo",
      "module_type" : "SwiftTarget",
      "name" : "WebAPIKitDemo",
      "path" : "Sources/WebAPIKitDemo",
      "product_memberships" : [
        "WebAPIKitDemo"
      ],
      "sources" : [
        "WebGLDemo.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebGL2"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WebAPIBase",
      "module_type" : "SwiftTarget",
      "name" : "WebAPIBase",
      "path" : "Sources/WebAPIBase",
      "product_memberships" : [
        "WebAPIKitDemo",
        "WebAPIBase",
        "DOM",
        "WebSockets",
        "WebAudio",
        "WebAnimations",
        "WebGL1",
        "WebGL2",
        "WebGPU",
        "Gamepad",
        "CSSOM",
        "SVG",
        "FileSystem"
      ],
      "sources" : [
        "Generated.swift",
        "ToJSValue.swift"
      ],
      "target_dependencies" : [
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SVG",
      "module_type" : "SwiftTarget",
      "name" : "SVG",
      "path" : "Sources/SVG",
      "product_memberships" : [
        "CSSOM",
        "SVG"
      ],
      "sources" : [
        "Generated.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Gamepad",
      "module_type" : "SwiftTarget",
      "name" : "Gamepad",
      "path" : "Sources/Gamepad",
      "product_memberships" : [
        "Gamepad"
      ],
      "sources" : [
        "Generated.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FileSystem",
      "module_type" : "SwiftTarget",
      "name" : "FileSystem",
      "path" : "Sources/FileSystem",
      "product_memberships" : [
        "FileSystem"
      ],
      "sources" : [
        "Generated.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ECMAScript",
      "module_type" : "SwiftTarget",
      "name" : "ECMAScript",
      "path" : "Sources/ECMAScript",
      "product_dependencies" : [
        "JavaScriptKit",
        "JavaScriptEventLoop",
        "JavaScriptBigIntSupport"
      ],
      "product_memberships" : [
        "WebAPIKitDemo",
        "WebAPIBase",
        "DOM",
        "WebSockets",
        "WebAudio",
        "WebAnimations",
        "WebGL1",
        "WebGL2",
        "WebGPU",
        "Gamepad",
        "CSSOM",
        "SVG",
        "FileSystem"
      ],
      "sources" : [
        "ArrayBuffer.swift",
        "ArrayBufferView.swift",
        "Attributes.swift",
        "BridgedDictionary.swift",
        "DataView.swift",
        "Iterators.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DOM",
      "module_type" : "SwiftTarget",
      "name" : "DOM",
      "path" : "Sources/DOM",
      "product_memberships" : [
        "WebAPIKitDemo",
        "DOM",
        "WebSockets",
        "WebAudio",
        "WebAnimations",
        "WebGL1",
        "WebGL2",
        "WebGPU",
        "Gamepad",
        "CSSOM",
        "SVG",
        "FileSystem"
      ],
      "sources" : [
        "Generated.swift",
        "RenderingContext.swift",
        "RotationMatrixType.swift",
        "Support.swift"
      ],
      "target_dependencies" : [
        "WebAPIBase",
        "ECMAScript"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSSOM",
      "module_type" : "SwiftTarget",
      "name" : "CSSOM",
      "path" : "Sources/CSSOM",
      "product_memberships" : [
        "CSSOM"
      ],
      "sources" : [
        "Generated.swift"
      ],
      "target_dependencies" : [
        "DOM",
        "WebAPIBase",
        "SVG",
        "ECMAScript"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.