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 StarCraftKit, reference master (14d27b), with Swift 5.10 for Linux on 13 Jul 2025 11:26:53 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/StarCraftKit.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/StarCraftKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 14d27bc Update GitHub username from marcusziade to guitaripod
Cloned https://github.com/guitaripod/StarCraftKit.git
Revision (git rev-parse @):
14d27bc55583ca76eb0ff760b52250ddbc795105
SUCCESS checkout https://github.com/guitaripod/StarCraftKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/guitaripod/StarCraftKit.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/apple/swift-log
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/2094] Fetching swift-docc-plugin
[253/5948] Fetching swift-docc-plugin, swift-log
[2549/21472] Fetching swift-docc-plugin, swift-log, swift-argument-parser
[2548/5948] Fetching swift-docc-plugin, swift-log
[2780/21472] Fetching swift-docc-plugin, swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log from cache (1.66s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.67s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.69s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.81s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.06s)
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.66s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.80s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
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/apple/swift-log
Working copy of https://github.com/apple/swift-log 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.5
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin Swift-DocC Preview
Building for debugging...
[4/17] Write sources
[9/17] Write swift-version-24593BA9C3E375BF.txt
[11/24] Emitting module ArgumentParserToolInfo
[12/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/25] Wrapping AST for ArgumentParserToolInfo for debugging
[15/69] Compiling Logging MetadataProvider.swift
[16/69] Compiling Logging Locks.swift
[17/69] Compiling Logging Logging.swift
[18/69] Compiling Logging LogHandler.swift
[19/69] Emitting module Logging
[20/70] Wrapping AST for Logging for debugging
[22/93] Compiling ArgumentParser InputKey.swift
[23/93] Compiling ArgumentParser InputOrigin.swift
[24/93] Compiling ArgumentParser Name.swift
[25/93] Compiling ArgumentParser Parsed.swift
[26/93] Compiling ArgumentParser ParsedValues.swift
[27/93] Compiling ArgumentParser ParserError.swift
[28/99] Emitting module ArgumentParser
[29/99] Compiling StarCraftKit APIClientProtocol.swift
[30/99] Compiling StarCraftKit APIRequest.swift
[31/99] Compiling StarCraftKit Endpoint.swift
[32/102] Compiling StarCraftKit MatchEndpoint.swift
[33/102] Compiling StarCraftKit PlayerEndpoint.swift
[34/102] Compiling StarCraftKit SeriesEndpoint.swift
[35/102] Compiling StarCraftKit TeamEndpoint.swift
[36/102] Compiling StarCraftKit TournamentEndpoint.swift
[37/102] Compiling StarCraftKit League.swift
[38/102] Compiling StarCraftKit Series.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Team.swift:18:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'Team' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Team.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[39/102] Compiling StarCraftKit Team.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Team.swift:18:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'Team' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Team.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[40/102] Compiling StarCraftKit Tournament.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Team.swift:18:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'Team' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Team.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[41/102] Emitting module StarCraftKit
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/LeagueEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/MatchEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/PlayerEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/SeriesEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TeamEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TournamentEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/League.swift:15:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'League' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/League.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Match.swift:188:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'OpponentDetails' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Match.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Match.swift:243:16: warning: stored property 'url' of 'Sendable'-conforming struct 'LiveData' has non-sendable type 'URL?'
    public let url: 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/StarCraftKit/Models/API/Match.swift:257:16: warning: stored property 'rawURL' of 'Sendable'-conforming struct 'Stream' has non-sendable type 'URL'
    public let rawURL: 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/StarCraftKit/Models/API/Match.swift:258:16: warning: stored property 'embedURL' of 'Sendable'-conforming struct 'Stream' has non-sendable type 'URL?'
    public let embedURL: 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/StarCraftKit/Models/API/PaginationInfo.swift:35:16: warning: stored property 'first' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let first: 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/StarCraftKit/Models/API/PaginationInfo.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/PaginationInfo.swift:36:16: warning: stored property 'previous' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let previous: 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/StarCraftKit/Models/API/PaginationInfo.swift:37:16: warning: stored property 'next' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let next: 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/StarCraftKit/Models/API/PaginationInfo.swift:38:16: warning: stored property 'last' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let last: 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/StarCraftKit/Models/API/Player.swift:77:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'Player' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Player.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/QueryParameters.swift:12:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' has non-sendable type '[String : Any]?'
    public var filters: [String: Any]?
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Team.swift:18:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'Team' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Team.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:82:20: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'Configuration' 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/StarCraftKit/StarCraftClient.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[42/102] Compiling StarCraftKit PaginationInfo.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/PaginationInfo.swift:35:16: warning: stored property 'first' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let first: 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/StarCraftKit/Models/API/PaginationInfo.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/PaginationInfo.swift:36:16: warning: stored property 'previous' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let previous: 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/StarCraftKit/Models/API/PaginationInfo.swift:37:16: warning: stored property 'next' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let next: 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/StarCraftKit/Models/API/PaginationInfo.swift:38:16: warning: stored property 'last' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let last: 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/StarCraftKit/Models/API/Player.swift:77:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'Player' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Player.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/QueryParameters.swift:12:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' has non-sendable type '[String : Any]?'
    public var filters: [String: Any]?
               ^
[43/102] Compiling StarCraftKit Player.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/PaginationInfo.swift:35:16: warning: stored property 'first' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let first: 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/StarCraftKit/Models/API/PaginationInfo.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/PaginationInfo.swift:36:16: warning: stored property 'previous' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let previous: 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/StarCraftKit/Models/API/PaginationInfo.swift:37:16: warning: stored property 'next' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let next: 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/StarCraftKit/Models/API/PaginationInfo.swift:38:16: warning: stored property 'last' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let last: 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/StarCraftKit/Models/API/Player.swift:77:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'Player' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Player.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/QueryParameters.swift:12:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' has non-sendable type '[String : Any]?'
    public var filters: [String: Any]?
               ^
[44/102] Compiling StarCraftKit QueryParameters.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/PaginationInfo.swift:35:16: warning: stored property 'first' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let first: 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/StarCraftKit/Models/API/PaginationInfo.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/PaginationInfo.swift:36:16: warning: stored property 'previous' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let previous: 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/StarCraftKit/Models/API/PaginationInfo.swift:37:16: warning: stored property 'next' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let next: 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/StarCraftKit/Models/API/PaginationInfo.swift:38:16: warning: stored property 'last' of 'Sendable'-conforming struct 'NavigationLinks' has non-sendable type 'URL?'
    public let last: 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/StarCraftKit/Models/API/Player.swift:77:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'Player' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Player.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/QueryParameters.swift:12:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' has non-sendable type '[String : Any]?'
    public var filters: [String: Any]?
               ^
[45/102] Compiling StarCraftKit DateFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/LeagueEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/MatchEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
[46/102] Compiling StarCraftKit LeagueEndpoint.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/LeagueEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/MatchEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/LeagueEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/MatchEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/PlayerEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/SeriesEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TeamEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/PlayerEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/SeriesEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TeamEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/PlayerEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/SeriesEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TeamEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TournamentEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/League.swift:15:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'League' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/League.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Match.swift:188:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'OpponentDetails' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Match.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Match.swift:243:16: warning: stored property 'url' of 'Sendable'-conforming struct 'LiveData' has non-sendable type 'URL?'
    public let url: 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/StarCraftKit/Models/API/Match.swift:257:16: warning: stored property 'rawURL' of 'Sendable'-conforming struct 'Stream' has non-sendable type 'URL'
    public let rawURL: 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/StarCraftKit/Models/API/Match.swift:258:16: warning: stored property 'embedURL' of 'Sendable'-conforming struct 'Stream' has non-sendable type 'URL?'
    public let embedURL: 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/StarCraftKit/Endpoints/TournamentEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/League.swift:15:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'League' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/League.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Match.swift:188:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'OpponentDetails' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Match.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Match.swift:243:16: warning: stored property 'url' of 'Sendable'-conforming struct 'LiveData' has non-sendable type 'URL?'
    public let url: 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/StarCraftKit/Models/API/Match.swift:257:16: warning: stored property 'rawURL' of 'Sendable'-conforming struct 'Stream' has non-sendable type 'URL'
    public let rawURL: 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/StarCraftKit/Models/API/Match.swift:258:16: warning: stored property 'embedURL' of 'Sendable'-conforming struct 'Stream' has non-sendable type 'URL?'
    public let embedURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[53/102] Compiling StarCraftKit Match.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TournamentEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' has non-sendable type '[String : Any]'
    public let queryParameters: [String: Any]
               ^
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/League.swift:15:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'League' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/League.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Match.swift:188:16: warning: stored property 'imageURL' of 'Sendable'-conforming struct 'OpponentDetails' has non-sendable type 'URL?'
    public let imageURL: 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/StarCraftKit/Models/API/Match.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/Match.swift:243:16: warning: stored property 'url' of 'Sendable'-conforming struct 'LiveData' has non-sendable type 'URL?'
    public let url: 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/StarCraftKit/Models/API/Match.swift:257:16: warning: stored property 'rawURL' of 'Sendable'-conforming struct 'Stream' has non-sendable type 'URL'
    public let rawURL: 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/StarCraftKit/Models/API/Match.swift:258:16: warning: stored property 'embedURL' of 'Sendable'-conforming struct 'Stream' has non-sendable type 'URL?'
    public let embedURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[54/102] Compiling StarCraftKit ResponseCache.swift
[55/102] Compiling StarCraftKit APIError.swift
[56/102] Compiling StarCraftKit NetworkingClient.swift
[57/102] Compiling StarCraftKit RetryHandler.swift
[58/102] Compiling ArgumentParser Tree.swift
[59/102] Compiling ArgumentParser CodingKeyValidator.swift
[60/102] Compiling ArgumentParser NonsenseFlagsValidator.swift
[61/102] Compiling ArgumentParser ParsableArgumentsValidation.swift
[62/102] Compiling ArgumentParser PositionalArgumentsValidator.swift
[63/102] Compiling ArgumentParser UniqueNamesValidator.swift
[64/102] Compiling StarCraftKit StreamingRequest.swift
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:82:20: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'Configuration' 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/StarCraftKit/StarCraftClient.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:175:20: warning: immutable value 'headers' was never used; consider replacing with '_' or removing it
        let (data, headers): (T, [String: String]) = try await retryHandler.executeRequest(
                   ^~~~~~~
                   _
[65/102] Compiling StarCraftKit StarCraftClient.swift
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:82:20: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'Configuration' 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/StarCraftKit/StarCraftClient.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:175:20: warning: immutable value 'headers' was never used; consider replacing with '_' or removing it
        let (data, headers): (T, [String: String]) = try await retryHandler.executeRequest(
                   ^~~~~~~
                   _
[66/102] Compiling StarCraftKit StarCraftKit.swift
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:82:20: warning: stored property 'baseURL' of 'Sendable'-conforming struct 'Configuration' 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/StarCraftKit/StarCraftClient.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:175:20: warning: immutable value 'headers' was never used; consider replacing with '_' or removing it
        let (data, headers): (T, [String: String]) = try await retryHandler.executeRequest(
                   ^~~~~~~
                   _
[67/103] Wrapping AST for StarCraftKit for debugging
[69/103] Compiling ArgumentParser SplitArguments.swift
[70/103] Compiling ArgumentParser DumpHelpGenerator.swift
[71/103] Compiling ArgumentParser HelpCommand.swift
[72/103] Compiling ArgumentParser HelpGenerator.swift
[73/103] Compiling ArgumentParser MessageInfo.swift
[74/103] Compiling ArgumentParser UsageGenerator.swift
[75/103] Compiling ArgumentParser ArgumentVisibility.swift
[76/103] Compiling ArgumentParser CompletionKind.swift
[77/103] Compiling ArgumentParser Errors.swift
[78/103] Compiling ArgumentParser Flag.swift
[79/103] Compiling ArgumentParser NameSpecification.swift
[80/103] Compiling ArgumentParser Option.swift
[100/104] Wrapping AST for ArgumentParser for debugging
[102/126] Compiling StarCraftKitCLI StarCraftCLI.swift
[103/126] Compiling StarCraftKitCLI CLIContext.swift
[104/126] Compiling StarCraftKitCLI OpponentExtensions.swift
[105/128] Emitting module StarCraftKitCLI
[106/128] Compiling StarCraftKitCLI String+Extensions.swift
[107/128] Compiling StarCraftKitCLI UIEnhancements.swift
[108/128] Compiling StarCraftKitCLI CacheCommand.swift
[109/128] Compiling StarCraftKitCLI DebugCommand.swift
[110/128] Compiling StarCraftKitCLI ExportCommand.swift
[111/128] Compiling StarCraftKitCLI SearchCommand.swift
[112/128] Compiling StarCraftKitCLI SeriesCommand.swift
[113/128] Compiling StarCraftKitCLI StreamCommand.swift
[114/128] Compiling StarCraftKitCLI LeaguesCommand.swift
[115/128] Compiling StarCraftKitCLI LiveCommand.swift
[116/128] Compiling StarCraftKitCLI MatchesCommand.swift
[117/128] Compiling StarCraftKitCLI PlayerMatchesCommand.swift
[118/128] Compiling StarCraftKitCLI PlayerScheduleCommand.swift
[119/128] Compiling StarCraftKitCLI PlayersCommand.swift
[120/128] Compiling StarCraftKitCLI TournamentMatchesCommand.swift
[121/128] Compiling StarCraftKitCLI TournamentsCommand.swift
[122/128] Compiling StarCraftKitCLI UpcomingCommand.swift
[123/128] Compiling StarCraftKitCLI TeamsCommand.swift
[124/128] Compiling StarCraftKitCLI TestCommand.swift
[125/128] Compiling StarCraftKitCLI TodayCommand.swift
[126/129] Wrapping AST for StarCraftKitCLI for debugging
[127/129] Write Objects.LinkFileList
[128/129] Linking starcraft-cli
Build complete! (51.20s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "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-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "StarCraftKit",
  "name" : "StarCraftKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "StarCraftKit",
      "targets" : [
        "StarCraftKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "starcraft-cli",
      "targets" : [
        "StarCraftKitCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StarCraftKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StarCraftKitTests",
      "path" : "Tests/StarCraftKitTests",
      "sources" : [
        "StarCraftKitTests.swift",
        "Unit/Core/APIErrorTests.swift",
        "Unit/Core/CachePolicyTests.swift",
        "Unit/Core/RetryConfigurationTests.swift",
        "Unit/Models/MatchTests.swift",
        "Unit/Models/PaginationInfoTests.swift",
        "Unit/Models/PlayerTests.swift",
        "Unit/Models/QueryParametersTests.swift"
      ],
      "target_dependencies" : [
        "StarCraftKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StarCraftKitCLITests",
      "module_type" : "SwiftTarget",
      "name" : "StarCraftKitCLITests",
      "path" : "Tests/StarCraftKitCLITests",
      "sources" : [
        "ExtensionsTests.swift",
        "StarCraftKitCLITests.swift",
        "UIEnhancementsTests.swift"
      ],
      "target_dependencies" : [
        "StarCraftKitCLI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StarCraftKitCLI",
      "module_type" : "SwiftTarget",
      "name" : "StarCraftKitCLI",
      "path" : "Sources/StarCraftKitCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "starcraft-cli"
      ],
      "sources" : [
        "Commands/CacheCommand.swift",
        "Commands/DebugCommand.swift",
        "Commands/ExportCommand.swift",
        "Commands/LeaguesCommand.swift",
        "Commands/LiveCommand.swift",
        "Commands/MatchesCommand.swift",
        "Commands/PlayerMatchesCommand.swift",
        "Commands/PlayerScheduleCommand.swift",
        "Commands/PlayersCommand.swift",
        "Commands/SearchCommand.swift",
        "Commands/SeriesCommand.swift",
        "Commands/StreamCommand.swift",
        "Commands/TeamsCommand.swift",
        "Commands/TestCommand.swift",
        "Commands/TodayCommand.swift",
        "Commands/TournamentMatchesCommand.swift",
        "Commands/TournamentsCommand.swift",
        "Commands/UpcomingCommand.swift",
        "StarCraftCLI.swift",
        "Utilities/CLIContext.swift",
        "Utilities/OpponentExtensions.swift",
        "Utilities/String+Extensions.swift",
        "Utilities/UIEnhancements.swift"
      ],
      "target_dependencies" : [
        "StarCraftKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "StarCraftKit",
      "module_type" : "SwiftTarget",
      "name" : "StarCraftKit",
      "path" : "Sources/StarCraftKit",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "StarCraftKit",
        "starcraft-cli"
      ],
      "sources" : [
        "Core/Cache/ResponseCache.swift",
        "Core/Networking/APIError.swift",
        "Core/Networking/NetworkingClient.swift",
        "Core/Networking/RetryHandler.swift",
        "Core/Utilities/DateFormatter+Extensions.swift",
        "Endpoints/LeagueEndpoint.swift",
        "Endpoints/MatchEndpoint.swift",
        "Endpoints/PlayerEndpoint.swift",
        "Endpoints/SeriesEndpoint.swift",
        "Endpoints/TeamEndpoint.swift",
        "Endpoints/TournamentEndpoint.swift",
        "Models/API/League.swift",
        "Models/API/Match.swift",
        "Models/API/PaginationInfo.swift",
        "Models/API/Player.swift",
        "Models/API/QueryParameters.swift",
        "Models/API/Series.swift",
        "Models/API/Team.swift",
        "Models/API/Tournament.swift",
        "Protocols/APIClientProtocol.swift",
        "Protocols/APIRequest.swift",
        "Protocols/Endpoint.swift",
        "Protocols/StreamingRequest.swift",
        "StarCraftClient.swift",
        "StarCraftKit.swift"
      ],
      "type" : "library"
    }
  ],
  "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.