The Swift Package Index logo.Swift Package Index

Build Information

Successful build of pyTanks.SwiftPlayer, reference 2.0.0 (908e73), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 13:59:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/matthewseaman/pytanks.swiftplayer.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/matthewseaman/pytanks.swiftplayer
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 908e736 Merge pull request #9 from matthewseaman/fps-access
Cloned https://github.com/matthewseaman/pytanks.swiftplayer.git
Revision (git rev-parse @):
908e736375545bc89c14256968236a500f00b06a
SUCCESS checkout https://github.com/matthewseaman/pytanks.swiftplayer.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/matthewseaman/pytanks.swiftplayer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[3/12] Write pyTanks-entitlement.plist
[6/12] Write sources
[8/12] Write swift-version-1EA4D86E10B52AF.txt
[10/26] Compiling PlayerSupport Player.swift
[11/26] Compiling PlayerSupport Log.swift
[12/26] Emitting module Starscream
[13/26] Compiling Starscream Compression.swift
[14/26] Compiling Utils CommandLineArgumentParser.swift
[15/26] Compiling Utils Operators.swift
[16/26] Emitting module Utils
[17/26] Compiling PlayerSupport GameConfiguration.swift
[18/26] Emitting module PlayerSupport
[19/26] Compiling PlayerSupport Command.swift
[20/26] Compiling PlayerSupport GameState.swift
[21/28] Compiling Starscream SSLSecurity.swift
[22/28] Compiling Starscream WebSocket.swift
[23/28] Compiling Starscream SSLClientCertificate.swift
[24/28] Emitting module SimplePlayer
[25/28] Compiling SimplePlayer SimplePlayer.swift
[26/35] Compiling Client GameClient.swift
[27/35] Compiling Client GameState+JSON.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] 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 {
[30/35] Compiling Client GameLoop.swift
[31/35] Compiling Client ClientConfig+parse.swift
[32/35] Compiling Client ClientConfiguration.swift
[33/37] Compiling ClientControl Game.swift
[34/37] Emitting module ClientControl
[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! (7.42s)
Fetching https://github.com/daltoniam/Starscream.git
[1/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (1.12s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (1.67s)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.1.2
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.