The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SpeedrunKit, reference master (284107), with Swift 5.10 for Linux on 13 Jul 2025 11:30:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guitaripod/SpeedrunKit.git
Reference: master
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/guitaripod/SpeedrunKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2841076 Update GitHub username from marcusziade to guitaripod
Cloned https://github.com/guitaripod/SpeedrunKit.git
Revision (git rev-parse @):
28410767f30bc2987d4fa57dc1d1205b48420a34
SUCCESS checkout https://github.com/guitaripod/SpeedrunKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/guitaripod/SpeedrunKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.94s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.05s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3425] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.64s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.86s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/9] Write sources
[4/9] Write swift-version-24593BA9C3E375BF.txt
[6/50] Emitting module SpeedrunKit
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:6:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'SpeedrunConfiguration' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:30:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:31:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:32:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
[7/55] Compiling SpeedrunKit LevelsAPI.swift
[8/55] Compiling SpeedrunKit PaginatedResponse.swift
[9/55] Compiling SpeedrunKit PlatformsAPI.swift
[10/55] Compiling SpeedrunKit ProfileAPI.swift
[11/55] Compiling SpeedrunKit RegionsAPI.swift
[12/55] Compiling SpeedrunKit ResourceProtocol.swift
[13/55] Compiling SpeedrunKit Location.swift
[14/55] Compiling SpeedrunKit Names.swift
[15/55] Compiling SpeedrunKit Notification.swift
[16/55] Compiling SpeedrunKit Platform.swift
[17/55] Compiling SpeedrunKit Publisher.swift
[18/55] Compiling SpeedrunKit Game.swift
[19/55] Compiling SpeedrunKit GameType.swift
[20/55] Compiling SpeedrunKit Genre.swift
[21/55] Compiling SpeedrunKit Leaderboard.swift
[22/55] Compiling SpeedrunKit Level.swift
[23/55] Compiling SpeedrunKit Link.swift
[24/55] Compiling SpeedrunKit CategoriesAPI.swift
[25/55] Compiling SpeedrunKit Endpoint.swift
[26/55] Compiling SpeedrunKit GamesAPI.swift
[27/55] Compiling SpeedrunKit GamesAPIImpl.swift
[28/55] Compiling SpeedrunKit GenresAPI.swift
[29/55] Compiling SpeedrunKit LeaderboardsAPI.swift
[30/55] Compiling SpeedrunKit Region.swift
[31/55] Compiling SpeedrunKit Run.swift
[32/55] Compiling SpeedrunKit RunSubmit.swift
[33/55] Compiling SpeedrunKit Series.swift
[34/55] Compiling SpeedrunKit User.swift
[35/55] Compiling SpeedrunKit RunsAPI.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:6:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'SpeedrunConfiguration' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[36/55] Compiling SpeedrunKit SeriesAPI.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:6:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'SpeedrunConfiguration' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[37/55] Compiling SpeedrunKit SpeedrunClientProtocol.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:6:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'SpeedrunConfiguration' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[38/55] Compiling SpeedrunKit SpeedrunConfiguration.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:6:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'SpeedrunConfiguration' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[39/55] Compiling SpeedrunKit UsersAPI.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:6:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'SpeedrunConfiguration' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[40/55] Compiling SpeedrunKit VariablesAPI.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:6:16: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'SpeedrunConfiguration' has non-sendable type 'URL'
    public let baseURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SpeedrunKit/API/SpeedrunConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[41/55] Compiling SpeedrunKit APIResponse.swift
[42/55] Compiling SpeedrunKit Asset.swift
[43/55] Compiling SpeedrunKit Category.swift
[44/55] Compiling SpeedrunKit Color.swift
[45/55] Compiling SpeedrunKit Developer.swift
[46/55] Compiling SpeedrunKit Engine.swift
[47/55] Compiling SpeedrunKit Variable.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:30:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:31:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:32:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
[48/55] Compiling SpeedrunKit NetworkProtocol.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:30:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:31:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:32:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
[49/55] Compiling SpeedrunKit SpeedrunError.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:30:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:31:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:32:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
[50/55] Compiling SpeedrunKit URLSessionNetwork.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:30:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:31:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:32:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
[51/55] Compiling SpeedrunKit SpeedrunKit.swift
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:30:17: warning: stored property 'session' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'URLSession'
    private let session: URLSession
                ^
FoundationNetworking.URLSession:1:12: note: class 'URLSession' does not conform to the 'Sendable' protocol
open class URLSession : NSObject {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:31:17: warning: stored property 'decoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONDecoder'
    private let decoder: JSONDecoder
                ^
Foundation.JSONDecoder:1:12: note: class 'JSONDecoder' does not conform to the 'Sendable' protocol
open class JSONDecoder {
           ^
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/SpeedrunKit/Networking/URLSessionNetwork.swift:32:17: warning: stored property 'encoder' of 'Sendable'-conforming class 'URLSessionNetwork' has non-sendable type 'JSONEncoder'
    private let encoder: JSONEncoder
                ^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
           ^
[52/56] Wrapping AST for SpeedrunKit for debugging
[54/64] Compiling SpeedrunCLI RunsCommand.swift
[55/65] Compiling SpeedrunCLI LeaderboardsCommand.swift
[56/65] Compiling SpeedrunCLI SearchCommand.swift
[57/65] Compiling SpeedrunCLI CLI.swift
[58/65] Compiling SpeedrunCLI GamesCommand.swift
[59/65] Emitting module SpeedrunCLI
[60/65] Compiling SpeedrunCLI SeriesCommand.swift
[61/65] Compiling SpeedrunCLI UsersCommand.swift
[62/65] Compiling SpeedrunCLI main.swift
[63/66] Wrapping AST for SpeedrunCLI for debugging
[64/66] Write Objects.LinkFileList
[65/66] Linking speedrun-cli
Build complete! (36.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SpeedrunKit",
  "name" : "SpeedrunKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeedrunKit",
      "targets" : [
        "SpeedrunKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "speedrun-cli",
      "targets" : [
        "SpeedrunCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeedrunKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeedrunKitTests",
      "path" : "Tests/SpeedrunKitTests",
      "sources" : [
        "API/PaginationParametersTests.swift",
        "API/SpeedrunConfigurationTests.swift",
        "Models/AssetTests.swift",
        "Models/ColorTests.swift",
        "Models/EnumTests.swift",
        "Models/LinkTests.swift",
        "Models/NamesTests.swift",
        "Networking/SpeedrunErrorTests.swift",
        "SpeedrunKitTests.swift"
      ],
      "target_dependencies" : [
        "SpeedrunKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeedrunKit",
      "module_type" : "SwiftTarget",
      "name" : "SpeedrunKit",
      "path" : "Sources/SpeedrunKit",
      "product_memberships" : [
        "SpeedrunKit",
        "speedrun-cli"
      ],
      "sources" : [
        "API/CategoriesAPI.swift",
        "API/Endpoint.swift",
        "API/GamesAPI.swift",
        "API/GamesAPIImpl.swift",
        "API/GenresAPI.swift",
        "API/LeaderboardsAPI.swift",
        "API/LevelsAPI.swift",
        "API/PaginatedResponse.swift",
        "API/PlatformsAPI.swift",
        "API/ProfileAPI.swift",
        "API/RegionsAPI.swift",
        "API/ResourceProtocol.swift",
        "API/RunsAPI.swift",
        "API/SeriesAPI.swift",
        "API/SpeedrunClientProtocol.swift",
        "API/SpeedrunConfiguration.swift",
        "API/UsersAPI.swift",
        "API/VariablesAPI.swift",
        "Models/APIResponse.swift",
        "Models/Asset.swift",
        "Models/Category.swift",
        "Models/Color.swift",
        "Models/Developer.swift",
        "Models/Engine.swift",
        "Models/Game.swift",
        "Models/GameType.swift",
        "Models/Genre.swift",
        "Models/Leaderboard.swift",
        "Models/Level.swift",
        "Models/Link.swift",
        "Models/Location.swift",
        "Models/Names.swift",
        "Models/Notification.swift",
        "Models/Platform.swift",
        "Models/Publisher.swift",
        "Models/Region.swift",
        "Models/Run.swift",
        "Models/RunSubmit.swift",
        "Models/Series.swift",
        "Models/User.swift",
        "Models/Variable.swift",
        "Networking/NetworkProtocol.swift",
        "Networking/SpeedrunError.swift",
        "Networking/URLSessionNetwork.swift",
        "SpeedrunKit.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeedrunCLI",
      "module_type" : "SwiftTarget",
      "name" : "SpeedrunCLI",
      "path" : "Sources/SpeedrunCLI",
      "product_memberships" : [
        "speedrun-cli"
      ],
      "sources" : [
        "CLI.swift",
        "Commands/GamesCommand.swift",
        "Commands/LeaderboardsCommand.swift",
        "Commands/RunsCommand.swift",
        "Commands/SearchCommand.swift",
        "Commands/SeriesCommand.swift",
        "Commands/UsersCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SpeedrunKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.