Build Information
Failed to build steamworks-swift, reference 1.2.0 (134e1d
), with Swift 6.1 for Android on 31 May 2025 00:19:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/steamworks-swift.git
Reference: 1.2.0
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
* tag 1.2.0 -> FETCH_HEAD
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 1.2.0
========================================
Build
========================================
Selected platform: android
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[2/5885] Fetching swift-log, swift-docc-plugin
[304/16542] Fetching swift-log, swift-docc-plugin, yams
Fetched https://github.com/apple/swift-log.git from cache (0.85s)
[4420/12706] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin from cache (2.29s)
Fetched https://github.com/jpsim/Yams.git from cache (2.35s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (5.95s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.70s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.61s)
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.4.0
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
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)
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
[7/37] Copying steam_api_extra.json
[7/37] Copying EXPECTED_SDK
[8/37] Write sources
[10/37] Copying steam_api_patch.yaml
[11/37] Write sources
[15/37] Compiling reader.c
[16/37] Compiling writer.c
[17/37] Compiling parser.c
[18/37] Compiling api.c
[19/37] Compiling emitter.c
[20/37] Write swift-version-24593BA9C3E375BF.txt
[21/37] Compiling scanner.c
[23/62] Compiling Yams Tag.swift
[24/62] Compiling Yams YamlAnchorProviding.swift
[25/64] Emitting module Logging
[26/64] Compiling Logging Locks.swift
[27/64] Compiling Logging Logging.swift
[28/64] Compiling Logging MetadataProvider.swift
[29/64] Compiling Logging LogHandler.swift
[30/65] Wrapping AST for Logging for debugging
[32/72] Compiling Yams Node.Scalar.swift
[33/72] Compiling Yams Node.Sequence.swift
[34/72] Compiling Yams Node.swift
[35/78] Compiling Steamworks SteamNetworkingUtils.swift
[36/78] Compiling Steamworks SteamParentalSettings.swift
[37/78] Compiling Steamworks SteamParties.swift
[38/105] Compiling Steamworks GameID.swift
[39/105] Compiling Steamworks Constants.swift
[40/105] Compiling Steamworks Enums.swift
[41/105] Compiling Steamworks SteamApps.swift
[42/105] Compiling Steamworks SteamBaseAPI+Callbacks.swift
[43/105] Compiling Steamworks SteamInventory.swift
[44/105] Compiling Steamworks SteamMatchmaking.swift
[45/105] Compiling Steamworks SteamNetworkingFakeUDPPort.swift
[46/105] Compiling Steamworks SteamNetworkingMessages.swift
[47/105] Compiling Steamworks SteamNetworkingSockets.swift
[48/105] Emitting module Yams
[49/105] Compiling Steamworks SteamFriends.swift
[50/105] Compiling Steamworks SteamGameSearch.swift
[51/105] Compiling Steamworks SteamGameServer.swift
[52/106] Wrapping AST for Yams for debugging
[54/123] Emitting module LibGenerate
[55/125] Compiling LibGenerate SteamSwiftTypes.swift
[56/125] Compiling LibGenerate String+Utils.swift
[57/125] Compiling LibGenerate Regexp.swift
[58/125] Compiling LibGenerate SteamNames.swift
[59/125] Compiling LibGenerate Version.swift
[60/125] Compiling LibGenerate resource_bundle_accessor.swift
[61/125] Compiling LibGenerate Callbacks.swift
[62/125] Compiling LibGenerate Constants.swift
[63/125] Compiling LibGenerate DocStructure.swift
[64/125] Compiling LibGenerate Structs.swift
[65/125] Compiling LibGenerate Typedefs.swift
[66/125] Compiling LibGenerate Generator.swift
[67/125] Compiling LibGenerate IO.swift
[68/125] Compiling LibGenerate Enums.swift
[69/125] Compiling LibGenerate Errors.swift
[70/125] Compiling LibGenerate Generated.swift
[71/125] Compiling LibGenerate Interfaces.swift
[72/125] Compiling LibGenerate Metadata.swift
[73/126] Wrapping AST for LibGenerate for debugging
[75/128] Compiling Generate main.swift
[76/128] Emitting module Generate
[77/129] Wrapping AST for Generate for debugging
[78/129] Write Objects.LinkFileList
[79/129] Linking Generate
[81/129] Compiling Steamworks Typedefs.swift
[82/129] Compiling Steamworks Lock.swift
[83/129] Compiling Steamworks ManualInterfaces.swift
[84/129] Compiling Steamworks ManualTypes.swift
[85/129] Compiling Steamworks SteamAPI.swift
[92/134] Emitting module Steamworks
[93/134] Compiling Steamworks SteamBaseAPI.swift
[94/134] Compiling Steamworks SteamGameServerAPI.swift
[95/134] Compiling Steamworks SteamID.swift
[96/134] Compiling Steamworks SteamMatchmakingServers+Manual.swift
[97/134] Compiling Steamworks TypeUtils.swift
[98/134] Compiling Steamworks SteamRemotePlay.swift
[99/134] Compiling Steamworks SteamRemoteStorage.swift
[100/134] Compiling Steamworks SteamScreenshots.swift
[101/134] Compiling Steamworks SteamTimeline.swift
[102/134] Compiling Steamworks SteamUGC.swift
[103/134] Compiling Steamworks SteamUser.swift
[104/134] Compiling Steamworks SteamUserStats.swift
[105/134] Compiling Steamworks SteamUtils.swift
[106/134] Compiling Steamworks SteamVideo.swift
[107/134] Compiling Steamworks Structs.swift
[120/134] Compiling Steamworks SteamInput.swift
[123/134] Compiling Steamworks SteamMatchmakingServers.swift
[124/134] Compiling Steamworks SteamMusic.swift
[125/134] Compiling Steamworks SteamMusicRemote.swift
[126/135] Wrapping AST for Steamworks for debugging
[128/150] Compiling SteamworksHelpers SteamUGC+Helpers.swift
[129/151] Compiling SteamworksHelpers SteamUser+Helpers.swift
[130/151] Compiling SteamworksHelpers SteamNetworkingSockets+Helpers.swift
[131/151] Compiling SteamworksHelpers SteamNetworkingUtils+Helpers.swift
[132/151] Compiling SteamworksHelpers SteamRemotePlay+Helpers.swift
[133/151] Compiling SteamworksHelpers SteamParties+Helpers.swift
[134/151] Compiling SteamworksHelpers SteamUtils+Helpers.swift
[135/151] Emitting module SteamworksHelpers
[136/151] Compiling SteamworksHelpers SteamFriends+Helpers.swift
[137/151] Compiling SteamworksHelpers SteamHTTP+Helpers.swift
[138/151] Compiling SteamworksHelpers SteamInventory+Helpers.swift
[139/151] Compiling SteamworksHelpers SteamMatchmaking+Helpers.swift
[140/152] Wrapping AST for SteamworksHelpers for debugging
[142/154] Emitting module Client
[143/154] Compiling Client Client.swift
[144/155] Wrapping AST for Client for debugging
[145/155] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: unable to find library -lsteam_api
ld.lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[146/155] Linking Client
[147/155] Emitting module SteamworksEncryptedAppTicket
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/18] Write swift-version-24593BA9C3E375BF.txt
[4/43] Compiling Logging MetadataProvider.swift
[5/43] Compiling Yams Resolver.swift
[6/43] Compiling Yams String+Yams.swift
[7/43] Compiling Yams Tag.swift
[8/43] Compiling Yams YamlAnchorProviding.swift
[9/45] Emitting module Yams
[10/45] Compiling Logging LogHandler.swift
[11/45] Compiling Logging Locks.swift
[12/45] Compiling Logging Logging.swift
[13/45] Emitting module Logging
[14/46] Compiling Yams YamlError.swift
[15/46] Compiling Yams YamlTagProviding.swift
[17/45] Compiling Yams Node.Scalar.swift
[18/45] Compiling Yams Node.Sequence.swift
[19/45] Compiling Yams Node.swift
[20/45] Compiling Yams Parser.swift
[21/45] Compiling Yams RedundancyAliasingStrategy.swift
[22/45] Compiling Yams Representer.swift
[23/45] Compiling Yams Mark.swift
[24/45] Compiling Yams Node.Alias.swift
[25/45] Compiling Yams Node.Mapping.swift
[26/85] Compiling Steamworks SteamFriends.swift
[27/85] Compiling Steamworks SteamGameSearch.swift
[28/85] Compiling Steamworks SteamGameServer.swift
[29/85] Compiling Steamworks SteamGameServerStats.swift
[30/85] Compiling Steamworks SteamHTMLSurface.swift
[31/85] Compiling Steamworks SteamHTTP.swift
[33/102] Compiling LibGenerate Structs.swift
[34/102] Compiling LibGenerate Typedefs.swift
[35/102] Compiling LibGenerate Regexp.swift
[36/102] Compiling LibGenerate SteamNames.swift
[37/102] Compiling LibGenerate SteamSwiftTypes.swift
[38/102] Compiling LibGenerate String+Utils.swift
[39/104] Compiling LibGenerate Version.swift
[40/104] Compiling LibGenerate resource_bundle_accessor.swift
[41/104] Emitting module LibGenerate
[42/104] Compiling LibGenerate Callbacks.swift
[43/104] Compiling LibGenerate Constants.swift
[44/104] Compiling LibGenerate DocStructure.swift
[45/104] Compiling LibGenerate Generator.swift
[46/104] Compiling LibGenerate IO.swift
[47/104] Compiling LibGenerate Enums.swift
[48/104] Compiling LibGenerate Errors.swift
[49/104] Compiling LibGenerate Generated.swift
[50/104] Compiling LibGenerate Interfaces.swift
[51/104] Compiling LibGenerate Metadata.swift
[53/106] Compiling Generate main.swift
[54/106] Emitting module Generate
[55/106] Write Objects.LinkFileList
[56/106] Linking Generate
[58/106] Compiling Steamworks SteamNetworkingFakeUDPPort.swift
[59/106] Compiling Steamworks SteamNetworkingMessages.swift
[60/106] Compiling Steamworks SteamNetworkingSockets.swift
[61/106] Compiling Steamworks SteamNetworkingUtils.swift
[62/106] Compiling Steamworks SteamParentalSettings.swift
[63/106] Compiling Steamworks SteamParties.swift
[64/106] Compiling Steamworks Typedefs.swift
[65/106] Compiling Steamworks Lock.swift
[66/106] Compiling Steamworks ManualInterfaces.swift
[67/106] Compiling Steamworks ManualTypes.swift
[68/106] Compiling Steamworks SteamAPI.swift
[70/111] Compiling Steamworks SteamInventory.swift
[71/111] Compiling Steamworks SteamMatchmaking.swift
[72/111] Compiling Steamworks SteamMatchmakingServers.swift
[73/111] Compiling Steamworks SteamMusic.swift
[74/111] Compiling Steamworks SteamMusicRemote.swift
[75/111] Compiling Steamworks SteamRemotePlay.swift
[76/111] Compiling Steamworks SteamRemoteStorage.swift
[77/111] Compiling Steamworks SteamScreenshots.swift
[78/111] Compiling Steamworks SteamTimeline.swift
[79/111] Compiling Steamworks SteamUGC.swift
[80/111] Compiling Steamworks SteamBaseAPI.swift
[81/111] Compiling Steamworks SteamGameServerAPI.swift
[82/111] Compiling Steamworks SteamID.swift
[83/111] Compiling Steamworks SteamMatchmakingServers+Manual.swift
[84/111] Compiling Steamworks TypeUtils.swift
[85/111] Emitting module Steamworks
[104/126] Compiling SteamworksHelpers SteamUser+Helpers.swift
[105/127] Compiling SteamworksHelpers SteamParties+Helpers.swift
[106/127] Compiling SteamworksHelpers SteamUGC+Helpers.swift
[107/127] Compiling SteamworksHelpers SteamRemotePlay+Helpers.swift
[108/127] Compiling SteamworksHelpers SteamUtils+Helpers.swift
[109/127] Compiling SteamworksHelpers SteamNetworkingSockets+Helpers.swift
[110/127] Compiling SteamworksHelpers SteamNetworkingUtils+Helpers.swift
[111/127] Compiling SteamworksHelpers SteamFriends+Helpers.swift
[112/127] Compiling SteamworksHelpers SteamHTTP+Helpers.swift
[113/127] Emitting module SteamworksHelpers
[114/127] Compiling SteamworksHelpers SteamInventory+Helpers.swift
[115/127] Compiling SteamworksHelpers SteamMatchmaking+Helpers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[117/128] Emitting module SteamworksConcurrency
/host/spi-builder-workspace/Sources/SteamworksConcurrency/SteamExecutor.swift:20:8: error: no such module 'Atomics'
18 | #if !os(Linux)
19 |
20 | import Atomics
| `- error: no such module 'Atomics'
21 |
22 | /// An executor for associating actors with Steamworks
[118/128] Compiling SteamworksConcurrency SteamExecutor.swift
/host/spi-builder-workspace/Sources/SteamworksConcurrency/SteamExecutor.swift:20:8: error: no such module 'Atomics'
18 | #if !os(Linux)
19 |
20 | import Atomics
| `- error: no such module 'Atomics'
21 |
22 | /// An executor for associating actors with Steamworks
[119/127] Emitting module SteamworksEncryptedAppTicket
BUILD FAILURE 6.1 android