Build Information
Successful build of steamworks-swift, reference main (134e1d
), with Swift 6.1 for Linux on 3 May 2025 19:23:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/steamworks-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/johnfairh/steamworks-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 134e1d8 Version 1.2.0
Submodule path 'sdk': checked out '4187957e10434cec6ce93af4d04763ec7e458fdd'
Submodule 'sdk' (https://github.com/johnfairh/steamworks-swift-sdk) registered for path 'sdk'
Cloning into '/host/spi-builder-workspace/sdk'...
Cloned https://github.com/johnfairh/steamworks-swift.git
Revision (git rev-parse @):
134e1d8475e516ab51c63c429bada112697ac07f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/johnfairh/steamworks-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/johnfairh/steamworks-swift.git
https://github.com/johnfairh/steamworks-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++11",
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.5",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-atomics",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "steamworks-swift",
"name" : "steamworks-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Steamworks",
"targets" : [
"Steamworks"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SteamworksEncryptedAppTicket",
"targets" : [
"SteamworksEncryptedAppTicket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SteamworksHelpers",
"targets" : [
"SteamworksHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Client",
"targets" : [
"Client"
],
"type" : {
"executable" : null
}
},
{
"name" : "TicketClient",
"targets" : [
"TicketClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "Generate",
"targets" : [
"Generate"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TicketClient",
"module_type" : "SwiftTarget",
"name" : "TicketClient",
"path" : "Sources/TicketClient",
"product_memberships" : [
"TicketClient"
],
"sources" : [
"TicketClient.swift"
],
"target_dependencies" : [
"SteamworksEncryptedAppTicket",
"SteamworksHelpers"
],
"type" : "executable"
},
{
"c99name" : "SteamworksTests",
"module_type" : "SwiftTarget",
"name" : "SteamworksTests",
"path" : "Tests/SteamworksTests",
"sources" : [
"TestApiInput.swift",
"TestApiMatchmaking.swift",
"TestApiNetworking.swift",
"TestApiServer.swift",
"TestApiSimple.swift",
"TestCallbackImpl.swift",
"TestExecutor.swift",
"TestGenNames.swift",
"TestGenTypes.swift",
"TestGenVersion.swift",
"TestHtmlSurface.swift",
"TestSteamID.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"Steamworks",
"SteamworksHelpers",
"SteamworksConcurrency",
"LibGenerate"
],
"type" : "test"
},
{
"c99name" : "SteamworksHelpers",
"module_type" : "SwiftTarget",
"name" : "SteamworksHelpers",
"path" : "Sources/SteamworksHelpers",
"product_memberships" : [
"SteamworksHelpers",
"Client",
"TicketClient"
],
"sources" : [
"SteamFriends+Helpers.swift",
"SteamHTTP+Helpers.swift",
"SteamInventory+Helpers.swift",
"SteamMatchmaking+Helpers.swift",
"SteamNetworkingSockets+Helpers.swift",
"SteamNetworkingUtils+Helpers.swift",
"SteamParties+Helpers.swift",
"SteamRemotePlay+Helpers.swift",
"SteamUGC+Helpers.swift",
"SteamUser+Helpers.swift",
"SteamUtils+Helpers.swift"
],
"target_dependencies" : [
"Steamworks"
],
"type" : "library"
},
{
"c99name" : "SteamworksEncryptedAppTicket",
"module_type" : "SwiftTarget",
"name" : "SteamworksEncryptedAppTicket",
"path" : "Sources/SteamworksEncryptedAppTicket",
"product_memberships" : [
"SteamworksEncryptedAppTicket",
"TicketClient"
],
"sources" : [
"SteamEncryptedAppTicket.swift"
],
"target_dependencies" : [
"Steamworks",
"CSteamworksEncryptedAppTicket"
],
"type" : "library"
},
{
"c99name" : "SteamworksConcurrency",
"module_type" : "SwiftTarget",
"name" : "SteamworksConcurrency",
"path" : "Sources/SteamworksConcurrency",
"product_dependencies" : [
"Atomics"
],
"sources" : [
"SteamExecutor.swift"
],
"target_dependencies" : [
"Steamworks"
],
"type" : "library"
},
{
"c99name" : "Steamworks",
"module_type" : "SwiftTarget",
"name" : "Steamworks",
"path" : "Sources/Steamworks",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Steamworks",
"SteamworksEncryptedAppTicket",
"SteamworksHelpers",
"Client",
"TicketClient"
],
"sources" : [
"GameID.swift",
"Generated/Constants.swift",
"Generated/Enums.swift",
"Generated/SteamApps.swift",
"Generated/SteamBaseAPI+Callbacks.swift",
"Generated/SteamBaseAPI+Version.swift",
"Generated/SteamFriends.swift",
"Generated/SteamGameSearch.swift",
"Generated/SteamGameServer.swift",
"Generated/SteamGameServerStats.swift",
"Generated/SteamHTMLSurface.swift",
"Generated/SteamHTTP.swift",
"Generated/SteamInput.swift",
"Generated/SteamInventory.swift",
"Generated/SteamMatchmaking.swift",
"Generated/SteamMatchmakingServers.swift",
"Generated/SteamMusic.swift",
"Generated/SteamMusicRemote.swift",
"Generated/SteamNetworkingFakeUDPPort.swift",
"Generated/SteamNetworkingMessages.swift",
"Generated/SteamNetworkingSockets.swift",
"Generated/SteamNetworkingUtils.swift",
"Generated/SteamParentalSettings.swift",
"Generated/SteamParties.swift",
"Generated/SteamRemotePlay.swift",
"Generated/SteamRemoteStorage.swift",
"Generated/SteamScreenshots.swift",
"Generated/SteamTimeline.swift",
"Generated/SteamUGC.swift",
"Generated/SteamUser.swift",
"Generated/SteamUserStats.swift",
"Generated/SteamUtils.swift",
"Generated/SteamVideo.swift",
"Generated/Structs.swift",
"Generated/Typedefs.swift",
"Lock.swift",
"ManualInterfaces.swift",
"ManualTypes.swift",
"SteamAPI.swift",
"SteamBaseAPI.swift",
"SteamGameServerAPI.swift",
"SteamID.swift",
"SteamMatchmakingServers+Manual.swift",
"TypeUtils.swift"
],
"target_dependencies" : [
"CSteamworks"
],
"type" : "library"
},
{
"c99name" : "LibGenerate",
"module_type" : "SwiftTarget",
"name" : "LibGenerate",
"path" : "Sources/LibGenerate",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"Generate"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/LibGenerate/Resources/EXPECTED_SDK",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/LibGenerate/Resources/steam_api_extra.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/LibGenerate/Resources/steam_api_patch.yaml",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Callbacks.swift",
"Constants.swift",
"DocStructure.swift",
"Enums.swift",
"Errors.swift",
"Generated.swift",
"Generator.swift",
"IO.swift",
"Interfaces.swift",
"Metadata.swift",
"Regexp.swift",
"SteamNames.swift",
"SteamSwiftTypes.swift",
"String+Utils.swift",
"Structs.swift",
"Typedefs.swift",
"Version.swift"
],
"type" : "library"
},
{
"c99name" : "Generate",
"module_type" : "SwiftTarget",
"name" : "Generate",
"path" : "Sources/Generate",
"product_memberships" : [
"Generate"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LibGenerate"
],
"type" : "executable"
},
{
"c99name" : "Client",
"module_type" : "SwiftTarget",
"name" : "Client",
"path" : "Sources/Client",
"product_memberships" : [
"Client"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"Steamworks",
"SteamworksHelpers"
],
"type" : "executable"
},
{
"c99name" : "CSteamworksEncryptedAppTicket",
"module_type" : "SystemLibraryTarget",
"name" : "CSteamworksEncryptedAppTicket",
"path" : "Sources/CSteamworksEncryptedAppTicket",
"product_memberships" : [
"SteamworksEncryptedAppTicket",
"TicketClient"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "CSteamworks",
"module_type" : "SystemLibraryTarget",
"name" : "CSteamworks",
"path" : "Sources/CSteamworks",
"product_memberships" : [
"Steamworks",
"SteamworksEncryptedAppTicket",
"SteamworksHelpers",
"Client",
"TicketClient"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[227/5885] Fetching swift-docc-plugin, swift-log
[4985/16334] Fetching swift-docc-plugin, swift-log, yams
Fetched https://github.com/apple/swift-log.git from cache (1.23s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Fetched https://github.com/jpsim/Yams.git from cache (1.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.20s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.02s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at main (d61ca10)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: couldn't find pc file for steamworks-swift
warning: couldn't find pc file for steamworks-swift
warning: couldn't find pc file for steamworks-swift
warning: couldn't find pc file for steamworks-swift
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/37] Write sources
[2/37] Copying EXPECTED_SDK
[2/37] Copying steam_api_extra.json
[2/37] Write sources
[2/37] Copying steam_api_patch.yaml
[8/37] Write sources
[15/37] Compiling writer.c
[16/37] Compiling reader.c
[17/37] Compiling api.c
[18/37] Compiling parser.c
[19/37] Compiling emitter.c
[20/37] Write swift-version-24593BA9C3E375BF.txt
[21/37] Compiling scanner.c
[23/61] Compiling Yams Tag.swift
[24/61] Compiling Yams YamlAnchorProviding.swift
[25/63] Emitting module Yams
[26/63] Compiling Logging MetadataProvider.swift
[27/63] Compiling Logging LogHandler.swift
[28/63] Compiling Logging Locks.swift
[29/63] Emitting module Logging
[30/63] Compiling Logging Logging.swift
[31/64] Compiling Yams Resolver.swift
[32/64] Compiling Yams String+Yams.swift
[34/64] Compiling Yams YamlError.swift
[35/64] Compiling Yams YamlTagProviding.swift
[36/64] Compiling Yams RedundancyAliasingStrategy.swift
[37/64] Compiling Yams Representer.swift
[37/64] Wrapping AST for Logging for debugging
[39/74] Compiling Steamworks SteamApps.swift
[40/74] Compiling Steamworks SteamBaseAPI+Callbacks.swift
[41/74] Compiling Steamworks SteamBaseAPI+Version.swift
[42/74] Compiling Yams Emitter.swift
[43/74] Compiling Yams Encoder.swift
[44/74] Compiling Yams Mark.swift
[45/74] Compiling Steamworks SteamRemotePlay.swift
[46/74] Compiling Steamworks SteamRemoteStorage.swift
[47/74] Compiling Steamworks SteamScreenshots.swift
[48/88] Compiling Steamworks GameID.swift
[49/88] Compiling Steamworks Constants.swift
[50/88] Compiling Steamworks Enums.swift
[51/105] Wrapping AST for Yams for debugging
[53/122] Emitting module LibGenerate
[54/124] Compiling LibGenerate Generator.swift
[55/124] Compiling LibGenerate IO.swift
[56/124] Compiling LibGenerate Version.swift
[57/124] Compiling LibGenerate resource_bundle_accessor.swift
[58/124] Compiling LibGenerate Callbacks.swift
[59/124] Compiling LibGenerate Constants.swift
[60/124] Compiling LibGenerate DocStructure.swift
[61/124] Compiling LibGenerate Structs.swift
[62/124] Compiling LibGenerate Typedefs.swift
[63/124] Compiling LibGenerate Enums.swift
[64/124] Compiling LibGenerate Errors.swift
[65/124] Compiling LibGenerate Generated.swift
[66/124] Compiling LibGenerate SteamSwiftTypes.swift
[67/124] Compiling LibGenerate String+Utils.swift
[68/124] Compiling LibGenerate Interfaces.swift
[69/124] Compiling LibGenerate Metadata.swift
[70/124] Compiling LibGenerate Regexp.swift
[71/124] Compiling LibGenerate SteamNames.swift
[72/127] Wrapping AST for LibGenerate for debugging
[74/127] Emitting module Generate
[75/127] Compiling Generate main.swift
[76/128] Wrapping AST for Generate for debugging
[77/128] Write Objects.LinkFileList
[78/128] Linking Generate
[91/133] Compiling Steamworks SteamBaseAPI.swift
[92/133] Compiling Steamworks SteamGameServerAPI.swift
[93/133] Compiling Steamworks SteamID.swift
[94/133] Compiling Steamworks SteamMatchmakingServers+Manual.swift
[95/133] Compiling Steamworks TypeUtils.swift
[97/133] Compiling Steamworks SteamGameSearch.swift
[98/133] Compiling Steamworks SteamGameServer.swift
[99/133] Compiling Steamworks SteamGameServerStats.swift
[100/133] Compiling Steamworks SteamHTMLSurface.swift
[101/133] Compiling Steamworks SteamHTTP.swift
[102/133] Compiling Steamworks Typedefs.swift
[103/133] Compiling Steamworks Lock.swift
[104/133] Compiling Steamworks ManualInterfaces.swift
[105/133] Compiling Steamworks ManualTypes.swift
[106/133] Compiling Steamworks SteamAPI.swift
[107/133] Compiling Steamworks SteamUser.swift
[108/133] Compiling Steamworks SteamUserStats.swift
[109/133] Compiling Steamworks SteamUtils.swift
[110/133] Compiling Steamworks SteamVideo.swift
[111/133] Compiling Steamworks Structs.swift
[112/133] Compiling Steamworks SteamNetworkingFakeUDPPort.swift
[113/133] Compiling Steamworks SteamNetworkingMessages.swift
[114/133] Compiling Steamworks SteamNetworkingSockets.swift
[115/133] Compiling Steamworks SteamNetworkingUtils.swift
[116/133] Compiling Steamworks SteamParentalSettings.swift
[117/133] Compiling Steamworks SteamParties.swift
[118/133] Emitting module Steamworks
[125/134] Wrapping AST for Steamworks for debugging
[127/149] Compiling SteamworksHelpers SteamUser+Helpers.swift
[128/150] Compiling SteamworksHelpers SteamParties+Helpers.swift
[129/150] Compiling SteamworksHelpers SteamUGC+Helpers.swift
[130/150] Compiling SteamworksHelpers SteamRemotePlay+Helpers.swift
[131/150] Compiling SteamworksHelpers SteamNetworkingSockets+Helpers.swift
[132/150] Compiling SteamworksHelpers SteamNetworkingUtils+Helpers.swift
[133/150] Compiling SteamworksHelpers SteamUtils+Helpers.swift
[134/150] Compiling SteamworksHelpers SteamFriends+Helpers.swift
[135/150] Compiling SteamworksHelpers SteamHTTP+Helpers.swift
[136/150] Compiling SteamworksHelpers SteamInventory+Helpers.swift
[137/150] Compiling SteamworksHelpers SteamMatchmaking+Helpers.swift
[138/150] Emitting module SteamworksHelpers
[140/151] Emitting module SteamworksEncryptedAppTicket
[141/151] Compiling SteamworksEncryptedAppTicket SteamEncryptedAppTicket.swift
[141/152] Wrapping AST for SteamworksHelpers for debugging
[143/154] Wrapping AST for SteamworksEncryptedAppTicket for debugging
[145/156] Compiling Client Client.swift
[146/156] Emitting module Client
[147/157] Wrapping AST for Client for debugging
[148/157] Write Objects.LinkFileList
[150/157] Compiling SteamworksConcurrency SteamExecutor.swift
[151/157] Emitting module SteamworksConcurrency
[152/158] Linking Client
[154/158] Emitting module TicketClient
[155/158] Compiling TicketClient TicketClient.swift
[156/159] Wrapping AST for TicketClient for debugging
[157/159] Write Objects.LinkFileList
[158/159] Linking TicketClient
Build complete! (49.67s)
Build complete.
{
"cxx_language_standard" : "c++11",
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.5",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-atomics",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "steamworks-swift",
"name" : "steamworks-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Steamworks",
"targets" : [
"Steamworks"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SteamworksEncryptedAppTicket",
"targets" : [
"SteamworksEncryptedAppTicket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SteamworksHelpers",
"targets" : [
"SteamworksHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Client",
"targets" : [
"Client"
],
"type" : {
"executable" : null
}
},
{
"name" : "TicketClient",
"targets" : [
"TicketClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "Generate",
"targets" : [
"Generate"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TicketClient",
"module_type" : "SwiftTarget",
"name" : "TicketClient",
"path" : "Sources/TicketClient",
"product_memberships" : [
"TicketClient"
],
"sources" : [
"TicketClient.swift"
],
"target_dependencies" : [
"SteamworksEncryptedAppTicket",
"SteamworksHelpers"
],
"type" : "executable"
},
{
"c99name" : "SteamworksTests",
"module_type" : "SwiftTarget",
"name" : "SteamworksTests",
"path" : "Tests/SteamworksTests",
"sources" : [
"TestApiInput.swift",
"TestApiMatchmaking.swift",
"TestApiNetworking.swift",
"TestApiServer.swift",
"TestApiSimple.swift",
"TestCallbackImpl.swift",
"TestExecutor.swift",
"TestGenNames.swift",
"TestGenTypes.swift",
"TestGenVersion.swift",
"TestHtmlSurface.swift",
"TestSteamID.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"Steamworks",
"SteamworksHelpers",
"SteamworksConcurrency",
"LibGenerate"
],
"type" : "test"
},
{
"c99name" : "SteamworksHelpers",
"module_type" : "SwiftTarget",
"name" : "SteamworksHelpers",
"path" : "Sources/SteamworksHelpers",
"product_memberships" : [
"SteamworksHelpers",
"Client",
"TicketClient"
],
"sources" : [
"SteamFriends+Helpers.swift",
"SteamHTTP+Helpers.swift",
"SteamInventory+Helpers.swift",
"SteamMatchmaking+Helpers.swift",
"SteamNetworkingSockets+Helpers.swift",
"SteamNetworkingUtils+Helpers.swift",
"SteamParties+Helpers.swift",
"SteamRemotePlay+Helpers.swift",
"SteamUGC+Helpers.swift",
"SteamUser+Helpers.swift",
"SteamUtils+Helpers.swift"
],
"target_dependencies" : [
"Steamworks"
],
"type" : "library"
},
{
"c99name" : "SteamworksEncryptedAppTicket",
"module_type" : "SwiftTarget",
"name" : "SteamworksEncryptedAppTicket",
"path" : "Sources/SteamworksEncryptedAppTicket",
"product_memberships" : [
"SteamworksEncryptedAppTicket",
"TicketClient"
],
"sources" : [
"SteamEncryptedAppTicket.swift"
],
"target_dependencies" : [
"Steamworks",
"CSteamworksEncryptedAppTicket"
],
"type" : "library"
},
{
"c99name" : "SteamworksConcurrency",
"module_type" : "SwiftTarget",
"name" : "SteamworksConcurrency",
"path" : "Sources/SteamworksConcurrency",
"product_dependencies" : [
"Atomics"
],
"sources" : [
"SteamExecutor.swift"
],
"target_dependencies" : [
"Steamworks"
],
"type" : "library"
},
{
"c99name" : "Steamworks",
"module_type" : "SwiftTarget",
"name" : "Steamworks",
"path" : "Sources/Steamworks",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Steamworks",
"SteamworksEncryptedAppTicket",
"SteamworksHelpers",
"Client",
"TicketClient"
],
"sources" : [
"GameID.swift",
"Generated/Constants.swift",
"Generated/Enums.swift",
"Generated/SteamApps.swift",
"Generated/SteamBaseAPI+Callbacks.swift",
"Generated/SteamBaseAPI+Version.swift",
"Generated/SteamFriends.swift",
"Generated/SteamGameSearch.swift",
"Generated/SteamGameServer.swift",
"Generated/SteamGameServerStats.swift",
"Generated/SteamHTMLSurface.swift",
"Generated/SteamHTTP.swift",
"Generated/SteamInput.swift",
"Generated/SteamInventory.swift",
"Generated/SteamMatchmaking.swift",
"Generated/SteamMatchmakingServers.swift",
"Generated/SteamMusic.swift",
"Generated/SteamMusicRemote.swift",
"Generated/SteamNetworkingFakeUDPPort.swift",
"Generated/SteamNetworkingMessages.swift",
"Generated/SteamNetworkingSockets.swift",
"Generated/SteamNetworkingUtils.swift",
"Generated/SteamParentalSettings.swift",
"Generated/SteamParties.swift",
"Generated/SteamRemotePlay.swift",
"Generated/SteamRemoteStorage.swift",
"Generated/SteamScreenshots.swift",
"Generated/SteamTimeline.swift",
"Generated/SteamUGC.swift",
"Generated/SteamUser.swift",
"Generated/SteamUserStats.swift",
"Generated/SteamUtils.swift",
"Generated/SteamVideo.swift",
"Generated/Structs.swift",
"Generated/Typedefs.swift",
"Lock.swift",
"ManualInterfaces.swift",
"ManualTypes.swift",
"SteamAPI.swift",
"SteamBaseAPI.swift",
"SteamGameServerAPI.swift",
"SteamID.swift",
"SteamMatchmakingServers+Manual.swift",
"TypeUtils.swift"
],
"target_dependencies" : [
"CSteamworks"
],
"type" : "library"
},
{
"c99name" : "LibGenerate",
"module_type" : "SwiftTarget",
"name" : "LibGenerate",
"path" : "Sources/LibGenerate",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"Generate"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/LibGenerate/Resources/EXPECTED_SDK",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/LibGenerate/Resources/steam_api_extra.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/LibGenerate/Resources/steam_api_patch.yaml",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Callbacks.swift",
"Constants.swift",
"DocStructure.swift",
"Enums.swift",
"Errors.swift",
"Generated.swift",
"Generator.swift",
"IO.swift",
"Interfaces.swift",
"Metadata.swift",
"Regexp.swift",
"SteamNames.swift",
"SteamSwiftTypes.swift",
"String+Utils.swift",
"Structs.swift",
"Typedefs.swift",
"Version.swift"
],
"type" : "library"
},
{
"c99name" : "Generate",
"module_type" : "SwiftTarget",
"name" : "Generate",
"path" : "Sources/Generate",
"product_memberships" : [
"Generate"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LibGenerate"
],
"type" : "executable"
},
{
"c99name" : "Client",
"module_type" : "SwiftTarget",
"name" : "Client",
"path" : "Sources/Client",
"product_memberships" : [
"Client"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"Steamworks",
"SteamworksHelpers"
],
"type" : "executable"
},
{
"c99name" : "CSteamworksEncryptedAppTicket",
"module_type" : "SystemLibraryTarget",
"name" : "CSteamworksEncryptedAppTicket",
"path" : "Sources/CSteamworksEncryptedAppTicket",
"product_memberships" : [
"SteamworksEncryptedAppTicket",
"TicketClient"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "CSteamworks",
"module_type" : "SystemLibraryTarget",
"name" : "CSteamworks",
"path" : "Sources/CSteamworks",
"product_memberships" : [
"Steamworks",
"SteamworksEncryptedAppTicket",
"SteamworksHelpers",
"Client",
"TicketClient"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.