Build Information
Successful build of pyTanks.SwiftPlayer, reference master (ad053c), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 13:59:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
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
[7/12] Write pyTanks-entitlement.plist
[8/12] Write swift-version-1EA4D86E10B52AF.txt
[10/26] Compiling PlayerSupport Player.swift
[11/26] Compiling Starscream SSLClientCertificate.swift
[12/26] Compiling Starscream Compression.swift
[13/26] Compiling Utils Operators.swift
[14/26] Compiling Utils CommandLineArgumentParser.swift
[15/26] Emitting module Utils
[16/26] Compiling PlayerSupport Log.swift
[17/26] Emitting module PlayerSupport
[18/26] Compiling PlayerSupport GameConfiguration.swift
[19/26] Compiling PlayerSupport Command.swift
[20/26] Compiling PlayerSupport GameState.swift
[21/28] Emitting module Starscream
[22/28] Compiling Starscream SSLSecurity.swift
[23/28] Compiling Starscream WebSocket.swift
[24/28] Emitting module SimplePlayer
[25/28] Compiling SimplePlayer SimplePlayer.swift
[26/35] Compiling Client GameState+JSON.swift
[27/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 {
[28/35] Compiling Client ClientConfiguration.swift
[29/35] Compiling Client ClientConfig+parse.swift
[30/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 {
[31/35] Compiling Client GameClient.swift
[32/35] Compiling Client GameLoop.swift
[33/37] Compiling ClientControl Game.swift
[34/37] Emitting module ClientControl
[35/39] Emitting module pyTanks
[36/39] Compiling pyTanks main.swift
[36/39] Write Objects.LinkFileList
[37/39] Linking pyTanks
[38/39] Applying pyTanks
Build complete! (7.51s)
Fetching https://github.com/daltoniam/Starscream.git
[1/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (1.23s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (1.73s)
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.