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 SwiftGodot, reference main (7d9241), with Swift 6.0 for macOS (SPM) on 21 Aug 2025 20:39:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

6041 |         withUnsafePointer(to: shaped.content) { pArg0 in
6042 |             withUnsafePointer(to: width) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6081:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6079 |     open func _shapedTextGetWordBreaks(shaped: RID, graphemeFlags: TextServer.GraphemeFlag, skipGraphemeFlags: TextServer.GraphemeFlag) -> PackedInt32Array {
6080 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6081 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6082 |         withUnsafePointer(to: shaped.content) { pArg0 in
6083 |             withUnsafePointer(to: graphemeFlags.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6284:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6282 |     open func _shapedTextGetObjects(shaped: RID) -> VariantArray {
6283 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6284 |         var _result: VariantArray = VariantArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6285 |         withUnsafePointer(to: shaped.content) { pArg0 in
6286 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6651:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6649 |     open func _shapedTextGetSelection(shaped: RID, start: Int, end: Int) -> PackedVector2Array {
6650 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6651 |         var _result: PackedVector2Array = PackedVector2Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6652 |         withUnsafePointer(to: shaped.content) { pArg0 in
6653 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6959:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6957 |     open func _shapedTextGetCharacterBreaks(shaped: RID) -> PackedInt32Array {
6958 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6959 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6960 |         withUnsafePointer(to: shaped.content) { pArg0 in
6961 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7298:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7296 |     open func _stringGetWordBreaks(string: String, language: String, charsPerLine: Int) -> PackedInt32Array {
7297 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7298 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7299 |         let string = GString(string)
7300 |         withUnsafePointer(to: string.content) { pArg0 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7338:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7336 |     open func _stringGetCharacterBreaks(string: String, language: String) -> PackedInt32Array {
7337 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7338 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7339 |         let string = GString(string)
7340 |         withUnsafePointer(to: string.content) { pArg0 in
[1581/1595] Compiling SwiftGodot TextEdit.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/VariantConvertible.swift:258:15: warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 256 | public extension _GodotBridgeableBuiltin {
 257 |     /// Internal API. Required for `TypedArray` implementation.
 258 |     typealias _NonOptionalType = Self
     |               `- warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 259 |
 260 |     /// Internal API. Required for cases where Godot expects an empty `StringName` for builtin types and actual class name for `.object`-types.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/TypedArray.swift:45:20: note: '_NonOptionalType' declared here
 43 |     /// - for `ObjectSubtype?` it's `ObjectSubtype`
 44 |     /// - for `Variant?` it's `Variant`
 45 |     associatedtype _NonOptionalType: _GodotBridgeable
    |                    `- note: '_NonOptionalType' declared here
 46 |
 47 |     /// Internal API.
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/SyntaxHighlighter.swift:50:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 48 |     open func _getLineSyntaxHighlighting(line: Int32) -> VariantDictionary {
 49 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 50 |         var _result: VariantDictionary = VariantDictionary ()
    |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 51 |         withUnsafePointer(to: line) { pArg0 in
 52 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:300:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 298 |     open func _getSupportData() -> PackedByteArray {
 299 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 300 |         var _result: PackedByteArray = PackedByteArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 301 |         gi.object_method_bind_ptrcall(TextServerExtension.method__get_support_data, handle, nil, &_result.content)
 302 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:421:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 419 |     open func _createFont() -> RID {
 420 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 421 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 422 |         gi.object_method_bind_ptrcall(TextServerExtension.method__create_font, handle, nil, &_result.content)
 423 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 442 |     open func _createFontLinkedVariation(fontRid: RID) -> RID {
 443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 446 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:741:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 739 |     open func _fontGetOtNameStrings(fontRid: RID) -> VariantDictionary {
 740 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 741 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 742 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 743 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2131:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2129 |     open func _fontGetVariationCoordinates(fontRid: RID) -> VariantDictionary {
2130 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2131 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2132 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2133 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2910:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2908 |     open func _fontGetTextureOffsets(fontRid: RID, size: Vector2i, textureIndex: Int) -> PackedInt32Array {
2909 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2910 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2911 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2912 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2948:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2946 |     open func _fontGetGlyphList(fontRid: RID, size: Vector2i) -> PackedInt32Array {
2947 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2948 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2949 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2950 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3442 |     open func _fontGetGlyphTextureRid(fontRid: RID, size: Vector2i, glyph: Int) -> RID {
3443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3446 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3520:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3518 |     open func _fontGetGlyphContours(fontRid: RID, size: Int, index: Int) -> VariantDictionary {
3519 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3520 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3521 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3522 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3888:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3886 |     open func _fontGetSupportedGlyphs(fontRid: RID) -> PackedInt32Array {
3887 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3888 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3889 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3890 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4237:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4235 |     open func _fontGetLanguageSupportOverrides(fontRid: RID) -> PackedStringArray {
4236 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4237 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4238 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4239 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4414:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4412 |     open func _fontGetScriptSupportOverrides(fontRid: RID) -> PackedStringArray {
4413 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4414 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4415 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4416 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4480:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4478 |     open func _fontGetOpentypeFeatureOverrides(fontRid: RID) -> VariantDictionary {
4479 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4480 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4481 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4482 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4512:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4510 |     open func _fontSupportedFeatureList(fontRid: RID) -> VariantDictionary {
4511 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4512 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4513 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4514 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4544:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4542 |     open func _fontSupportedVariationList(fontRid: RID) -> VariantDictionary {
4543 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4544 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4545 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4546 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4708:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4706 |     open func _createShapedText(direction: TextServer.Direction, orientation: TextServer.Orientation) -> RID {
4707 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4708 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4709 |         withUnsafePointer(to: direction.rawValue) { pArg0 in
4710 |             withUnsafePointer(to: orientation.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5597:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5595 |     open func _shapedTextSubstr(shaped: RID, start: Int, length: Int) -> RID {
5596 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5597 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5598 |         withUnsafePointer(to: shaped.content) { pArg0 in
5599 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5635:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5633 |     open func _shapedTextGetParent(shaped: RID) -> RID {
5634 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5635 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5636 |         withUnsafePointer(to: shaped.content) { pArg0 in
5637 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5996:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5994 |     open func _shapedTextGetLineBreaksAdv(shaped: RID, width: PackedFloat32Array, start: Int, once: Bool, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
5995 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5996 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5997 |         withUnsafePointer(to: shaped.content) { pArg0 in
5998 |             withUnsafePointer(to: width.content) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6040:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6038 |     open func _shapedTextGetLineBreaks(shaped: RID, width: Double, start: Int, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
6039 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6040 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6041 |         withUnsafePointer(to: shaped.content) { pArg0 in
6042 |             withUnsafePointer(to: width) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6081:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6079 |     open func _shapedTextGetWordBreaks(shaped: RID, graphemeFlags: TextServer.GraphemeFlag, skipGraphemeFlags: TextServer.GraphemeFlag) -> PackedInt32Array {
6080 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6081 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6082 |         withUnsafePointer(to: shaped.content) { pArg0 in
6083 |             withUnsafePointer(to: graphemeFlags.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6284:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6282 |     open func _shapedTextGetObjects(shaped: RID) -> VariantArray {
6283 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6284 |         var _result: VariantArray = VariantArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6285 |         withUnsafePointer(to: shaped.content) { pArg0 in
6286 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6651:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6649 |     open func _shapedTextGetSelection(shaped: RID, start: Int, end: Int) -> PackedVector2Array {
6650 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6651 |         var _result: PackedVector2Array = PackedVector2Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6652 |         withUnsafePointer(to: shaped.content) { pArg0 in
6653 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6959:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6957 |     open func _shapedTextGetCharacterBreaks(shaped: RID) -> PackedInt32Array {
6958 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6959 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6960 |         withUnsafePointer(to: shaped.content) { pArg0 in
6961 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7298:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7296 |     open func _stringGetWordBreaks(string: String, language: String, charsPerLine: Int) -> PackedInt32Array {
7297 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7298 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7299 |         let string = GString(string)
7300 |         withUnsafePointer(to: string.content) { pArg0 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7338:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7336 |     open func _stringGetCharacterBreaks(string: String, language: String) -> PackedInt32Array {
7337 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7338 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7339 |         let string = GString(string)
7340 |         withUnsafePointer(to: string.content) { pArg0 in
[1582/1595] Compiling SwiftGodot TextLine.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/VariantConvertible.swift:258:15: warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 256 | public extension _GodotBridgeableBuiltin {
 257 |     /// Internal API. Required for `TypedArray` implementation.
 258 |     typealias _NonOptionalType = Self
     |               `- warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 259 |
 260 |     /// Internal API. Required for cases where Godot expects an empty `StringName` for builtin types and actual class name for `.object`-types.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/TypedArray.swift:45:20: note: '_NonOptionalType' declared here
 43 |     /// - for `ObjectSubtype?` it's `ObjectSubtype`
 44 |     /// - for `Variant?` it's `Variant`
 45 |     associatedtype _NonOptionalType: _GodotBridgeable
    |                    `- note: '_NonOptionalType' declared here
 46 |
 47 |     /// Internal API.
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/SyntaxHighlighter.swift:50:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 48 |     open func _getLineSyntaxHighlighting(line: Int32) -> VariantDictionary {
 49 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 50 |         var _result: VariantDictionary = VariantDictionary ()
    |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 51 |         withUnsafePointer(to: line) { pArg0 in
 52 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:300:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 298 |     open func _getSupportData() -> PackedByteArray {
 299 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 300 |         var _result: PackedByteArray = PackedByteArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 301 |         gi.object_method_bind_ptrcall(TextServerExtension.method__get_support_data, handle, nil, &_result.content)
 302 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:421:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 419 |     open func _createFont() -> RID {
 420 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 421 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 422 |         gi.object_method_bind_ptrcall(TextServerExtension.method__create_font, handle, nil, &_result.content)
 423 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 442 |     open func _createFontLinkedVariation(fontRid: RID) -> RID {
 443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 446 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:741:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 739 |     open func _fontGetOtNameStrings(fontRid: RID) -> VariantDictionary {
 740 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 741 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 742 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 743 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2131:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2129 |     open func _fontGetVariationCoordinates(fontRid: RID) -> VariantDictionary {
2130 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2131 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2132 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2133 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2910:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2908 |     open func _fontGetTextureOffsets(fontRid: RID, size: Vector2i, textureIndex: Int) -> PackedInt32Array {
2909 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2910 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2911 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2912 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2948:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2946 |     open func _fontGetGlyphList(fontRid: RID, size: Vector2i) -> PackedInt32Array {
2947 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2948 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2949 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2950 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3442 |     open func _fontGetGlyphTextureRid(fontRid: RID, size: Vector2i, glyph: Int) -> RID {
3443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3446 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3520:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3518 |     open func _fontGetGlyphContours(fontRid: RID, size: Int, index: Int) -> VariantDictionary {
3519 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3520 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3521 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3522 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3888:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3886 |     open func _fontGetSupportedGlyphs(fontRid: RID) -> PackedInt32Array {
3887 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3888 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3889 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3890 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4237:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4235 |     open func _fontGetLanguageSupportOverrides(fontRid: RID) -> PackedStringArray {
4236 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4237 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4238 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4239 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4414:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4412 |     open func _fontGetScriptSupportOverrides(fontRid: RID) -> PackedStringArray {
4413 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4414 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4415 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4416 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4480:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4478 |     open func _fontGetOpentypeFeatureOverrides(fontRid: RID) -> VariantDictionary {
4479 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4480 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4481 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4482 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4512:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4510 |     open func _fontSupportedFeatureList(fontRid: RID) -> VariantDictionary {
4511 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4512 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4513 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4514 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4544:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4542 |     open func _fontSupportedVariationList(fontRid: RID) -> VariantDictionary {
4543 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4544 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4545 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4546 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4708:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4706 |     open func _createShapedText(direction: TextServer.Direction, orientation: TextServer.Orientation) -> RID {
4707 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4708 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4709 |         withUnsafePointer(to: direction.rawValue) { pArg0 in
4710 |             withUnsafePointer(to: orientation.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5597:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5595 |     open func _shapedTextSubstr(shaped: RID, start: Int, length: Int) -> RID {
5596 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5597 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5598 |         withUnsafePointer(to: shaped.content) { pArg0 in
5599 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5635:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5633 |     open func _shapedTextGetParent(shaped: RID) -> RID {
5634 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5635 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5636 |         withUnsafePointer(to: shaped.content) { pArg0 in
5637 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5996:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5994 |     open func _shapedTextGetLineBreaksAdv(shaped: RID, width: PackedFloat32Array, start: Int, once: Bool, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
5995 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5996 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5997 |         withUnsafePointer(to: shaped.content) { pArg0 in
5998 |             withUnsafePointer(to: width.content) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6040:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6038 |     open func _shapedTextGetLineBreaks(shaped: RID, width: Double, start: Int, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
6039 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6040 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6041 |         withUnsafePointer(to: shaped.content) { pArg0 in
6042 |             withUnsafePointer(to: width) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6081:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6079 |     open func _shapedTextGetWordBreaks(shaped: RID, graphemeFlags: TextServer.GraphemeFlag, skipGraphemeFlags: TextServer.GraphemeFlag) -> PackedInt32Array {
6080 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6081 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6082 |         withUnsafePointer(to: shaped.content) { pArg0 in
6083 |             withUnsafePointer(to: graphemeFlags.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6284:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6282 |     open func _shapedTextGetObjects(shaped: RID) -> VariantArray {
6283 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6284 |         var _result: VariantArray = VariantArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6285 |         withUnsafePointer(to: shaped.content) { pArg0 in
6286 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6651:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6649 |     open func _shapedTextGetSelection(shaped: RID, start: Int, end: Int) -> PackedVector2Array {
6650 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6651 |         var _result: PackedVector2Array = PackedVector2Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6652 |         withUnsafePointer(to: shaped.content) { pArg0 in
6653 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6959:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6957 |     open func _shapedTextGetCharacterBreaks(shaped: RID) -> PackedInt32Array {
6958 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6959 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6960 |         withUnsafePointer(to: shaped.content) { pArg0 in
6961 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7298:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7296 |     open func _stringGetWordBreaks(string: String, language: String, charsPerLine: Int) -> PackedInt32Array {
7297 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7298 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7299 |         let string = GString(string)
7300 |         withUnsafePointer(to: string.content) { pArg0 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7338:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7336 |     open func _stringGetCharacterBreaks(string: String, language: String) -> PackedInt32Array {
7337 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7338 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7339 |         let string = GString(string)
7340 |         withUnsafePointer(to: string.content) { pArg0 in
[1583/1595] Compiling SwiftGodot TextMesh.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/VariantConvertible.swift:258:15: warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 256 | public extension _GodotBridgeableBuiltin {
 257 |     /// Internal API. Required for `TypedArray` implementation.
 258 |     typealias _NonOptionalType = Self
     |               `- warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 259 |
 260 |     /// Internal API. Required for cases where Godot expects an empty `StringName` for builtin types and actual class name for `.object`-types.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/TypedArray.swift:45:20: note: '_NonOptionalType' declared here
 43 |     /// - for `ObjectSubtype?` it's `ObjectSubtype`
 44 |     /// - for `Variant?` it's `Variant`
 45 |     associatedtype _NonOptionalType: _GodotBridgeable
    |                    `- note: '_NonOptionalType' declared here
 46 |
 47 |     /// Internal API.
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/SyntaxHighlighter.swift:50:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 48 |     open func _getLineSyntaxHighlighting(line: Int32) -> VariantDictionary {
 49 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 50 |         var _result: VariantDictionary = VariantDictionary ()
    |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 51 |         withUnsafePointer(to: line) { pArg0 in
 52 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:300:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 298 |     open func _getSupportData() -> PackedByteArray {
 299 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 300 |         var _result: PackedByteArray = PackedByteArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 301 |         gi.object_method_bind_ptrcall(TextServerExtension.method__get_support_data, handle, nil, &_result.content)
 302 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:421:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 419 |     open func _createFont() -> RID {
 420 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 421 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 422 |         gi.object_method_bind_ptrcall(TextServerExtension.method__create_font, handle, nil, &_result.content)
 423 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 442 |     open func _createFontLinkedVariation(fontRid: RID) -> RID {
 443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 446 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:741:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 739 |     open func _fontGetOtNameStrings(fontRid: RID) -> VariantDictionary {
 740 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 741 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 742 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 743 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2131:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2129 |     open func _fontGetVariationCoordinates(fontRid: RID) -> VariantDictionary {
2130 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2131 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2132 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2133 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2910:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2908 |     open func _fontGetTextureOffsets(fontRid: RID, size: Vector2i, textureIndex: Int) -> PackedInt32Array {
2909 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2910 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2911 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2912 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2948:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2946 |     open func _fontGetGlyphList(fontRid: RID, size: Vector2i) -> PackedInt32Array {
2947 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2948 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2949 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2950 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3442 |     open func _fontGetGlyphTextureRid(fontRid: RID, size: Vector2i, glyph: Int) -> RID {
3443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3446 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3520:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3518 |     open func _fontGetGlyphContours(fontRid: RID, size: Int, index: Int) -> VariantDictionary {
3519 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3520 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3521 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3522 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3888:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3886 |     open func _fontGetSupportedGlyphs(fontRid: RID) -> PackedInt32Array {
3887 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3888 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3889 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3890 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4237:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4235 |     open func _fontGetLanguageSupportOverrides(fontRid: RID) -> PackedStringArray {
4236 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4237 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4238 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4239 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4414:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4412 |     open func _fontGetScriptSupportOverrides(fontRid: RID) -> PackedStringArray {
4413 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4414 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4415 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4416 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4480:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4478 |     open func _fontGetOpentypeFeatureOverrides(fontRid: RID) -> VariantDictionary {
4479 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4480 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4481 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4482 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4512:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4510 |     open func _fontSupportedFeatureList(fontRid: RID) -> VariantDictionary {
4511 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4512 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4513 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4514 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4544:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4542 |     open func _fontSupportedVariationList(fontRid: RID) -> VariantDictionary {
4543 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4544 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4545 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4546 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4708:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4706 |     open func _createShapedText(direction: TextServer.Direction, orientation: TextServer.Orientation) -> RID {
4707 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4708 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4709 |         withUnsafePointer(to: direction.rawValue) { pArg0 in
4710 |             withUnsafePointer(to: orientation.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5597:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5595 |     open func _shapedTextSubstr(shaped: RID, start: Int, length: Int) -> RID {
5596 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5597 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5598 |         withUnsafePointer(to: shaped.content) { pArg0 in
5599 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5635:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5633 |     open func _shapedTextGetParent(shaped: RID) -> RID {
5634 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5635 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5636 |         withUnsafePointer(to: shaped.content) { pArg0 in
5637 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5996:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5994 |     open func _shapedTextGetLineBreaksAdv(shaped: RID, width: PackedFloat32Array, start: Int, once: Bool, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
5995 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5996 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5997 |         withUnsafePointer(to: shaped.content) { pArg0 in
5998 |             withUnsafePointer(to: width.content) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6040:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6038 |     open func _shapedTextGetLineBreaks(shaped: RID, width: Double, start: Int, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
6039 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6040 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6041 |         withUnsafePointer(to: shaped.content) { pArg0 in
6042 |             withUnsafePointer(to: width) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6081:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6079 |     open func _shapedTextGetWordBreaks(shaped: RID, graphemeFlags: TextServer.GraphemeFlag, skipGraphemeFlags: TextServer.GraphemeFlag) -> PackedInt32Array {
6080 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6081 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6082 |         withUnsafePointer(to: shaped.content) { pArg0 in
6083 |             withUnsafePointer(to: graphemeFlags.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6284:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6282 |     open func _shapedTextGetObjects(shaped: RID) -> VariantArray {
6283 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6284 |         var _result: VariantArray = VariantArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6285 |         withUnsafePointer(to: shaped.content) { pArg0 in
6286 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6651:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6649 |     open func _shapedTextGetSelection(shaped: RID, start: Int, end: Int) -> PackedVector2Array {
6650 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6651 |         var _result: PackedVector2Array = PackedVector2Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6652 |         withUnsafePointer(to: shaped.content) { pArg0 in
6653 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6959:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6957 |     open func _shapedTextGetCharacterBreaks(shaped: RID) -> PackedInt32Array {
6958 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6959 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6960 |         withUnsafePointer(to: shaped.content) { pArg0 in
6961 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7298:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7296 |     open func _stringGetWordBreaks(string: String, language: String, charsPerLine: Int) -> PackedInt32Array {
7297 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7298 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7299 |         let string = GString(string)
7300 |         withUnsafePointer(to: string.content) { pArg0 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7338:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7336 |     open func _stringGetCharacterBreaks(string: String, language: String) -> PackedInt32Array {
7337 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7338 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7339 |         let string = GString(string)
7340 |         withUnsafePointer(to: string.content) { pArg0 in
[1584/1595] Compiling SwiftGodot TextParagraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/VariantConvertible.swift:258:15: warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 256 | public extension _GodotBridgeableBuiltin {
 257 |     /// Internal API. Required for `TypedArray` implementation.
 258 |     typealias _NonOptionalType = Self
     |               `- warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 259 |
 260 |     /// Internal API. Required for cases where Godot expects an empty `StringName` for builtin types and actual class name for `.object`-types.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/TypedArray.swift:45:20: note: '_NonOptionalType' declared here
 43 |     /// - for `ObjectSubtype?` it's `ObjectSubtype`
 44 |     /// - for `Variant?` it's `Variant`
 45 |     associatedtype _NonOptionalType: _GodotBridgeable
    |                    `- note: '_NonOptionalType' declared here
 46 |
 47 |     /// Internal API.
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/SyntaxHighlighter.swift:50:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 48 |     open func _getLineSyntaxHighlighting(line: Int32) -> VariantDictionary {
 49 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 50 |         var _result: VariantDictionary = VariantDictionary ()
    |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 51 |         withUnsafePointer(to: line) { pArg0 in
 52 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:300:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 298 |     open func _getSupportData() -> PackedByteArray {
 299 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 300 |         var _result: PackedByteArray = PackedByteArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 301 |         gi.object_method_bind_ptrcall(TextServerExtension.method__get_support_data, handle, nil, &_result.content)
 302 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:421:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 419 |     open func _createFont() -> RID {
 420 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 421 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 422 |         gi.object_method_bind_ptrcall(TextServerExtension.method__create_font, handle, nil, &_result.content)
 423 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 442 |     open func _createFontLinkedVariation(fontRid: RID) -> RID {
 443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 446 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:741:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 739 |     open func _fontGetOtNameStrings(fontRid: RID) -> VariantDictionary {
 740 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 741 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 742 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 743 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2131:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2129 |     open func _fontGetVariationCoordinates(fontRid: RID) -> VariantDictionary {
2130 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2131 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2132 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2133 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2910:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2908 |     open func _fontGetTextureOffsets(fontRid: RID, size: Vector2i, textureIndex: Int) -> PackedInt32Array {
2909 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2910 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2911 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2912 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2948:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2946 |     open func _fontGetGlyphList(fontRid: RID, size: Vector2i) -> PackedInt32Array {
2947 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2948 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2949 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2950 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3442 |     open func _fontGetGlyphTextureRid(fontRid: RID, size: Vector2i, glyph: Int) -> RID {
3443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3446 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3520:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3518 |     open func _fontGetGlyphContours(fontRid: RID, size: Int, index: Int) -> VariantDictionary {
3519 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3520 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3521 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3522 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3888:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3886 |     open func _fontGetSupportedGlyphs(fontRid: RID) -> PackedInt32Array {
3887 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3888 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3889 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3890 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4237:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4235 |     open func _fontGetLanguageSupportOverrides(fontRid: RID) -> PackedStringArray {
4236 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4237 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4238 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4239 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4414:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4412 |     open func _fontGetScriptSupportOverrides(fontRid: RID) -> PackedStringArray {
4413 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4414 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4415 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4416 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4480:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4478 |     open func _fontGetOpentypeFeatureOverrides(fontRid: RID) -> VariantDictionary {
4479 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4480 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4481 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4482 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4512:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4510 |     open func _fontSupportedFeatureList(fontRid: RID) -> VariantDictionary {
4511 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4512 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4513 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4514 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4544:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4542 |     open func _fontSupportedVariationList(fontRid: RID) -> VariantDictionary {
4543 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4544 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4545 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4546 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4708:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4706 |     open func _createShapedText(direction: TextServer.Direction, orientation: TextServer.Orientation) -> RID {
4707 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4708 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4709 |         withUnsafePointer(to: direction.rawValue) { pArg0 in
4710 |             withUnsafePointer(to: orientation.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5597:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5595 |     open func _shapedTextSubstr(shaped: RID, start: Int, length: Int) -> RID {
5596 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5597 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5598 |         withUnsafePointer(to: shaped.content) { pArg0 in
5599 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5635:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5633 |     open func _shapedTextGetParent(shaped: RID) -> RID {
5634 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5635 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5636 |         withUnsafePointer(to: shaped.content) { pArg0 in
5637 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5996:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5994 |     open func _shapedTextGetLineBreaksAdv(shaped: RID, width: PackedFloat32Array, start: Int, once: Bool, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
5995 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5996 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5997 |         withUnsafePointer(to: shaped.content) { pArg0 in
5998 |             withUnsafePointer(to: width.content) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6040:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6038 |     open func _shapedTextGetLineBreaks(shaped: RID, width: Double, start: Int, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
6039 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6040 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6041 |         withUnsafePointer(to: shaped.content) { pArg0 in
6042 |             withUnsafePointer(to: width) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6081:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6079 |     open func _shapedTextGetWordBreaks(shaped: RID, graphemeFlags: TextServer.GraphemeFlag, skipGraphemeFlags: TextServer.GraphemeFlag) -> PackedInt32Array {
6080 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6081 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6082 |         withUnsafePointer(to: shaped.content) { pArg0 in
6083 |             withUnsafePointer(to: graphemeFlags.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6284:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6282 |     open func _shapedTextGetObjects(shaped: RID) -> VariantArray {
6283 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6284 |         var _result: VariantArray = VariantArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6285 |         withUnsafePointer(to: shaped.content) { pArg0 in
6286 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6651:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6649 |     open func _shapedTextGetSelection(shaped: RID, start: Int, end: Int) -> PackedVector2Array {
6650 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6651 |         var _result: PackedVector2Array = PackedVector2Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6652 |         withUnsafePointer(to: shaped.content) { pArg0 in
6653 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6959:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6957 |     open func _shapedTextGetCharacterBreaks(shaped: RID) -> PackedInt32Array {
6958 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6959 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6960 |         withUnsafePointer(to: shaped.content) { pArg0 in
6961 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7298:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7296 |     open func _stringGetWordBreaks(string: String, language: String, charsPerLine: Int) -> PackedInt32Array {
7297 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7298 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7299 |         let string = GString(string)
7300 |         withUnsafePointer(to: string.content) { pArg0 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7338:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7336 |     open func _stringGetCharacterBreaks(string: String, language: String) -> PackedInt32Array {
7337 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7338 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7339 |         let string = GString(string)
7340 |         withUnsafePointer(to: string.content) { pArg0 in
[1585/1595] Compiling SwiftGodot TextServer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/VariantConvertible.swift:258:15: warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 256 | public extension _GodotBridgeableBuiltin {
 257 |     /// Internal API. Required for `TypedArray` implementation.
 258 |     typealias _NonOptionalType = Self
     |               `- warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 259 |
 260 |     /// Internal API. Required for cases where Godot expects an empty `StringName` for builtin types and actual class name for `.object`-types.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/TypedArray.swift:45:20: note: '_NonOptionalType' declared here
 43 |     /// - for `ObjectSubtype?` it's `ObjectSubtype`
 44 |     /// - for `Variant?` it's `Variant`
 45 |     associatedtype _NonOptionalType: _GodotBridgeable
    |                    `- note: '_NonOptionalType' declared here
 46 |
 47 |     /// Internal API.
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/SyntaxHighlighter.swift:50:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 48 |     open func _getLineSyntaxHighlighting(line: Int32) -> VariantDictionary {
 49 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 50 |         var _result: VariantDictionary = VariantDictionary ()
    |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 51 |         withUnsafePointer(to: line) { pArg0 in
 52 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:300:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 298 |     open func _getSupportData() -> PackedByteArray {
 299 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 300 |         var _result: PackedByteArray = PackedByteArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 301 |         gi.object_method_bind_ptrcall(TextServerExtension.method__get_support_data, handle, nil, &_result.content)
 302 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:421:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 419 |     open func _createFont() -> RID {
 420 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 421 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 422 |         gi.object_method_bind_ptrcall(TextServerExtension.method__create_font, handle, nil, &_result.content)
 423 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 442 |     open func _createFontLinkedVariation(fontRid: RID) -> RID {
 443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 446 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:741:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 739 |     open func _fontGetOtNameStrings(fontRid: RID) -> VariantDictionary {
 740 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 741 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 742 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 743 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2131:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2129 |     open func _fontGetVariationCoordinates(fontRid: RID) -> VariantDictionary {
2130 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2131 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2132 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2133 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2910:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2908 |     open func _fontGetTextureOffsets(fontRid: RID, size: Vector2i, textureIndex: Int) -> PackedInt32Array {
2909 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2910 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2911 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2912 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2948:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2946 |     open func _fontGetGlyphList(fontRid: RID, size: Vector2i) -> PackedInt32Array {
2947 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2948 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2949 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2950 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3442 |     open func _fontGetGlyphTextureRid(fontRid: RID, size: Vector2i, glyph: Int) -> RID {
3443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3446 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3520:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3518 |     open func _fontGetGlyphContours(fontRid: RID, size: Int, index: Int) -> VariantDictionary {
3519 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3520 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3521 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3522 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3888:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3886 |     open func _fontGetSupportedGlyphs(fontRid: RID) -> PackedInt32Array {
3887 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3888 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3889 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3890 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4237:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4235 |     open func _fontGetLanguageSupportOverrides(fontRid: RID) -> PackedStringArray {
4236 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4237 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4238 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4239 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4414:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4412 |     open func _fontGetScriptSupportOverrides(fontRid: RID) -> PackedStringArray {
4413 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4414 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4415 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4416 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4480:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4478 |     open func _fontGetOpentypeFeatureOverrides(fontRid: RID) -> VariantDictionary {
4479 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4480 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4481 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4482 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4512:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4510 |     open func _fontSupportedFeatureList(fontRid: RID) -> VariantDictionary {
4511 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4512 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4513 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4514 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4544:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4542 |     open func _fontSupportedVariationList(fontRid: RID) -> VariantDictionary {
4543 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4544 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4545 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4546 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4708:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4706 |     open func _createShapedText(direction: TextServer.Direction, orientation: TextServer.Orientation) -> RID {
4707 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4708 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4709 |         withUnsafePointer(to: direction.rawValue) { pArg0 in
4710 |             withUnsafePointer(to: orientation.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5597:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5595 |     open func _shapedTextSubstr(shaped: RID, start: Int, length: Int) -> RID {
5596 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5597 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5598 |         withUnsafePointer(to: shaped.content) { pArg0 in
5599 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5635:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5633 |     open func _shapedTextGetParent(shaped: RID) -> RID {
5634 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5635 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5636 |         withUnsafePointer(to: shaped.content) { pArg0 in
5637 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5996:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5994 |     open func _shapedTextGetLineBreaksAdv(shaped: RID, width: PackedFloat32Array, start: Int, once: Bool, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
5995 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5996 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5997 |         withUnsafePointer(to: shaped.content) { pArg0 in
5998 |             withUnsafePointer(to: width.content) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6040:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6038 |     open func _shapedTextGetLineBreaks(shaped: RID, width: Double, start: Int, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
6039 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6040 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6041 |         withUnsafePointer(to: shaped.content) { pArg0 in
6042 |             withUnsafePointer(to: width) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6081:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6079 |     open func _shapedTextGetWordBreaks(shaped: RID, graphemeFlags: TextServer.GraphemeFlag, skipGraphemeFlags: TextServer.GraphemeFlag) -> PackedInt32Array {
6080 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6081 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6082 |         withUnsafePointer(to: shaped.content) { pArg0 in
6083 |             withUnsafePointer(to: graphemeFlags.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6284:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6282 |     open func _shapedTextGetObjects(shaped: RID) -> VariantArray {
6283 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6284 |         var _result: VariantArray = VariantArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6285 |         withUnsafePointer(to: shaped.content) { pArg0 in
6286 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6651:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6649 |     open func _shapedTextGetSelection(shaped: RID, start: Int, end: Int) -> PackedVector2Array {
6650 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6651 |         var _result: PackedVector2Array = PackedVector2Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6652 |         withUnsafePointer(to: shaped.content) { pArg0 in
6653 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6959:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6957 |     open func _shapedTextGetCharacterBreaks(shaped: RID) -> PackedInt32Array {
6958 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6959 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6960 |         withUnsafePointer(to: shaped.content) { pArg0 in
6961 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7298:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7296 |     open func _stringGetWordBreaks(string: String, language: String, charsPerLine: Int) -> PackedInt32Array {
7297 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7298 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7299 |         let string = GString(string)
7300 |         withUnsafePointer(to: string.content) { pArg0 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7338:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7336 |     open func _stringGetCharacterBreaks(string: String, language: String) -> PackedInt32Array {
7337 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7338 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7339 |         let string = GString(string)
7340 |         withUnsafePointer(to: string.content) { pArg0 in
[1586/1595] Compiling SwiftGodot TextServerAdvanced.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/VariantConvertible.swift:258:15: warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 256 | public extension _GodotBridgeableBuiltin {
 257 |     /// Internal API. Required for `TypedArray` implementation.
 258 |     typealias _NonOptionalType = Self
     |               `- warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 259 |
 260 |     /// Internal API. Required for cases where Godot expects an empty `StringName` for builtin types and actual class name for `.object`-types.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/TypedArray.swift:45:20: note: '_NonOptionalType' declared here
 43 |     /// - for `ObjectSubtype?` it's `ObjectSubtype`
 44 |     /// - for `Variant?` it's `Variant`
 45 |     associatedtype _NonOptionalType: _GodotBridgeable
    |                    `- note: '_NonOptionalType' declared here
 46 |
 47 |     /// Internal API.
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/SyntaxHighlighter.swift:50:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 48 |     open func _getLineSyntaxHighlighting(line: Int32) -> VariantDictionary {
 49 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 50 |         var _result: VariantDictionary = VariantDictionary ()
    |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 51 |         withUnsafePointer(to: line) { pArg0 in
 52 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:300:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 298 |     open func _getSupportData() -> PackedByteArray {
 299 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 300 |         var _result: PackedByteArray = PackedByteArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 301 |         gi.object_method_bind_ptrcall(TextServerExtension.method__get_support_data, handle, nil, &_result.content)
 302 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:421:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 419 |     open func _createFont() -> RID {
 420 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 421 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 422 |         gi.object_method_bind_ptrcall(TextServerExtension.method__create_font, handle, nil, &_result.content)
 423 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 442 |     open func _createFontLinkedVariation(fontRid: RID) -> RID {
 443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 446 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:741:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 739 |     open func _fontGetOtNameStrings(fontRid: RID) -> VariantDictionary {
 740 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 741 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 742 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 743 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2131:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2129 |     open func _fontGetVariationCoordinates(fontRid: RID) -> VariantDictionary {
2130 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2131 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2132 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2133 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2910:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2908 |     open func _fontGetTextureOffsets(fontRid: RID, size: Vector2i, textureIndex: Int) -> PackedInt32Array {
2909 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2910 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2911 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2912 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2948:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2946 |     open func _fontGetGlyphList(fontRid: RID, size: Vector2i) -> PackedInt32Array {
2947 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2948 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2949 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2950 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3442 |     open func _fontGetGlyphTextureRid(fontRid: RID, size: Vector2i, glyph: Int) -> RID {
3443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3446 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3520:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3518 |     open func _fontGetGlyphContours(fontRid: RID, size: Int, index: Int) -> VariantDictionary {
3519 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3520 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3521 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3522 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3888:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3886 |     open func _fontGetSupportedGlyphs(fontRid: RID) -> PackedInt32Array {
3887 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3888 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3889 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3890 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4237:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4235 |     open func _fontGetLanguageSupportOverrides(fontRid: RID) -> PackedStringArray {
4236 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4237 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4238 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4239 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4414:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4412 |     open func _fontGetScriptSupportOverrides(fontRid: RID) -> PackedStringArray {
4413 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4414 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4415 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4416 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4480:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4478 |     open func _fontGetOpentypeFeatureOverrides(fontRid: RID) -> VariantDictionary {
4479 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4480 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4481 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4482 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4512:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4510 |     open func _fontSupportedFeatureList(fontRid: RID) -> VariantDictionary {
4511 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4512 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4513 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4514 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4544:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4542 |     open func _fontSupportedVariationList(fontRid: RID) -> VariantDictionary {
4543 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4544 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4545 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4546 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4708:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4706 |     open func _createShapedText(direction: TextServer.Direction, orientation: TextServer.Orientation) -> RID {
4707 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4708 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4709 |         withUnsafePointer(to: direction.rawValue) { pArg0 in
4710 |             withUnsafePointer(to: orientation.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5597:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5595 |     open func _shapedTextSubstr(shaped: RID, start: Int, length: Int) -> RID {
5596 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5597 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5598 |         withUnsafePointer(to: shaped.content) { pArg0 in
5599 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5635:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5633 |     open func _shapedTextGetParent(shaped: RID) -> RID {
5634 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5635 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5636 |         withUnsafePointer(to: shaped.content) { pArg0 in
5637 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5996:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5994 |     open func _shapedTextGetLineBreaksAdv(shaped: RID, width: PackedFloat32Array, start: Int, once: Bool, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
5995 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5996 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5997 |         withUnsafePointer(to: shaped.content) { pArg0 in
5998 |             withUnsafePointer(to: width.content) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6040:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6038 |     open func _shapedTextGetLineBreaks(shaped: RID, width: Double, start: Int, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
6039 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6040 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6041 |         withUnsafePointer(to: shaped.content) { pArg0 in
6042 |             withUnsafePointer(to: width) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6081:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6079 |     open func _shapedTextGetWordBreaks(shaped: RID, graphemeFlags: TextServer.GraphemeFlag, skipGraphemeFlags: TextServer.GraphemeFlag) -> PackedInt32Array {
6080 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6081 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6082 |         withUnsafePointer(to: shaped.content) { pArg0 in
6083 |             withUnsafePointer(to: graphemeFlags.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6284:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6282 |     open func _shapedTextGetObjects(shaped: RID) -> VariantArray {
6283 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6284 |         var _result: VariantArray = VariantArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6285 |         withUnsafePointer(to: shaped.content) { pArg0 in
6286 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6651:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6649 |     open func _shapedTextGetSelection(shaped: RID, start: Int, end: Int) -> PackedVector2Array {
6650 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6651 |         var _result: PackedVector2Array = PackedVector2Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6652 |         withUnsafePointer(to: shaped.content) { pArg0 in
6653 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6959:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6957 |     open func _shapedTextGetCharacterBreaks(shaped: RID) -> PackedInt32Array {
6958 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6959 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6960 |         withUnsafePointer(to: shaped.content) { pArg0 in
6961 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7298:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7296 |     open func _stringGetWordBreaks(string: String, language: String, charsPerLine: Int) -> PackedInt32Array {
7297 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7298 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7299 |         let string = GString(string)
7300 |         withUnsafePointer(to: string.content) { pArg0 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7338:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7336 |     open func _stringGetCharacterBreaks(string: String, language: String) -> PackedInt32Array {
7337 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7338 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7339 |         let string = GString(string)
7340 |         withUnsafePointer(to: string.content) { pArg0 in
[1587/1595] Compiling SwiftGodot TextServerDummy.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/VariantConvertible.swift:258:15: warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 256 | public extension _GodotBridgeableBuiltin {
 257 |     /// Internal API. Required for `TypedArray` implementation.
 258 |     typealias _NonOptionalType = Self
     |               `- warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 259 |
 260 |     /// Internal API. Required for cases where Godot expects an empty `StringName` for builtin types and actual class name for `.object`-types.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/TypedArray.swift:45:20: note: '_NonOptionalType' declared here
 43 |     /// - for `ObjectSubtype?` it's `ObjectSubtype`
 44 |     /// - for `Variant?` it's `Variant`
 45 |     associatedtype _NonOptionalType: _GodotBridgeable
    |                    `- note: '_NonOptionalType' declared here
 46 |
 47 |     /// Internal API.
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/SyntaxHighlighter.swift:50:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 48 |     open func _getLineSyntaxHighlighting(line: Int32) -> VariantDictionary {
 49 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 50 |         var _result: VariantDictionary = VariantDictionary ()
    |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 51 |         withUnsafePointer(to: line) { pArg0 in
 52 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:300:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 298 |     open func _getSupportData() -> PackedByteArray {
 299 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 300 |         var _result: PackedByteArray = PackedByteArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 301 |         gi.object_method_bind_ptrcall(TextServerExtension.method__get_support_data, handle, nil, &_result.content)
 302 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:421:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 419 |     open func _createFont() -> RID {
 420 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 421 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 422 |         gi.object_method_bind_ptrcall(TextServerExtension.method__create_font, handle, nil, &_result.content)
 423 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 442 |     open func _createFontLinkedVariation(fontRid: RID) -> RID {
 443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 446 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:741:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 739 |     open func _fontGetOtNameStrings(fontRid: RID) -> VariantDictionary {
 740 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 741 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 742 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 743 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2131:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2129 |     open func _fontGetVariationCoordinates(fontRid: RID) -> VariantDictionary {
2130 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2131 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2132 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2133 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2910:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2908 |     open func _fontGetTextureOffsets(fontRid: RID, size: Vector2i, textureIndex: Int) -> PackedInt32Array {
2909 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2910 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2911 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2912 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2948:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2946 |     open func _fontGetGlyphList(fontRid: RID, size: Vector2i) -> PackedInt32Array {
2947 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2948 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2949 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2950 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3442 |     open func _fontGetGlyphTextureRid(fontRid: RID, size: Vector2i, glyph: Int) -> RID {
3443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3446 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3520:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3518 |     open func _fontGetGlyphContours(fontRid: RID, size: Int, index: Int) -> VariantDictionary {
3519 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3520 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3521 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3522 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3888:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3886 |     open func _fontGetSupportedGlyphs(fontRid: RID) -> PackedInt32Array {
3887 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3888 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3889 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3890 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4237:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4235 |     open func _fontGetLanguageSupportOverrides(fontRid: RID) -> PackedStringArray {
4236 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4237 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4238 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4239 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4414:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4412 |     open func _fontGetScriptSupportOverrides(fontRid: RID) -> PackedStringArray {
4413 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4414 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4415 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4416 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4480:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4478 |     open func _fontGetOpentypeFeatureOverrides(fontRid: RID) -> VariantDictionary {
4479 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4480 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4481 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4482 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4512:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4510 |     open func _fontSupportedFeatureList(fontRid: RID) -> VariantDictionary {
4511 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4512 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4513 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4514 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4544:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4542 |     open func _fontSupportedVariationList(fontRid: RID) -> VariantDictionary {
4543 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4544 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4545 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4546 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4708:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4706 |     open func _createShapedText(direction: TextServer.Direction, orientation: TextServer.Orientation) -> RID {
4707 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4708 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4709 |         withUnsafePointer(to: direction.rawValue) { pArg0 in
4710 |             withUnsafePointer(to: orientation.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5597:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5595 |     open func _shapedTextSubstr(shaped: RID, start: Int, length: Int) -> RID {
5596 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5597 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5598 |         withUnsafePointer(to: shaped.content) { pArg0 in
5599 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5635:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5633 |     open func _shapedTextGetParent(shaped: RID) -> RID {
5634 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5635 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5636 |         withUnsafePointer(to: shaped.content) { pArg0 in
5637 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5996:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5994 |     open func _shapedTextGetLineBreaksAdv(shaped: RID, width: PackedFloat32Array, start: Int, once: Bool, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
5995 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5996 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5997 |         withUnsafePointer(to: shaped.content) { pArg0 in
5998 |             withUnsafePointer(to: width.content) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6040:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6038 |     open func _shapedTextGetLineBreaks(shaped: RID, width: Double, start: Int, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
6039 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6040 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6041 |         withUnsafePointer(to: shaped.content) { pArg0 in
6042 |             withUnsafePointer(to: width) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6081:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6079 |     open func _shapedTextGetWordBreaks(shaped: RID, graphemeFlags: TextServer.GraphemeFlag, skipGraphemeFlags: TextServer.GraphemeFlag) -> PackedInt32Array {
6080 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6081 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6082 |         withUnsafePointer(to: shaped.content) { pArg0 in
6083 |             withUnsafePointer(to: graphemeFlags.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6284:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6282 |     open func _shapedTextGetObjects(shaped: RID) -> VariantArray {
6283 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6284 |         var _result: VariantArray = VariantArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6285 |         withUnsafePointer(to: shaped.content) { pArg0 in
6286 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6651:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6649 |     open func _shapedTextGetSelection(shaped: RID, start: Int, end: Int) -> PackedVector2Array {
6650 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6651 |         var _result: PackedVector2Array = PackedVector2Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6652 |         withUnsafePointer(to: shaped.content) { pArg0 in
6653 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6959:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6957 |     open func _shapedTextGetCharacterBreaks(shaped: RID) -> PackedInt32Array {
6958 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6959 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6960 |         withUnsafePointer(to: shaped.content) { pArg0 in
6961 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7298:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7296 |     open func _stringGetWordBreaks(string: String, language: String, charsPerLine: Int) -> PackedInt32Array {
7297 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7298 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7299 |         let string = GString(string)
7300 |         withUnsafePointer(to: string.content) { pArg0 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7338:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7336 |     open func _stringGetCharacterBreaks(string: String, language: String) -> PackedInt32Array {
7337 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7338 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7339 |         let string = GString(string)
7340 |         withUnsafePointer(to: string.content) { pArg0 in
[1588/1595] Compiling SwiftGodot TextServerExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/VariantConvertible.swift:258:15: warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 256 | public extension _GodotBridgeableBuiltin {
 257 |     /// Internal API. Required for `TypedArray` implementation.
 258 |     typealias _NonOptionalType = Self
     |               `- warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 259 |
 260 |     /// Internal API. Required for cases where Godot expects an empty `StringName` for builtin types and actual class name for `.object`-types.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/TypedArray.swift:45:20: note: '_NonOptionalType' declared here
 43 |     /// - for `ObjectSubtype?` it's `ObjectSubtype`
 44 |     /// - for `Variant?` it's `Variant`
 45 |     associatedtype _NonOptionalType: _GodotBridgeable
    |                    `- note: '_NonOptionalType' declared here
 46 |
 47 |     /// Internal API.
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/SyntaxHighlighter.swift:50:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 48 |     open func _getLineSyntaxHighlighting(line: Int32) -> VariantDictionary {
 49 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 50 |         var _result: VariantDictionary = VariantDictionary ()
    |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 51 |         withUnsafePointer(to: line) { pArg0 in
 52 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:300:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 298 |     open func _getSupportData() -> PackedByteArray {
 299 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 300 |         var _result: PackedByteArray = PackedByteArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 301 |         gi.object_method_bind_ptrcall(TextServerExtension.method__get_support_data, handle, nil, &_result.content)
 302 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:421:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 419 |     open func _createFont() -> RID {
 420 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 421 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 422 |         gi.object_method_bind_ptrcall(TextServerExtension.method__create_font, handle, nil, &_result.content)
 423 |         return _result
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 442 |     open func _createFontLinkedVariation(fontRid: RID) -> RID {
 443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 446 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:741:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
 739 |     open func _fontGetOtNameStrings(fontRid: RID) -> VariantDictionary {
 740 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
 741 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
 742 |         withUnsafePointer(to: fontRid.content) { pArg0 in
 743 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2131:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2129 |     open func _fontGetVariationCoordinates(fontRid: RID) -> VariantDictionary {
2130 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2131 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2132 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2133 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2910:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2908 |     open func _fontGetTextureOffsets(fontRid: RID, size: Vector2i, textureIndex: Int) -> PackedInt32Array {
2909 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2910 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2911 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2912 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:2948:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
2946 |     open func _fontGetGlyphList(fontRid: RID, size: Vector2i) -> PackedInt32Array {
2947 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
2948 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
2949 |         withUnsafePointer(to: fontRid.content) { pArg0 in
2950 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3444:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3442 |     open func _fontGetGlyphTextureRid(fontRid: RID, size: Vector2i, glyph: Int) -> RID {
3443 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3444 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3445 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3446 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3520:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3518 |     open func _fontGetGlyphContours(fontRid: RID, size: Int, index: Int) -> VariantDictionary {
3519 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3520 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3521 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3522 |             withUnsafePointer(to: size) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:3888:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
3886 |     open func _fontGetSupportedGlyphs(fontRid: RID) -> PackedInt32Array {
3887 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
3888 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
3889 |         withUnsafePointer(to: fontRid.content) { pArg0 in
3890 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4237:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4235 |     open func _fontGetLanguageSupportOverrides(fontRid: RID) -> PackedStringArray {
4236 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4237 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4238 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4239 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4414:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4412 |     open func _fontGetScriptSupportOverrides(fontRid: RID) -> PackedStringArray {
4413 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4414 |         var _result: PackedStringArray = PackedStringArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4415 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4416 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4480:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4478 |     open func _fontGetOpentypeFeatureOverrides(fontRid: RID) -> VariantDictionary {
4479 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4480 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4481 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4482 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4512:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4510 |     open func _fontSupportedFeatureList(fontRid: RID) -> VariantDictionary {
4511 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4512 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4513 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4514 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4544:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4542 |     open func _fontSupportedVariationList(fontRid: RID) -> VariantDictionary {
4543 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4544 |         var _result: VariantDictionary = VariantDictionary ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4545 |         withUnsafePointer(to: fontRid.content) { pArg0 in
4546 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:4708:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
4706 |     open func _createShapedText(direction: TextServer.Direction, orientation: TextServer.Orientation) -> RID {
4707 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
4708 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
4709 |         withUnsafePointer(to: direction.rawValue) { pArg0 in
4710 |             withUnsafePointer(to: orientation.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5597:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5595 |     open func _shapedTextSubstr(shaped: RID, start: Int, length: Int) -> RID {
5596 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5597 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5598 |         withUnsafePointer(to: shaped.content) { pArg0 in
5599 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5635:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5633 |     open func _shapedTextGetParent(shaped: RID) -> RID {
5634 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5635 |         var _result: RID = RID ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5636 |         withUnsafePointer(to: shaped.content) { pArg0 in
5637 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:5996:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
5994 |     open func _shapedTextGetLineBreaksAdv(shaped: RID, width: PackedFloat32Array, start: Int, once: Bool, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
5995 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
5996 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
5997 |         withUnsafePointer(to: shaped.content) { pArg0 in
5998 |             withUnsafePointer(to: width.content) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6040:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6038 |     open func _shapedTextGetLineBreaks(shaped: RID, width: Double, start: Int, breakFlags: TextServer.LineBreakFlag) -> PackedInt32Array {
6039 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6040 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6041 |         withUnsafePointer(to: shaped.content) { pArg0 in
6042 |             withUnsafePointer(to: width) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6081:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6079 |     open func _shapedTextGetWordBreaks(shaped: RID, graphemeFlags: TextServer.GraphemeFlag, skipGraphemeFlags: TextServer.GraphemeFlag) -> PackedInt32Array {
6080 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6081 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6082 |         withUnsafePointer(to: shaped.content) { pArg0 in
6083 |             withUnsafePointer(to: graphemeFlags.rawValue) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6284:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6282 |     open func _shapedTextGetObjects(shaped: RID) -> VariantArray {
6283 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6284 |         var _result: VariantArray = VariantArray ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6285 |         withUnsafePointer(to: shaped.content) { pArg0 in
6286 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6651:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6649 |     open func _shapedTextGetSelection(shaped: RID, start: Int, end: Int) -> PackedVector2Array {
6650 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6651 |         var _result: PackedVector2Array = PackedVector2Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6652 |         withUnsafePointer(to: shaped.content) { pArg0 in
6653 |             withUnsafePointer(to: start) { pArg1 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:6959:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
6957 |     open func _shapedTextGetCharacterBreaks(shaped: RID) -> PackedInt32Array {
6958 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
6959 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
6960 |         withUnsafePointer(to: shaped.content) { pArg0 in
6961 |             withUnsafePointer(to: UnsafeRawPointersN1(pArg0)) { pArgs in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7298:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7296 |     open func _stringGetWordBreaks(string: String, language: String, charsPerLine: Int) -> PackedInt32Array {
7297 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7298 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7299 |         let string = GString(string)
7300 |         withUnsafePointer(to: string.content) { pArg0 in
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/TextServerExtension.swift:7338:13: warning: variable '_result' was never mutated; consider changing to 'let' constant
7336 |     open func _stringGetCharacterBreaks(string: String, language: String) -> PackedInt32Array {
7337 |         if handle == nil { Wrapped.attemptToUseObjectFreedByGodot() }
7338 |         var _result: PackedInt32Array = PackedInt32Array ()
     |             `- warning: variable '_result' was never mutated; consider changing to 'let' constant
7339 |         let string = GString(string)
7340 |         withUnsafePointer(to: string.content) { pArg0 in
[1589/1595] Emitting module SwiftGodot
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/VariantConvertible.swift:258:15: warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 256 | public extension _GodotBridgeableBuiltin {
 257 |     /// Internal API. Required for `TypedArray` implementation.
 258 |     typealias _NonOptionalType = Self
     |               `- warning: typealias overriding associated type '_NonOptionalType' from protocol '_GodotContainerTypingParameter' is better expressed as same-type constraint on the protocol
 259 |
 260 |     /// Internal API. Required for cases where Godot expects an empty `StringName` for builtin types and actual class name for `.object`-types.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/TypedArray.swift:45:20: note: '_NonOptionalType' declared here
 43 |     /// - for `ObjectSubtype?` it's `ObjectSubtype`
 44 |     /// - for `Variant?` it's `Variant`
 45 |     associatedtype _NonOptionalType: _GodotBridgeable
    |                    `- note: '_NonOptionalType' declared here
 46 |
 47 |     /// Internal API.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/SignalRegistration.swift:188:23: warning: 'SignalWithNoArguments' is deprecated: Use the @Signal macro instead.
186 |     ///  - Example: emit(signal: Player.scored)
187 |     @discardableResult
188 |     func emit(signal: SignalWithNoArguments) -> GodotError {
    |                       `- warning: 'SignalWithNoArguments' is deprecated: Use the @Signal macro instead.
189 |         emitSignal(signal.name)
190 |     }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated/RefCounted.swift:37:30: warning: 'override' is implied when overriding a required initializer
 35 |     private static var className = StringName("RefCounted")
 36 |     override open class var godotClassName: StringName { className }
 37 |     public override required init(_ context: InitContext) {
    |                              `- warning: 'override' is implied when overriding a required initializer
 38 |         super.init(context)
 39 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodot/Core/Wrapped.swift:277:21: note: overridden required initializer is here
 275 |
 276 |     /// For use by the framework, you should not need to call this.
 277 |     public required init(_ context: InitContext) {
     |                     `- note: overridden required initializer is here
 278 |         // TODO: move this to `register`, we've got enough global mutexes during construction
 279 |         let _ = Self.classInitializer
[1589/1595] Write Objects.LinkFileList
[1591/1610] Emitting module ManualExtension
[1592/1610] Compiling ManualExtension ManualExtension.swift
[1592/1610] Write Objects.LinkFileList
[1594/1610] Compiling SimpleExtension EntryPoint.generated.swift
[1595/1610] Compiling SimpleExtension SimpleExtension.swift
[1596/1610] Emitting module SimpleExtension
[1596/1610] Write Objects.LinkFileList
[1597/1610] Linking libSwiftGodot.dylib
[1598/1610] Linking libManualExtension.dylib
[1599/1610] Linking libSimpleExtension.dylib
[1601/1610] Compiling SwiftGodotTestability GodotTestHost.swift
[1602/1610] Compiling SwiftGodotTestability GodotTestCase.swift
[1603/1610] Compiling SwiftGodotTestability GodotRuntime.swift
[1604/1610] Compiling SwiftGodotTestability SimpleTestHost.swift
[1605/1610] Compiling SwiftGodotTestability SilentTestRun.swift
[1606/1610] Compiling SwiftGodotTestability TestHost.swift
[1607/1610] Compiling SwiftGodotTestability EmbeddingController.swift
[1608/1610] Compiling SwiftGodotTestability EmbeddedTestCase.swift
[1609/1610] Emitting module SwiftGodotTestability
[1610/1610] Compiling SwiftGodotTestability EmbeddedTestCaseSuite.swift
Build complete! (130.90s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-argument-parser
[1/2094] Fetching swift-docc-plugin
[232/17783] Fetching swift-docc-plugin, swift-argument-parser
[3821/89541] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (2.87s)
Fetched https://github.com/swiftlang/swift-syntax from cache (2.87s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (2.87s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (3.19s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3458] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.48s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[16375/63767108] Downloading https://github.com/migueldeicaza/SwiftGodotKit/releases/download/4.3.5/libgodot.xcframework.zip
Downloading binary artifact https://github.com/migueldeicaza/SwiftGodotKit/releases/download/4.3.5/libgodot.xcframework.zip
Downloaded https://github.com/migueldeicaza/SwiftGodotKit/releases/download/4.3.5/libgodot.xcframework.zip (3.79s)
Build complete.
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/SwiftGodotMacrosTests/Resources
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "SwiftGodot",
  "name" : "SwiftGodot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGodot",
      "targets" : [
        "SwiftGodot"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SwiftGodotStatic",
      "targets" : [
        "SwiftGodot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ExtensionApi",
      "targets" : [
        "ExtensionApi",
        "ExtensionApiJson"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodeGeneratorPlugin",
      "targets" : [
        "CodeGeneratorPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "EntryPointGeneratorPlugin",
      "targets" : [
        "EntryPointGeneratorPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SimpleExtension",
      "targets" : [
        "SimpleExtension"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "ManualExtension",
      "targets" : [
        "ManualExtension"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SwiftGodotTestability",
      "targets" : [
        "SwiftGodotTestability"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Generator",
      "targets" : [
        "Generator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "EntryPointGenerator",
      "targets" : [
        "EntryPointGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftGodotMacroLibrary",
      "targets" : [
        "SwiftGodotMacroLibrary"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libgodot_tests",
      "module_type" : "BinaryTarget",
      "name" : "libgodot_tests",
      "path" : "remote/archive/libgodot.xcframework.zip",
      "product_memberships" : [
        "SwiftGodotTestability"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "SwiftGodotUniversalTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotUniversalTests",
      "path" : "Tests/SwiftGodotUniversalTests",
      "sources" : [
        "MemoryLayoutTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGodot",
        "ExtensionApi",
        "ExtensionApiJson"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGodotTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotTests",
      "path" : "Tests/SwiftGodotTests",
      "sources" : [
        "BuiltIn/ColorTests.swift",
        "BuiltIn/PackedArrayTests.swift",
        "BuiltIn/PlaneTests.swift",
        "BuiltIn/QuaternionTests.swift",
        "BuiltIn/Vector2Tests.swift",
        "BuiltIn/Vector2iTests.swift",
        "BuiltIn/Vector3Tests.swift",
        "BuiltIn/Vector3iTests.swift",
        "BuiltIn/Vector4Tests.swift",
        "BuiltIn/Vector4iTests.swift",
        "IntersectRayResultTests.swift",
        "LifecycleTests.swift",
        "LinearInterpolationTests.swift",
        "MacroCallableIntegrationTests.swift",
        "MacroIntegrationTests.swift",
        "MarshalTests.swift",
        "MemoryLeakTests.swift",
        "PerformanceTests.swift",
        "PhysicsDirectSpaceState2DIntersectRayResultTests.swift",
        "PhysicsDirectSpaceState3DIntersectRayResultTests.swift",
        "SignalTests.swift",
        "SnappingTests.swift",
        "TypedArrayTests.swift",
        "TypedDictionaryTests.swift",
        "ValidatePropertyTests.swift",
        "VariantTests.swift",
        "WrappedTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGodotTestability"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGodotTestability",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotTestability",
      "path" : "Sources/SwiftGodotTestability",
      "product_memberships" : [
        "SwiftGodotTestability"
      ],
      "sources" : [
        "EmbeddedXCTest/EmbeddedTestCase.swift",
        "EmbeddedXCTest/EmbeddedTestCaseSuite.swift",
        "EmbeddedXCTest/EmbeddingController.swift",
        "EmbeddedXCTest/SilentTestRun.swift",
        "EmbeddedXCTest/SimpleTestHost.swift",
        "EmbeddedXCTest/TestHost.swift",
        "GodotRuntime.swift",
        "GodotTestCase.swift",
        "GodotTestHost.swift"
      ],
      "target_dependencies" : [
        "SwiftGodot",
        "libgodot_tests",
        "GDExtension"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftGodotMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotMacrosTests",
      "path" : "Tests/SwiftGodotMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftGodotMacrosTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "InitSwiftExtensionMacroTests.swift",
        "MacroGodotBuildTest.swift",
        "MacroGodotExportCategoryTests.swift",
        "MacroGodotExportCollectionTests.swift",
        "MacroGodotExportEnumTests.swift",
        "MacroGodotExportSubgroupTests.swift",
        "MacroGodotTestCase.swift",
        "MacroGodotTests.swift",
        "NativeHandleDiscardingMacroTests.swift",
        "PickerNameProviderMacroTests.swift",
        "SceneTreeMacroTests.swift",
        "TextureLiteralMacroTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGodotMacroLibrary",
        "SwiftGodot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGodotMacroLibrary",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotMacroLibrary",
      "path" : "Sources/SwiftGodotMacroLibrary",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntax",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftGodot",
        "SwiftGodotStatic",
        "SimpleExtension",
        "ManualExtension",
        "SwiftGodotTestability",
        "SwiftGodotMacroLibrary"
      ],
      "sources" : [
        "CodePrinter.swift",
        "InitSwiftExtensionMacro.swift",
        "MacroCallable.swift",
        "MacroExport.swift",
        "MacroExportGroup.swift",
        "MacroExportSubgroup.swift",
        "MacroGodot.swift",
        "MacroSharedApi.swift",
        "NativeHandleDiscardingMacro.swift",
        "PickerNameProviderMacro.swift",
        "SceneTreeMacro.swift",
        "SignalAttachmentMacro.swift",
        "SignalMacro.swift",
        "SwiftSyntaxExtensions.swift",
        "TextureLiteralMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftGodotEngineTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodotEngineTests",
      "path" : "Tests/SwiftGodotEngineTests",
      "sources" : [
        "Math.swift",
        "Math/AABBTests.swift",
        "Math/AStarTests.swift",
        "Math/BasisTests.swift",
        "Math/ColorTests.swift",
        "Math/Geometry2DTests.swift",
        "Math/Geometry3DTests.swift",
        "Math/PlaneTests.swift",
        "Math/QuaternionTests.swift",
        "Math/Rect2Tests.swift",
        "Math/Rect2iTests.swift",
        "Math/Transform2DTests.swift",
        "Math/Transform3DTests.swift",
        "Math/Vector2Tests.swift",
        "Math/Vector2iTests.swift",
        "Math/Vector3Tests.swift",
        "Math/Vector3iTests.swift",
        "Math/Vector4Tests.swift",
        "Math/Vector4iTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGodotTestability"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGodot",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGodot",
      "path" : "Sources/SwiftGodot",
      "product_memberships" : [
        "SwiftGodot",
        "SwiftGodotStatic",
        "SimpleExtension",
        "ManualExtension",
        "SwiftGodotTestability"
      ],
      "sources" : [
        "Core/Arguments.swift",
        "Core/BuiltinConvertible.swift",
        "Core/ClassServices.swift",
        "Core/FastFunctionBridging.swift",
        "Core/FastStringName.swift",
        "Core/InspectableProperty.swift",
        "Core/NIOLock.swift",
        "Core/ObjectCollection.swift",
        "Core/ObjectExtensions.swift",
        "Core/Packed.swift",
        "Core/SignalProxy.swift",
        "Core/SignalRegistration.swift",
        "Core/SignalWithArguments.swift",
        "Core/StringExtensions.swift",
        "Core/TypedArray.swift",
        "Core/TypedDictionary.swift",
        "Core/VariantCollection.swift",
        "Core/VariantConvertible.swift",
        "Core/Various.swift",
        "Core/Wrapped.swift",
        "EntryPoint.swift",
        "Export.swift",
        "Extensions/Arithmetic.swift",
        "Extensions/CallableExtensions.swift",
        "Extensions/ClassInfoExtensions.swift",
        "Extensions/ColorExtensions.swift",
        "Extensions/Compat.swift",
        "Extensions/GDUtilityFunctions.swift",
        "Extensions/NodeExtensions.swift",
        "Extensions/PhysicsDirectSpaceState2D+IntersectRayResult.swift",
        "Extensions/PhysicsDirectSpaceState3D+IntersectRayResult.swift",
        "Extensions/RefCountedExtensions.swift",
        "Extensions/VariantArrayExtensions.swift",
        "Extensions/VariantDictionaryExtensions.swift",
        "FastVariant.swift",
        "GodotInterface.swift",
        "MacroDefs.swift",
        "MacroIntegration/MacroCallableWrapResult.swift",
        "MacroIntegration/MacroExportInvokeGetter.swift",
        "MacroIntegration/MacroExportInvokeSetter.swift",
        "MacroIntegration/MacroGodotArgumentPropInfo.swift",
        "MacroIntegration/MacroGodotPropertyPropInfo.swift",
        "MacroIntegration/MacroGodotReturnValuePropInfo.swift",
        "Native/LinearInterpolation.swift",
        "Native/RotationConversion.swift",
        "Native/Snapped.swift",
        "SwiftGodot.swift",
        "Variant.swift"
      ],
      "target_dependencies" : [
        "GDExtension",
        "CodeGeneratorPlugin",
        "SwiftGodotMacroLibrary"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SimpleExtension",
      "module_type" : "SwiftTarget",
      "name" : "SimpleExtension",
      "path" : "Sources/SimpleExtension",
      "product_memberships" : [
        "SimpleExtension"
      ],
      "sources" : [
        "SimpleExtension.swift"
      ],
      "target_dependencies" : [
        "SwiftGodot",
        "EntryPointGeneratorPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManualExtension",
      "module_type" : "SwiftTarget",
      "name" : "ManualExtension",
      "path" : "Sources/ManualExtension",
      "product_memberships" : [
        "ManualExtension"
      ],
      "sources" : [
        "ManualExtension.swift"
      ],
      "target_dependencies" : [
        "SwiftGodot"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Generator",
      "module_type" : "SwiftTarget",
      "name" : "Generator",
      "path" : "Generator",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SwiftGodot",
        "SwiftGodotStatic",
        "CodeGeneratorPlugin",
        "SimpleExtension",
        "ManualExtension",
        "SwiftGodotTestability",
        "Generator"
      ],
      "sources" : [
        "Generator/Arguments.swift",
        "Generator/BuiltinGen.swift",
        "Generator/ClassGen.swift",
        "Generator/Data.swift",
        "Generator/DocModel.swift",
        "Generator/Enums.swift",
        "Generator/MethodGen.swift",
        "Generator/NativeStructures.swift",
        "Generator/Printer.swift",
        "Generator/StringOperations.swift",
        "Generator/TypeHelpers.swift",
        "Generator/UnsafePointerHelpers.swift",
        "Generator/UtilityGen.swift",
        "Generator/main.swift"
      ],
      "target_dependencies" : [
        "ExtensionApi"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GDExtension",
      "module_type" : "ClangTarget",
      "name" : "GDExtension",
      "path" : "Sources/GDExtension",
      "product_memberships" : [
        "SwiftGodot",
        "SwiftGodotStatic",
        "SimpleExtension",
        "ManualExtension",
        "SwiftGodotTestability"
      ],
      "sources" : [
        "GDExtensionSupport.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExtensionApiJson",
      "module_type" : "SwiftTarget",
      "name" : "ExtensionApiJson",
      "path" : "Sources/ExtensionApi",
      "product_memberships" : [
        "ExtensionApi"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ExtensionApi/extension_api.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ExtensionApiJson.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExtensionApi",
      "module_type" : "SwiftTarget",
      "name" : "ExtensionApi",
      "path" : "Sources/ExtensionApi",
      "product_memberships" : [
        "SwiftGodot",
        "SwiftGodotStatic",
        "ExtensionApi",
        "CodeGeneratorPlugin",
        "SimpleExtension",
        "ManualExtension",
        "SwiftGodotTestability",
        "Generator"
      ],
      "sources" : [
        "ApiJsonModel+Extra.swift",
        "ApiJsonModel.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EntryPointGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "EntryPointGeneratorPlugin",
      "path" : "Plugins/EntryPointGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "EntryPointGeneratorPlugin",
        "SimpleExtension"
      ],
      "sources" : [
        "EntryPointGeneratorPlugin.swift"
      ],
      "target_dependencies" : [
        "EntryPointGenerator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "EntryPointGenerator",
      "module_type" : "SwiftTarget",
      "name" : "EntryPointGenerator",
      "path" : "Sources/EntryPointGenerator",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "EntryPointGeneratorPlugin",
        "SimpleExtension",
        "EntryPointGenerator"
      ],
      "sources" : [
        "EntryPointGenerator.swift",
        "GodotMacroSearchingVisitor.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CodeGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "CodeGeneratorPlugin",
      "path" : "Plugins/CodeGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftGodot",
        "SwiftGodotStatic",
        "CodeGeneratorPlugin",
        "SimpleExtension",
        "ManualExtension",
        "SwiftGodotTestability"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "Generator"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Done.