Build Information
Successful build of StarCraftKit, reference master (14d27b), with Swift 6.3 for Android on 16 Apr 2026 13:19:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/guitaripod/StarCraftKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log
[1/2277] Fetching swift-docc-plugin
[252/19800] Fetching swift-docc-plugin, swift-argument-parser
[253/26388] Fetching swift-docc-plugin, swift-argument-parser, swift-log
Fetched https://github.com/apple/swift-log from cache (0.65s)
[19100/19800] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (1.07s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.08s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (3.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.46s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.49s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.47s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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.12.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/17] Write sources
[9/17] Write swift-version--4F562202D5529B1.txt
[11/25] Emitting module ArgumentParserToolInfo
[12/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/26] Wrapping AST for ArgumentParserToolInfo for debugging
[15/72] Compiling Logging MetadataProvider.swift
[16/72] Compiling Logging Locks.swift
[17/72] Compiling Logging LogHandler.swift
[18/72] Compiling Logging Logging.swift
[19/72] Compiling Logging LogEvent.swift
[20/72] Emitting module Logging
[21/74] Wrapping AST for Logging for debugging
[23/96] Emitting module StarCraftKit
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/LeagueEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [League]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/MatchEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: MatchEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/PlayerEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [Player]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/SeriesEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: SeriesEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TeamEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [Team]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TournamentEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: TournamentEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/QueryParameters.swift:12:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
10 |
11 | /// Filter parameters
12 | public var filters: [String: Any]?
| `- warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
13 |
14 | /// Search parameters
[24/99] Compiling StarCraftKit APIClientProtocol.swift
[25/99] Compiling StarCraftKit APIRequest.swift
[26/99] Compiling StarCraftKit Endpoint.swift
[27/99] Compiling StarCraftKit Series.swift
[28/99] Compiling StarCraftKit Team.swift
[29/99] Compiling StarCraftKit Tournament.swift
[30/99] 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' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [League]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/MatchEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: MatchEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
[31/99] Compiling StarCraftKit LeagueEndpoint.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/LeagueEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [League]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/MatchEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: MatchEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
[32/99] Compiling StarCraftKit MatchEndpoint.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/LeagueEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [League]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'LeaguesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/MatchEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: MatchEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'MatchesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
[33/99] Compiling StarCraftKit ResponseCache.swift
[34/99] Compiling StarCraftKit APIError.swift
[35/99] Compiling StarCraftKit NetworkingClient.swift
[36/99] Compiling StarCraftKit RetryHandler.swift
[37/99] Compiling StarCraftKit PlayerEndpoint.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/PlayerEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [Player]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/SeriesEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: SeriesEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TeamEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [Team]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
[38/99] Compiling StarCraftKit SeriesEndpoint.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/PlayerEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [Player]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/SeriesEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: SeriesEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TeamEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [Team]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
[39/99] Compiling StarCraftKit TeamEndpoint.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/PlayerEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [Player]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'PlayersRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/SeriesEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: SeriesEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'SeriesRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TeamEndpoint.swift:20:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
18 | public typealias Response = [Team]
19 |
20 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TeamsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | public var path: String {
[40/99] Compiling StarCraftKit PaginationInfo.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/QueryParameters.swift:12:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
10 |
11 | /// Filter parameters
12 | public var filters: [String: Any]?
| `- warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
13 |
14 | /// Search parameters
[41/99] Compiling StarCraftKit Player.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/QueryParameters.swift:12:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
10 |
11 | /// Filter parameters
12 | public var filters: [String: Any]?
| `- warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
13 |
14 | /// Search parameters
[42/99] Compiling StarCraftKit QueryParameters.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Models/API/QueryParameters.swift:12:16: warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
10 |
11 | /// Filter parameters
12 | public var filters: [String: Any]?
| `- warning: stored property 'filters' of 'Sendable'-conforming struct 'QueryParameters' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
13 |
14 | /// Search parameters
[43/99] Compiling StarCraftKit TournamentEndpoint.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TournamentEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: TournamentEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
[44/99] Compiling StarCraftKit League.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TournamentEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: TournamentEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
[45/99] Compiling StarCraftKit Match.swift
/host/spi-builder-workspace/Sources/StarCraftKit/Endpoints/TournamentEndpoint.swift:33:16: warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
31 |
32 | public let endpoint: TournamentEndpoint
33 | public let queryParameters: [String: Any]
| `- warning: stored property 'queryParameters' of 'Sendable'-conforming struct 'TournamentsRequest' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
34 |
35 | public var path: String {
[53/99] Emitting module ArgumentParser
[61/105] Compiling StarCraftKit StreamingRequest.swift
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:175:20: warning: immutable value 'headers' was never used; consider replacing with '_' or removing it [#no-usage]
173 | )
174 |
175 | let (data, headers): (T, [String: String]) = try await retryHandler.executeRequest(
| `- warning: immutable value 'headers' was never used; consider replacing with '_' or removing it [#no-usage]
176 | client: networkingClient,
177 | request: urlRequest,
[62/105] Compiling StarCraftKit StarCraftClient.swift
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:175:20: warning: immutable value 'headers' was never used; consider replacing with '_' or removing it [#no-usage]
173 | )
174 |
175 | let (data, headers): (T, [String: String]) = try await retryHandler.executeRequest(
| `- warning: immutable value 'headers' was never used; consider replacing with '_' or removing it [#no-usage]
176 | client: networkingClient,
177 | request: urlRequest,
[63/105] Compiling StarCraftKit StarCraftKit.swift
/host/spi-builder-workspace/Sources/StarCraftKit/StarCraftClient.swift:175:20: warning: immutable value 'headers' was never used; consider replacing with '_' or removing it [#no-usage]
173 | )
174 |
175 | let (data, headers): (T, [String: String]) = try await retryHandler.executeRequest(
| `- warning: immutable value 'headers' was never used; consider replacing with '_' or removing it [#no-usage]
176 | client: networkingClient,
177 | request: urlRequest,
[71/106] Compiling ArgumentParser ArgumentVisibility.swift
[72/106] Compiling ArgumentParser CompletionKind.swift
[73/106] Compiling ArgumentParser Errors.swift
[74/106] Compiling ArgumentParser Flag.swift
[75/106] Compiling ArgumentParser NameSpecification.swift
[76/106] Compiling ArgumentParser Option.swift
[77/106] Compiling ArgumentParser OptionGroup.swift
[83/106] Compiling ArgumentParser SplitArguments.swift
[84/106] Compiling ArgumentParser Foundation.swift
[85/106] Compiling ArgumentParser Mutex.swift
[86/106] Compiling ArgumentParser Platform.swift
[87/106] Compiling ArgumentParser SequenceExtensions.swift
[88/106] Compiling ArgumentParser StringExtensions.swift
[89/106] Compiling ArgumentParser SwiftExtensions.swift
[90/106] Compiling ArgumentParser ParsableCommand.swift
[91/106] Compiling ArgumentParser ArgumentDecoder.swift
[92/106] Compiling ArgumentParser ArgumentDefinition.swift
[93/106] Compiling ArgumentParser ArgumentSet.swift
[94/106] Compiling ArgumentParser CommandParser.swift
[95/106] Compiling ArgumentParser InputKey.swift
[95/106] Wrapping AST for StarCraftKit for debugging
[97/106] Compiling ArgumentParser Tree.swift
[98/106] Compiling ArgumentParser CodingKeyValidator.swift
[99/106] Compiling ArgumentParser NonsenseFlagsValidator.swift
[100/106] Compiling ArgumentParser ParsableArgumentsValidation.swift
[101/106] Compiling ArgumentParser PositionalArgumentsValidator.swift
[102/106] Compiling ArgumentParser UniqueNamesValidator.swift
[103/107] Wrapping AST for ArgumentParser for debugging
[105/129] Emitting module StarCraftKitCLI
[106/131] Compiling StarCraftKitCLI String+Extensions.swift
[107/131] Compiling StarCraftKitCLI UIEnhancements.swift
[108/131] Compiling StarCraftKitCLI LeaguesCommand.swift
[109/131] Compiling StarCraftKitCLI LiveCommand.swift
[110/131] Compiling StarCraftKitCLI MatchesCommand.swift
[111/131] Compiling StarCraftKitCLI SearchCommand.swift
[112/131] Compiling StarCraftKitCLI SeriesCommand.swift
[113/131] Compiling StarCraftKitCLI StreamCommand.swift
[114/131] Compiling StarCraftKitCLI CacheCommand.swift
[115/131] Compiling StarCraftKitCLI DebugCommand.swift
[116/131] Compiling StarCraftKitCLI ExportCommand.swift
[117/131] Compiling StarCraftKitCLI TournamentMatchesCommand.swift
[118/131] Compiling StarCraftKitCLI TournamentsCommand.swift
[119/131] Compiling StarCraftKitCLI UpcomingCommand.swift
[120/131] Compiling StarCraftKitCLI PlayerMatchesCommand.swift
[121/131] Compiling StarCraftKitCLI PlayerScheduleCommand.swift
[122/131] Compiling StarCraftKitCLI PlayersCommand.swift
[123/131] Compiling StarCraftKitCLI TeamsCommand.swift
[124/131] Compiling StarCraftKitCLI TestCommand.swift
[125/131] Compiling StarCraftKitCLI TodayCommand.swift
[126/131] Compiling StarCraftKitCLI StarCraftCLI.swift
[127/131] Compiling StarCraftKitCLI CLIContext.swift
[128/131] Compiling StarCraftKitCLI OpponentExtensions.swift
[129/132] Wrapping AST for StarCraftKitCLI for debugging
[130/132] Write Objects.LinkFileList
[131/132] Linking starcraft-cli
Build complete! (59.59s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.