The Swift Package Index logo.Swift Package Index

Build Information

Successful build of pyTanks.SwiftPlayer, reference master (ad053c), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 06:22:57 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/matthewseaman/pytanks.swiftplayer.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/matthewseaman/pytanks.swiftplayer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ad053cd Update README for 2.0
Cloned https://github.com/matthewseaman/pytanks.swiftplayer.git
Revision (git rev-parse @):
ad053cd3ac03c619c6f59ecdf3b5181341a5fbe4
SUCCESS checkout https://github.com/matthewseaman/pytanks.swiftplayer.git at master
Fetching https://github.com/daltoniam/Starscream.git
[1/5108] Fetching starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (1.43s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.0.6 (2.12s)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.0.6
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "pytanks.swiftplayer",
      "name": "pyTanks.SwiftPlayer",
      "url": "https://github.com/matthewseaman/pytanks.swiftplayer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/pytanks.swiftplayer",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "starscream",
          "name": "Starscream",
          "url": "https://github.com/daltoniam/Starscream.git",
          "version": "3.1.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Starscream",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/matthewseaman/pytanks.swiftplayer.git
[1/568] Fetching pytanks.swiftplayer
Fetched https://github.com/matthewseaman/pytanks.swiftplayer.git from cache (0.91s)
Fetching https://github.com/daltoniam/Starscream.git from cache
Fetched https://github.com/daltoniam/Starscream.git from cache (0.68s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (1.36s)
Creating working copy for https://github.com/matthewseaman/pytanks.swiftplayer.git
Working copy of https://github.com/matthewseaman/pytanks.swiftplayer.git resolved at master (ad053cd)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.1.2
Found 1 product dependencies
  - Starscream
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/matthewseaman/pytanks.swiftplayer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[2/12] Write pyTanks-entitlement.plist
[6/12] Write sources
[8/12] Write swift-version--6988338F2F200930.txt
[10/26] Compiling PlayerSupport Player.swift
[11/26] Compiling PlayerSupport Log.swift
[12/26] Compiling Utils CommandLineArgumentParser.swift
[13/26] Compiling Utils Operators.swift
[14/26] Emitting module Utils
[15/26] Compiling PlayerSupport GameConfiguration.swift
[16/26] Compiling PlayerSupport Command.swift
[17/26] Emitting module PlayerSupport
[18/26] Compiling PlayerSupport GameState.swift
[19/28] Compiling Starscream WebSocket.swift
[20/28] Compiling Starscream SSLSecurity.swift
[21/28] Compiling Starscream SSLClientCertificate.swift
[22/28] Emitting module Starscream
[23/28] Compiling Starscream Compression.swift
[24/35] Compiling SimplePlayer SimplePlayer.swift
[25/35] Emitting module SimplePlayer
[26/35] Compiling Client GameState+JSON.swift
[27/35] Compiling Client GameClient.swift
[28/35] Compiling Client Command+JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/Client/Command+JSON.swift:13:1: warning: extension declares a conformance of imported type 'Command' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'PlayerSupport' introduce this conformance in the future
11 |
12 |
13 | extension Command: Encodable {
   | |- warning: extension declares a conformance of imported type 'Command' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'PlayerSupport' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
14 |
15 |     public func encode(to encoder: Encoder) throws {
[29/35] Compiling Client ClientConfiguration.swift
[30/35] Compiling Client ClientConfig+parse.swift
[31/35] Emitting module Client
/Users/admin/builder/spi-builder-workspace/Sources/Client/Command+JSON.swift:13:1: warning: extension declares a conformance of imported type 'Command' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'PlayerSupport' introduce this conformance in the future
11 |
12 |
13 | extension Command: Encodable {
   | |- warning: extension declares a conformance of imported type 'Command' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'PlayerSupport' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
14 |
15 |     public func encode(to encoder: Encoder) throws {
[32/35] Compiling Client GameLoop.swift
[33/37] Emitting module ClientControl
[34/37] Compiling ClientControl Game.swift
[35/39] Compiling pyTanks main.swift
[36/39] Emitting module pyTanks
[36/39] Write Objects.LinkFileList
[37/39] Linking pyTanks
[38/39] Applying pyTanks
Build complete! (6.70s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    }
  ],
  "manifest_display_name" : "pyTanks.SwiftPlayer",
  "name" : "pyTanks.SwiftPlayer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "pyTanks",
      "targets" : [
        "pyTanks"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PlayerSupport",
      "targets" : [
        "PlayerSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ClientControl",
      "targets" : [
        "ClientControl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "pyTanks",
      "module_type" : "SwiftTarget",
      "name" : "pyTanks",
      "path" : "Sources/pyTanks",
      "product_memberships" : [
        "pyTanks"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ClientControl",
        "SimplePlayer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Utils",
      "module_type" : "SwiftTarget",
      "name" : "Utils",
      "path" : "Sources/Utils",
      "product_memberships" : [
        "pyTanks",
        "ClientControl"
      ],
      "sources" : [
        "CommandLineArgumentParser.swift",
        "Operators.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SimplePlayer",
      "module_type" : "SwiftTarget",
      "name" : "SimplePlayer",
      "path" : "Sources/SimplePlayer",
      "product_memberships" : [
        "pyTanks"
      ],
      "sources" : [
        "SimplePlayer.swift"
      ],
      "target_dependencies" : [
        "PlayerSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PlayerSupport",
      "module_type" : "SwiftTarget",
      "name" : "PlayerSupport",
      "path" : "Sources/PlayerSupport",
      "product_memberships" : [
        "pyTanks",
        "PlayerSupport",
        "ClientControl"
      ],
      "sources" : [
        "Command.swift",
        "GameConfiguration.swift",
        "GameState.swift",
        "Log.swift",
        "Player.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClientControl",
      "module_type" : "SwiftTarget",
      "name" : "ClientControl",
      "path" : "Sources/ClientControl",
      "product_memberships" : [
        "pyTanks",
        "ClientControl"
      ],
      "sources" : [
        "Game.swift"
      ],
      "target_dependencies" : [
        "Client",
        "PlayerSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Client",
      "module_type" : "SwiftTarget",
      "name" : "Client",
      "path" : "Sources/Client",
      "product_dependencies" : [
        "Starscream"
      ],
      "product_memberships" : [
        "pyTanks",
        "ClientControl"
      ],
      "sources" : [
        "ClientConfig+parse.swift",
        "ClientConfiguration.swift",
        "Command+JSON.swift",
        "GameClient.swift",
        "GameLoop.swift",
        "GameState+JSON.swift"
      ],
      "target_dependencies" : [
        "PlayerSupport",
        "Utils"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.