The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftGodotBuilder, reference v1.3.4 (3a56da), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 22:47:59 UTC.

Build Command

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

Build Log

 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1326/1476] Compiling SwiftGodotBuilder ActorDefenseState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1327/1476] Compiling SwiftGodotBuilder ActorDialogState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1328/1476] Compiling SwiftGodotBuilder ActorSelectionState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1329/1476] Compiling SwiftGodotBuilder ActorState+Actions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1330/1476] Compiling SwiftGodotBuilder ActorState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1331/1476] Compiling SwiftGodotBuilder ActorTargetingState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1332/1476] Compiling SwiftGodotBuilder ActorWeaponState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1333/1476] Compiling SwiftGodotBuilder Actor+Modifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1334/1476] Compiling SwiftGodotBuilder Actor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1335/1476] Compiling SwiftGodotBuilder ActorProjectile.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/Actor.swift:51:5: error: ambiguous use of 'init'
 49 |
 50 |   public var body: some GView {
 51 |     CharacterBody2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 52 |       // Collision shape (terrain collision)
 53 |       if let builder = collisionBuilder {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/Views/ActorProjectile.swift:53:5: error: ambiguous use of 'init'
 51 |
 52 |   public var body: some GView {
 53 |     Area2D$ {
    |     |- error: ambiguous use of 'init'
    |     |- note: use an explicit argument label instead of a trailing closure to call 'init(_:_:make:)'
    |     `- note: avoid using a trailing closure to call 'init(_:_:)'
 54 |       // Sprite or colored box
 55 |       if let asset = config.spriteAsset, let animation = config.spriteAnimation {
[1336/1493] Compiling SwiftGodotBuilder GNode+ProcessRelay.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1337/1493] Compiling SwiftGodotBuilder GNode+Res.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1338/1493] Compiling SwiftGodotBuilder GNode+Signals.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1339/1493] Compiling SwiftGodotBuilder GNode+Tween.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1340/1493] Compiling SwiftGodotBuilder GNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1341/1493] Compiling SwiftGodotBuilder GProcessRelay.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1342/1493] Compiling SwiftGodotBuilder GView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1343/1493] Compiling SwiftGodotBuilder GConditional.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1344/1493] Compiling SwiftGodotBuilder GForEach.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1345/1493] Compiling SwiftGodotBuilder GNode+Bindings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1346/1493] Compiling SwiftGodotBuilder GNode+State.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1347/1493] Compiling SwiftGodotBuilder GState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1348/1493] Compiling SwiftGodotBuilder GSwitch.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1349/1493] Compiling SwiftGodotBuilder Persistable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1350/1493] Compiling SwiftGodotBuilder AudioManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1351/1493] Compiling SwiftGodotBuilder ColorBox.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1352/1493] Compiling SwiftGodotBuilder AnimationContainers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1353/1493] Compiling SwiftGodotBuilder InteractionContainers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/ColorBox.swift:56:9: warning: variable 'points' was never mutated; consider changing to 'let' constant
54 |
55 |   private func updatePolygon() {
56 |     var points = PackedVector2Array()
   |         `- warning: variable 'points' was never mutated; consider changing to 'let' constant
57 |     points.append(Vector2(x: 0, y: 0))           // Top-left
58 |     points.append(Vector2(x: size.x, y: 0))      // Top-right
[1354/1493] Compiling SwiftGodotBuilder LayoutContainers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1355/1493] Compiling SwiftGodotBuilder FloatingTextSpawner.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1356/1493] Compiling SwiftGodotBuilder NodeSpawner.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1357/1493] Compiling SwiftGodotBuilder Palette.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1358/1493] Compiling SwiftGodotBuilder SceneRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1359/1493] Compiling SwiftGodotBuilder TransitionManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1360/1493] Compiling SwiftGodotBuilder TransitionOverlays.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1361/1493] Compiling SwiftGodotBuilder TransitionState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1362/1493] Compiling SwiftGodotBuilder TransitionTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1363/1493] Compiling SwiftGodotBuilder ColorPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1364/1493] Compiling SwiftGodotBuilder CreditsOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1365/1493] Compiling SwiftGodotBuilder Dialog.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1366/1493] Compiling SwiftGodotBuilder DialogBox.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1367/1493] Compiling SwiftGodotBuilder DialogManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1368/1493] Compiling SwiftGodotBuilder ItemList.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1369/1493] Compiling SwiftGodotBuilder Menu.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1370/1493] Compiling SwiftGodotBuilder MenuBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Components/UI/ItemList.swift:50:14: warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 48 |
 49 |     public func addTo(_ list: ItemList) {
 50 |         list.addIconItem(icon: icon, selectable: selectable)
    |              `- warning: result of call to 'addIconItem(icon:selectable:)' is unused [#no-usage]
 51 |     }
 52 | }
[1371/1493] Compiling SwiftGodotBuilder Parser.XML.Scanner.swift
[1372/1493] Compiling SwiftGodotBuilder Parser.XML.StyleSheet.swift
[1373/1493] Compiling SwiftGodotBuilder Parser.XML.Text.swift
[1374/1493] Compiling SwiftGodotBuilder Parser.XML.Transform.swift
[1375/1493] Compiling SwiftGodotBuilder Parser.XML.Use.swift
[1376/1493] Compiling SwiftGodotBuilder Parser.XML.swift
[1377/1493] Compiling SwiftGodotBuilder TextOutputStream+StandardError.swift
[1378/1493] Compiling SwiftGodotBuilder URL+Data.swift
[1379/1493] Compiling SwiftGodotBuilder URL+Fragment.swift
[1380/1493] Compiling SwiftGodotBuilder XML.Element.swift
[1381/1493] Compiling SwiftGodotBuilder XML.SAXParser.swift
[1382/1493] Compiling SwiftGodotBuilder MsgLog.swift
[1383/1493] Compiling SwiftGodotBuilder OnSignalMacro.swift
[1384/1493] Compiling SwiftGodotBuilder ParticleConfig.swift
[1385/1493] Compiling SwiftGodotBuilder ActorPool.swift
[1386/1493] Compiling SwiftGodotBuilder AreaPool.swift
[1387/1493] Compiling SwiftGodotBuilder ObjectPool.swift
[1388/1493] Compiling SwiftGodotBuilder SwiftGodot+Node.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1389/1493] Compiling SwiftGodotBuilder SwiftGodot+Physics.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1390/1493] Compiling SwiftGodotBuilder SwiftGodot+Shapes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1391/1493] Compiling SwiftGodotBuilder SwiftGodot+Sprite.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1392/1493] Compiling SwiftGodotBuilder SwiftGodot+Theme.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1393/1493] Compiling SwiftGodotBuilder SwiftGodot+Vector2.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1394/1493] Compiling SwiftGodotBuilder LDEntityBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1395/1493] Compiling SwiftGodotBuilder LDEntityMapping.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1396/1493] Compiling SwiftGodotBuilder LDLevelBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1397/1493] Compiling SwiftGodotBuilder LDTileMapBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1398/1493] Compiling SwiftGodotBuilder LDTileSetBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1399/1493] Compiling SwiftGodotBuilder LDBreakableTerrainView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1400/1493] Compiling SwiftGodotBuilder LDIntGridZonesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1401/1493] Compiling SwiftGodotBuilder LDLevelView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1402/1493] Compiling SwiftGodotBuilder LDTileFieldView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1403/1493] Compiling SwiftGodotBuilder LDDefinitions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1404/1493] Compiling SwiftGodotBuilder LDEntity.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:246:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
244 |
245 |     // Add the atlas source to the tileset FIRST (before setting collision data)
246 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
247 |
248 |     // Now set collision polygon (full square)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:415:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
413 |     atlasSource.createTile(atlasCoords: atlasCoords)
414 |
415 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
416 |
417 |     // Set collision polygon on physics layer 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileMapBuilder.swift:537:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
535 |
536 |     // Add the atlas source to the tileset FIRST
537 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: 0)
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
538 |
539 |     // Now set collision data for each tile
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/Builder/LDTileSetBuilder.swift:52:13: warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 50 |     // Add the atlas source to the tileset
 51 |     // Use the tileset UID as the source ID
 52 |     tileSet.addSource(atlasSource, atlasSourceIdOverride: Int32(tilesetDef.uid))
    |             `- warning: result of call to 'addSource(_:atlasSourceIdOverride:)' is unused [#no-usage]
 53 |
 54 |     // Cache it
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:154:21: error: ambiguous use of operator '/'
152 |   /// Center position of the zone.
153 |   public var center: Vector2 {
154 |     position + size / 2
    |                     `- error: ambiguous use of operator '/'
155 |   }
156 | }
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/LDtk/LDIntGridZonesView.swift:171:29: error: ambiguous use of operator '/'
169 |       CollisionShape2D$()
170 |         .shape(RectangleShape2D(size: zone.size))
171 |         .position(zone.size / 2)
    |                             `- error: ambiguous use of operator '/'
172 |     }
173 |     .position(zone.position)
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1405/1493] Compiling SwiftGodotBuilder OptionButton.swift
[1406/1493] Compiling SwiftGodotBuilder RichTextLabel.swift
[1407/1493] Compiling SwiftGodotBuilder SplashOverlay.swift
[1408/1493] Compiling SwiftGodotBuilder TabContainer.swift
[1409/1493] Compiling SwiftGodotBuilder Tree.swift
[1410/1493] Compiling SwiftGodotBuilder UIButtons.swift
[1411/1493] Compiling SwiftGodotBuilder UIComponents.swift
[1412/1493] Compiling SwiftGodotBuilder UserSettings.swift
[1413/1493] Compiling SwiftGodotBuilder DialogBus.swift
[1414/1493] Compiling SwiftGodotBuilder DialogDSL.swift
[1415/1493] Compiling SwiftGodotBuilder DialogManagerEvent.swift
[1416/1493] Compiling SwiftGodotBuilder DialogRunner.swift
[1417/1493] Compiling SwiftGodotBuilder DialogState.swift
[1418/1493] Compiling SwiftGodotBuilder EventBus.swift
[1419/1493] Compiling SwiftGodotBuilder DOM+Color.swift
[1420/1493] Compiling SwiftGodotBuilder SwiftGodot+Color.swift
[1421/1493] Compiling SwiftGodotBuilder SwiftGodot+Engine.swift
[1422/1493] Compiling SwiftGodotBuilder DOM.RadialGradient.swift
[1423/1493] Compiling SwiftGodotBuilder DOM.SVG+Parse.swift
[1424/1493] Compiling SwiftGodotBuilder DOM.SVG.swift
[1425/1493] Compiling SwiftGodotBuilder DOM.Switch.swift
[1426/1493] Compiling SwiftGodotBuilder DOM.Text.swift
[1427/1493] Compiling SwiftGodotBuilder DOM.Use.swift
[1428/1493] Compiling SwiftGodotBuilder DOM.swift
[1429/1493] Compiling SwiftGodotBuilder Parser.XML.Attributes.swift
[1430/1493] Compiling SwiftGodotBuilder Parser.XML.Color.swift
[1431/1493] Compiling SwiftGodotBuilder Parser.XML.Element.swift
[1432/1493] Compiling SwiftGodotBuilder Parser.XML.Filter.swift
[1433/1493] Compiling SwiftGodotBuilder Parser.XML.Image.swift
[1434/1493] Compiling SwiftGodotBuilder Parser.XML.LinearGradient.swift
[1435/1493] Compiling SwiftGodotBuilder Parser.XML.Path.swift
[1436/1493] Compiling SwiftGodotBuilder Parser.XML.Pattern.swift
[1437/1493] Compiling SwiftGodotBuilder Parser.XML.RadialGradient.swift
[1438/1493] Compiling SwiftGodotBuilder Parser.XML.SVG.swift
[1439/1493] Compiling SwiftGodotBuilder LDEnumBridge.swift
[1440/1493] Compiling SwiftGodotBuilder LDEnums.swift
[1441/1493] Compiling SwiftGodotBuilder LDField.swift
[1442/1493] Compiling SwiftGodotBuilder LDLayer.swift
[1443/1493] Compiling SwiftGodotBuilder LDLevel.swift
[1444/1493] Compiling SwiftGodotBuilder LDMacros.swift
[1445/1493] Compiling SwiftGodotBuilder LDProject.swift
[1446/1493] Compiling SwiftGodotBuilder LDTileset.swift
[1447/1493] Compiling SwiftGodotBuilder DOM+Extensions.swift
[1448/1493] Compiling SwiftGodotBuilder DOM.Color.swift
[1449/1493] Compiling SwiftGodotBuilder DOM.Element.swift
[1450/1493] Compiling SwiftGodotBuilder DOM.Filter.swift
[1451/1493] Compiling SwiftGodotBuilder DOM.Image.swift
[1452/1493] Compiling SwiftGodotBuilder DOM.LinearGradient.swift
[1453/1493] Compiling SwiftGodotBuilder DOM.Path.swift
[1454/1493] Compiling SwiftGodotBuilder DOM.Pattern.swift
[1455/1493] Compiling SwiftGodotBuilder DOM.PresentationAttributes.swift
[1456/1493] Emitting module SwiftGodotBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Actor/ActorBehaviors.swift:44:27: warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 42 |   public mutating func process(actor: ActorState, delta _: Double) {
 43 |     guard let physics = actor.physics, let node = actor.node else { return }
 44 |     guard let body = node as? CharacterBody2D else { return }
    |                           `- warning: conditional cast from 'CharacterBody2D' to 'CharacterBody2D' always succeeds
 45 |
 46 |     let pos = node.position.x
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
[1457/1493] Compiling SwiftGodotBuilder Pickup.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1458/1493] Compiling SwiftGodotBuilder WeaponConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1459/1493] Compiling SwiftGodotBuilder AseSprite.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1460/1493] Compiling SwiftGodotBuilder BfxrParams.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1461/1493] Compiling SwiftGodotBuilder BfxrSound+Modifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1462/1493] Compiling SwiftGodotBuilder BfxrSound.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1463/1493] Compiling SwiftGodotBuilder BfxrSynthesizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1464/1493] Compiling SwiftGodotBuilder NodeDebug.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1465/1493] Compiling SwiftGodotBuilder ProcessDebug.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1466/1493] Compiling SwiftGodotBuilder ReactiveDebug.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1467/1493] Compiling SwiftGodotBuilder GNode+SVGSprite.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1468/1493] Compiling SwiftGodotBuilder GEventRelay.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1469/1493] Compiling SwiftGodotBuilder GNode+AseSprite.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1470/1493] Compiling SwiftGodotBuilder GNode+CollisionObject2D.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1471/1493] Compiling SwiftGodotBuilder GNode+CollisionShape2D.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1472/1493] Compiling SwiftGodotBuilder GNode+Control.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1473/1493] Compiling SwiftGodotBuilder GNode+Events.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1474/1493] Compiling SwiftGodotBuilder GNode+Groups.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionObject2D.swift:32:21: warning: static property 'none' produces an empty option set
30 |   public init(rawValue: UInt32) { self.rawValue = rawValue }
31 |
32 |   public static let none = Physics2DLayer(rawValue: 0)
   |                     |- warning: static property 'none' produces an empty option set
   |                     `- note: use [] to silence this warning
33 |   public static let alpha = Physics2DLayer(rawValue: 1 << 0)
34 |   public static let beta = Physics2DLayer(rawValue: 1 << 1)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Builder/GNode/GNode+CollisionShape2D.swift:58:21: error: ambiguous use of operator '/'
 56 |
 57 |   private static func rectanglePoints(size: Vector2) -> [Vector2] {
 58 |     let half = size / 2
    |                     `- error: ambiguous use of operator '/'
 59 |     return [
 60 |       Vector2(x: -half.x, y: -half.y),
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1475/1493] Compiling SwiftGodotBuilder TypedParticlePool.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1476/1493] Compiling SwiftGodotBuilder PropertyWrappers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1477/1493] Compiling SwiftGodotBuilder Registration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1478/1493] Compiling SwiftGodotBuilder SVGSprite+Effects.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1479/1493] Compiling SwiftGodotBuilder SVGSprite.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1480/1493] Compiling SwiftGodotBuilder SelectionBox.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1481/1493] Compiling SwiftGodotBuilder SelectionEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1482/1493] Compiling SwiftGodotBuilder SpriteSheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1483/1493] Compiling SwiftGodotBuilder Store.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1484/1493] Compiling SwiftGodotBuilder StyleBox.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1485/1493] Compiling SwiftGodotBuilder SwiftGodot.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1486/1493] Compiling SwiftGodotBuilder Node+Tween.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1487/1493] Compiling SwiftGodotBuilder TweenHandle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1488/1493] Compiling SwiftGodotBuilder TweenProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1489/1493] Compiling SwiftGodotBuilder TweenSequenceBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1490/1493] Compiling SwiftGodotBuilder TweenableProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
[1491/1493] Compiling SwiftGodotBuilder GeneratedGNodeAliases.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SVGSprite.swift:197:11: warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 195 |       let stroke = strokeElements[index]
 196 |       // Strokes need to be closed - add first point at end if not already closed
 197 |       var strokePoints = vertices
     |           `- warning: variable 'strokePoints' was never mutated; consider changing to 'let' constant
 198 |       if strokePoints.size() > 0 && strokePoints[0] != strokePoints[Int(strokePoints.size()) - 1] {
 199 |         strokePoints.append(strokePoints[0])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/Selection/SelectionBox.swift:220:31: warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
218 |       .color(boxColor)
219 |       .onProcess { node, _ in
220 |         guard let rect = node as? ColorRect else { return }
    |                               `- warning: conditional cast from 'ColorRect' to 'ColorRect' always succeeds
221 |
222 |         let dragging = isDragging.wrappedValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftGodotBuilder/SpriteSheet.swift:67:36: error: ambiguous use of operator '/'
 65 |   var visualOffset: Vector2 {
 66 |     let b = visualBounds
 67 |     let tileCenter = Self.tileSize / 2
    |                                    `- error: ambiguous use of operator '/'
 68 |     let visualCenterX = Float(b.position.x) + Float(b.size.x) / 2
 69 |     let visualCenterY = Float(b.position.y) + Float(b.size.y) / 2
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/swiftgodot/SwiftGodot/destination/CodeGeneratorPlugin/GeneratedSources/generated-builtin/Vector2.swift:993:24: note: found this candidate in module 'SwiftGodot'
 991 |
 992 |     /// Divides each component of the ``Vector2`` by the given integer.
 993 |     public static func /(lhs: Vector2, rhs: Int64) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
 994 |         var result: Vector2 = Vector2()
 995 |         withUnsafePointer(to: lhs) { pArg0 in
     :
1018 |
1019 |     /// Divides each component of the ``Vector2`` by the given float.
1020 |     public static func /(lhs: Vector2, rhs: Double) -> Vector2  {
     |                        `- note: found this candidate in module 'SwiftGodot'
1021 |         var result: Vector2 = Vector2()
1022 |         withUnsafePointer(to: lhs) { pArg0 in
BUILD FAILURE 6.3 macosSpm