The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-api-client, reference 1.74.1 (609467), with Swift 6.3 for Linux on 17 Apr 2026 13:45:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/swift-api-client.git
Reference: 1.74.1
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/dankinsoid/swift-api-client
 * tag               1.74.1     -> FETCH_HEAD
HEAD is now at 6094670 fix: revert swift-tools-version to 5.9 to avoid strict concurrency errors
Cloned https://github.com/dankinsoid/swift-api-client.git
Revision (git rev-parse @):
609467015ac4d513194ce3774d169ddf2c547091
SUCCESS checkout https://github.com/dankinsoid/swift-api-client.git at 1.74.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dankinsoid/swift-api-client.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-http-types.git
[1/1043] Fetching swift-http-types
[1044/4216] Fetching swift-http-types, swift-metrics
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
[1904/3173] Fetching swift-metrics
[2096/9803] Fetching swift-metrics, swift-log
[5296/84786] Fetching swift-metrics, swift-log, swift-syntax
Fetched https://github.com/apple/swift-metrics.git from cache (0.68s)
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
[9748/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.71s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (9.44s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.10.0 (0.73s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (2.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.50s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.10.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.61s)
Building for debugging...
[0/17] Write sources
[13/17] Write swift-version-24593BA9C3E375BF.txt
[15/62] Compiling HTTPTypes HTTPField.swift
[16/62] Compiling HTTPTypes HTTPFieldName.swift
[17/63] Compiling CoreMetrics WithMetricsFactory.swift
[18/63] Compiling Logging LogEvent.swift
[19/63] Compiling HTTPTypes ISOLatin1String.swift
[20/64] Compiling CoreMetrics WithMetricsFactory.swift
[21/64] Compiling HTTPTypes ISOLatin1String.swift
[22/64] Compiling HTTPTypes HTTPResponse.swift
[23/64] Compiling HTTPTypes HTTPRequest.swift
[25/64] Compiling HTTPTypes HTTPResponse.swift
[26/64] Compiling SwiftAPIClientMacros SwiftAPIClientMacros.swift
/host/spi-builder-workspace/Sources/SwiftAPIClientMacros/SwiftAPIClientMacros.swift:149:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
147 | }
148 |
149 | public struct SwiftAPIClientPathMacro: MemberMacro, MemberAttributeMacro, PeerMacro, ExtensionMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
150 |
151 | 	public static func expansion(
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 |   public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |             `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/SwiftAPIClientMacros/SwiftAPIClientMacros.swift:41:40: warning: 'throwsSpecifier' is deprecated: use throwsClause.throwsSpecifier [#DeprecatedDeclaration]
 39 | 			funcDecl.signature.effectSpecifiers = FunctionEffectSpecifiersSyntax()
 40 | 		}
 41 | 		funcDecl.signature.effectSpecifiers?.throwsSpecifier = "throws"
    |                                        `- warning: 'throwsSpecifier' is deprecated: use throwsClause.throwsSpecifier [#DeprecatedDeclaration]
 42 |
 43 | 		let isAsync = attribute.caller == "http" || funcDecl.signature.effectSpecifiers?.asyncSpecifier != nil
/host/spi-builder-workspace/Sources/SwiftAPIClientMacros/SwiftAPIClientMacros.swift:278:19: warning: 'macro' is deprecated: renamed to 'macroName' [#DeprecatedDeclaration]
276 |
277 | 	public static func expansion(of node: some FreestandingMacroExpansionSyntax, in context: some MacroExpansionContext) throws -> [DeclSyntax] {
278 | 		let name = node.macro.text.lowercased()
    |                   |- warning: 'macro' is deprecated: renamed to 'macroName' [#DeprecatedDeclaration]
    |                   `- note: use 'macroName' instead
279 | 		var type = node.argumentList.first?.expression.trimmed.description ?? ""
280 | 		if type.hasSuffix(".self") {
/host/spi-builder-workspace/Sources/SwiftAPIClientMacros/SwiftAPIClientMacros.swift:279:19: warning: 'argumentList' is deprecated: renamed to 'arguments' [#DeprecatedDeclaration]
277 | 	public static func expansion(of node: some FreestandingMacroExpansionSyntax, in context: some MacroExpansionContext) throws -> [DeclSyntax] {
278 | 		let name = node.macro.text.lowercased()
279 | 		var type = node.argumentList.first?.expression.trimmed.description ?? ""
    |                   |- warning: 'argumentList' is deprecated: renamed to 'arguments' [#DeprecatedDeclaration]
    |                   `- note: use 'arguments' instead
280 | 		if type.hasSuffix(".self") {
281 | 			type.removeLast(5)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/64] Compiling CoreMetrics MappingMetricsFactory.swift
[28/64] Compiling CoreMetrics Metrics.swift
[29/64] Compiling CoreMetrics MappingMetricsFactory.swift
[30/64] Compiling CoreMetrics Metrics.swift
[31/64] Compiling Logging MetadataProvider.swift
[32/64] Emitting module Logging
[33/64] Compiling Logging Locks.swift
[34/64] Compiling CoreMetrics Locks.swift
[35/64] Emitting module CoreMetrics
[36/65] Compiling HTTPTypes HTTPParsedFields.swift
[37/65] Compiling HTTPTypes HTTPRequest+URL.swift
[38/65] Compiling Logging MetadataProvider.swift
[39/65] Compiling HTTPTypes NIOLock.swift
[41/65] Compiling HTTPTypes HTTPRequest+URL.swift
[42/65] Compiling HTTPTypes HTTPParsedFields.swift
[43/65] Compiling CoreMetrics Locks.swift
[44/65] Emitting module CoreMetrics
[45/66] Compiling HTTPTypes NIOLock.swift
[47/66] Compiling SwiftAPIClientMacros String++.swift
[48/66] Emitting module SwiftAPIClientMacros
/host/spi-builder-workspace/Sources/SwiftAPIClientMacros/SwiftAPIClientMacros.swift:149:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
147 | }
148 |
149 | public struct SwiftAPIClientPathMacro: MemberMacro, MemberAttributeMacro, PeerMacro, ExtensionMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
150 |
151 | 	public static func expansion(
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 |   public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |             `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[49/66] Compiling SwiftAPIClientMacros MacroError.swift
[50/66] Compiling SwiftAPIClientMacros Collection++.swift
[51/71] Wrapping AST for SwiftAPIClientMacros for debugging
[52/71] Write Objects.LinkFileList
[54/71] Compiling Logging LogEvent.swift
[55/71] Compiling Logging Logging.swift
[56/71] Compiling Logging LogHandler.swift
[58/72] Compiling Logging Locks.swift
[59/72] Emitting module Logging
[60/72] Compiling Logging Logging.swift
[61/72] Compiling Logging LogHandler.swift
[62/73] Linking SwiftAPIClientMacros-tool
[64/73] Emitting module Metrics
[65/73] Compiling Metrics Metrics.swift
[66/73] Emitting module Metrics
[67/73] Compiling Metrics Metrics.swift
[72/75] Emitting module HTTPTypes
[73/75] Compiling HTTPTypes HTTPFields.swift
[76/76] Emitting module HTTPTypes
[78/89] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[79/89] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[80/89] Emitting module HTTPTypesFoundation
[81/89] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[82/89] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[83/89] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[84/89] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[85/89] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[86/89] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[87/89] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[88/90] Emitting module HTTPTypesFoundation
[89/90] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[92/233] Compiling SwiftAPIClient APIClient.swift
[93/233] Compiling SwiftAPIClient APIClientCaller.swift
[94/233] Compiling SwiftAPIClient APIClientConfigs.swift
[95/233] Compiling SwiftAPIClient APIClientType.swift
[96/233] Compiling SwiftAPIClient HTTPClient.swift
[97/233] Compiling SwiftAPIClient HTTPDownloadClient.swift
[98/233] Compiling SwiftAPIClient HTTPPublisher.swift
[99/233] Compiling SwiftAPIClient HTTPUploadClient.swift
[100/233] Compiling SwiftAPIClient URLSession+Client.swift
[101/233] Compiling SwiftAPIClient Async++.swift
[102/243] Compiling SwiftAPIClient JSONContentEncoders.swift
[103/243] Compiling SwiftAPIClient MultipartFormData.swift
[104/243] Compiling SwiftAPIClient MultipartFormDataEncoder.swift
[105/243] Compiling SwiftAPIClient ParametersEncoder.swift
[106/243] Compiling SwiftAPIClient ParametersValue.swift
[107/243] Compiling SwiftAPIClient QueryEncoder.swift
[108/243] Compiling SwiftAPIClient HTTPHeadersEncoder.swift
[109/243] Compiling SwiftAPIClient PlainCodingKey.swift
[110/243] Compiling SwiftAPIClient Ref.swift
[111/243] Compiling SwiftAPIClient URLQueryEncoder.swift
[112/243] Compiling SwiftAPIClient String++.swift
[113/243] Compiling SwiftAPIClient URLComponentBuilder.swift
[114/243] Compiling SwiftAPIClient URLResponse++.swift
[115/243] Compiling SwiftAPIClient Imports.swift
[116/243] Compiling SwiftAPIClient Macros.swift
[117/243] Compiling SwiftAPIClient AuthModifier.swift
[118/243] Compiling SwiftAPIClient BackgroundModifiers.swift
[119/243] Compiling SwiftAPIClient CodeLocation.swift
[120/243] Compiling SwiftAPIClient CodersModifiers.swift
[121/243] Compiling SwiftAPIClient ErrorDecodeModifiers.swift
[122/243] Compiling SwiftAPIClient ErrorHandler.swift
[123/243] Compiling SwiftAPIClient HTTPClientMiddleware.swift
[124/243] Compiling SwiftAPIClient HTTPResponseValidator.swift
[125/243] Compiling SwiftAPIClient ListenerModifiers.swift
[126/243] Compiling SwiftAPIClient LoggingModifier.swift
[127/243] Compiling SwiftAPIClient MetricsModifier.swift
[128/243] Compiling SwiftAPIClient MockResponses.swift
[129/243] Compiling SwiftAPIClient RateLimitModifier.swift
[130/243] Compiling SwiftAPIClient RedirectModifier.swift
[131/243] Compiling SwiftAPIClient RequestCompression.swift
[132/243] Emitting module SwiftAPIClient
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[134/253] Compiling SwiftAPIClient RequestModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[135/253] Compiling SwiftAPIClient RequestValidator.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[136/253] Compiling SwiftAPIClient ResponseWrapModifires.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[137/253] Compiling SwiftAPIClient RetryModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[138/253] Compiling SwiftAPIClient ThrottleModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[139/253] Compiling SwiftAPIClient TimeoutModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[140/253] Compiling SwiftAPIClient TokenCacheService.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[141/253] Compiling SwiftAPIClient TokenRefresher.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[142/253] Compiling SwiftAPIClient URLSessionModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[143/253] Compiling SwiftAPIClient WaitForConnectionModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'PartialKeyPath<APIClient.Configs>'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
Swift.PartialKeyPath:1:14: note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
1 | public class PartialKeyPath<Root> : AnyKeyPath {
  |              `- note: generic class 'PartialKeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/APIClientConfigs.swift:12:15: warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 10 | 	struct Configs: Sendable {
 11 |
 12 | 		private var values: [PartialKeyPath<APIClient.Configs>: Any] = [:]
    |               `- warning: stored property 'values' of 'Sendable'-conforming struct 'Configs' contains non-Sendable type 'Any'; this is an error in the Swift 6 language mode
 13 |
 14 | 		/// Initializes a new configuration set for `APIClient`.
[154/253] Compiling SwiftAPIClient ConsoleStyle.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[155/253] Compiling SwiftAPIClient Error+String.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[156/253] Compiling SwiftAPIClient NoneLogger.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[157/253] Compiling SwiftAPIClient Publisher+Create.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[158/253] Compiling SwiftAPIClient Publishers+Task.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[159/253] Compiling SwiftAPIClient Reachability.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[160/253] Compiling SwiftAPIClient Status+Ext.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[161/253] Compiling SwiftAPIClient URLSessionDelegateWrapper.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[162/253] Compiling SwiftAPIClient UpdateMetrics.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[163/253] Compiling SwiftAPIClient WithSynchronizedAccess.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[164/253] Compiling SwiftAPIClient RequestBuilder.swift
[165/253] Compiling SwiftAPIClient AsyncValue.swift
[166/253] Compiling SwiftAPIClient ContentSerializer.swift
[167/253] Compiling SwiftAPIClient ContentType.swift
[168/253] Compiling SwiftAPIClient Errors.swift
[169/253] Compiling SwiftAPIClient HTTPFields.swift
[170/253] Compiling SwiftAPIClient HTTPRequestComponents.swift
[171/253] Compiling SwiftAPIClient LoggingComponent.swift
[172/253] Compiling SwiftAPIClient Mockable.swift
[173/253] Compiling SwiftAPIClient RedirectBehaviour.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/NoneLogger.swift:14:16: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
12 | }
13 |
14 | private struct NoneLogger: LogHandler {
   |                `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
15 |
16 |   var metadata: Logger.Metadata = [:]
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
/host/spi-builder-workspace/Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift:44:6: warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 42 | final class SessionDelegateProxy: NSObject {
 43 |
 44 | 	var configs: APIClient.Configs?
    |      `- warning: stored property 'configs' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
 45 | 	var originalDelegate: URLSessionDelegate? { configs?.urlSessionDelegate }
 46 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[204/253] Compiling SwiftAPIClient Serializer.swift
[205/253] Compiling SwiftAPIClient TimeoutError.swift
[206/253] Compiling SwiftAPIClient AnyAsyncSequence.swift
[207/253] Compiling SwiftAPIClient AnyEncodable.swift
[208/253] Compiling SwiftAPIClient ContentEncoder.swift
[209/253] Compiling SwiftAPIClient DataDecoder.swift
[210/253] Compiling SwiftAPIClient EncodingStrategies.swift
[211/253] Compiling SwiftAPIClient ErrorDecoder.swift
[212/253] Compiling SwiftAPIClient FormURLEncoder.swift
[213/253] Compiling SwiftAPIClient HeadersEncoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:484:28: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
482 | 		let backoffPolicy = configs.retryBackoffPolicy
483 | 		if let hash = backoffPolicy.scopeHash(request) {
484 | 			if let interval = await waitForSynchronizedAccess(id: hash, of: UInt64.self) {
    |                            `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
485 | 				try await Task.sleep(nanoseconds: configs.retryJitterConfigs.delay(for: interval))
486 | 			}
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:509:21: warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
507 | 						Logger(label: "SwiftAPIClient")
508 | 							.trace("Backing off requests to '\(hash.base)' for \(Double(interval) / 1_000_000_000) seconds due to \(response.status) status code.")
509 | 						_ = try await withThrowingSynchronizedAccess(id: hash) {
    |                     `- warning: conformance of 'AnyHashable' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
510 | 							try await Task.sleep(nanoseconds: interval)
511 | 							return interval
Swift.AnyHashable:2:11: note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
  |           `- note: conformance of 'AnyHashable' to 'Sendable' has been explicitly marked unavailable here
3 | }
Build complete! (84.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "700.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "swift-api-client",
  "name" : "swift-api-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAPIClient",
      "targets" : [
        "SwiftAPIClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftAPIClientMacros",
      "targets" : [
        "SwiftAPIClientMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAPIClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAPIClientTests",
      "path" : "Tests/SwiftAPIClientTests",
      "sources" : [
        "CURLTests.swift",
        "EncodersTests/MultipartFormDataTests.swift",
        "HTTPHeadersEncoderTests.swift",
        "Modifiers/AuthModifierTests.swift",
        "Modifiers/ErrorDecodingTests.swift",
        "Modifiers/HTTPResponseValidatorTests.swift",
        "Modifiers/LogLevelModifierTests.swift",
        "Modifiers/LoggingAndListenerTests.swift",
        "Modifiers/MockResponsesTests.swift",
        "Modifiers/QueryParameterMiddlewareTests.swift",
        "Modifiers/RequestCompressionTests.swift",
        "Modifiers/RequestModifiersTests.swift",
        "Modifiers/RetryModifierTests.swift",
        "NetworkClientTests.swift",
        "TestUtils/Client+Ext.swift",
        "TestUtils/QueryParameterMiddleware.swift",
        "TestUtils/TestHTTPClient.swift",
        "URLQueryEncoderTests.swift",
        "UtilsTests/URLComponentBuilderTests.swift",
        "UtilsTests/WithTimeoutTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAPIClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAPIClientMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAPIClientMacrosTests",
      "path" : "Tests/SwiftAPIClientMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "APIMacroTests.swift",
        "CallMacroTests.swift",
        "PathMacroTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAPIClientMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAPIClientMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAPIClientMacros",
      "path" : "Sources/SwiftAPIClientMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftAPIClient",
        "SwiftAPIClientMacros"
      ],
      "sources" : [
        "Collection++.swift",
        "MacroError.swift",
        "String++.swift",
        "SwiftAPIClientMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAPIClient",
      "path" : "Sources/SwiftAPIClient",
      "product_dependencies" : [
        "Logging",
        "HTTPTypes",
        "HTTPTypesFoundation",
        "Metrics"
      ],
      "product_memberships" : [
        "SwiftAPIClient"
      ],
      "sources" : [
        "APIClient.swift",
        "APIClientCaller.swift",
        "APIClientConfigs.swift",
        "APIClientType.swift",
        "Clients/HTTPClient.swift",
        "Clients/HTTPDownloadClient.swift",
        "Clients/HTTPPublisher.swift",
        "Clients/HTTPUploadClient.swift",
        "Clients/URLSession+Client.swift",
        "Extensions/Async++.swift",
        "Extensions/String++.swift",
        "Extensions/URLComponentBuilder.swift",
        "Extensions/URLResponse++.swift",
        "Imports.swift",
        "Macros.swift",
        "Modifiers/AuthModifier.swift",
        "Modifiers/BackgroundModifiers.swift",
        "Modifiers/CodeLocation.swift",
        "Modifiers/CodersModifiers.swift",
        "Modifiers/ErrorDecodeModifiers.swift",
        "Modifiers/ErrorHandler.swift",
        "Modifiers/HTTPClientMiddleware.swift",
        "Modifiers/HTTPResponseValidator.swift",
        "Modifiers/ListenerModifiers.swift",
        "Modifiers/LoggingModifier.swift",
        "Modifiers/MetricsModifier.swift",
        "Modifiers/MockResponses.swift",
        "Modifiers/RateLimitModifier.swift",
        "Modifiers/RedirectModifier.swift",
        "Modifiers/RequestCompression.swift",
        "Modifiers/RequestModifiers.swift",
        "Modifiers/RequestValidator.swift",
        "Modifiers/ResponseWrapModifires.swift",
        "Modifiers/RetryModifier.swift",
        "Modifiers/ThrottleModifier.swift",
        "Modifiers/TimeoutModifiers.swift",
        "Modifiers/TokenRefresher/TokenCacheService.swift",
        "Modifiers/TokenRefresher/TokenRefresher.swift",
        "Modifiers/URLSessionModifiers.swift",
        "Modifiers/WaitForConnectionModifier.swift",
        "RequestBuilder.swift",
        "Types/AsyncValue.swift",
        "Types/ContentSerializer.swift",
        "Types/ContentType.swift",
        "Types/Errors.swift",
        "Types/HTTPFields.swift",
        "Types/HTTPRequestComponents.swift",
        "Types/LoggingComponent.swift",
        "Types/Mockable.swift",
        "Types/RedirectBehaviour.swift",
        "Types/Serializer.swift",
        "Types/TimeoutError.swift",
        "Utils/AnyAsyncSequence.swift",
        "Utils/AnyEncodable.swift",
        "Utils/Coders/ContentEncoder.swift",
        "Utils/Coders/DataDecoder.swift",
        "Utils/Coders/EncodingStrategies.swift",
        "Utils/Coders/ErrorDecoder.swift",
        "Utils/Coders/FormURLEncoder.swift",
        "Utils/Coders/HeadersEncoder.swift",
        "Utils/Coders/JSONContentEncoders.swift",
        "Utils/Coders/MultipartFormData/MultipartFormData.swift",
        "Utils/Coders/MultipartFormData/MultipartFormDataEncoder.swift",
        "Utils/Coders/ParametersEncoder.swift",
        "Utils/Coders/ParametersValue.swift",
        "Utils/Coders/QueryEncoder.swift",
        "Utils/Coders/URLQuery/HTTPHeadersEncoder.swift",
        "Utils/Coders/URLQuery/PlainCodingKey.swift",
        "Utils/Coders/URLQuery/Ref.swift",
        "Utils/Coders/URLQuery/URLQueryEncoder.swift",
        "Utils/ConsoleStyle.swift",
        "Utils/Error+String.swift",
        "Utils/NoneLogger.swift",
        "Utils/Publisher+Create.swift",
        "Utils/Publishers+Task.swift",
        "Utils/Reachability.swift",
        "Utils/Status+Ext.swift",
        "Utils/URLSessionDelegateWrapper.swift",
        "Utils/UpdateMetrics.swift",
        "Utils/WithSynchronizedAccess.swift"
      ],
      "target_dependencies" : [
        "SwiftAPIClientMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.