Build Information
Failed to build swift-api-client, reference 1.74.1 (609467), with Swift 6.3 for Android on 17 Apr 2026 13:45:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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: android
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-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-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/3173] Fetching swift-metrics
[731/9803] Fetching swift-metrics, swift-log
[2038/10846] Fetching swift-metrics, swift-log, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.91s)
[1/74983] Fetching swift-syntax
Fetched https://github.com/apple/swift-metrics.git from cache (12.45s)
Fetched https://github.com/apple/swift-log.git from cache (12.46s)
Fetched https://github.com/swiftlang/swift-syntax from cache (12.62s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (13.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.10.0 (1.01s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (5.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.90s)
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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.10.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.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.67s)
Building for debugging...
[0/17] Write sources
[13/17] Write swift-version--4F562202D5529B1.txt
[15/62] Emitting module Logging
[16/62] Emitting module CoreMetrics
[17/62] 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>
[18/62] Compiling CoreMetrics WithMetricsFactory.swift
[19/62] Compiling HTTPTypes HTTPField.swift
[20/62] Compiling HTTPTypes HTTPFieldName.swift
[21/62] Emitting module HTTPTypes
[22/63] Compiling CoreMetrics MappingMetricsFactory.swift
[23/63] Compiling HTTPTypes ISOLatin1String.swift
[24/63] Compiling Logging LogEvent.swift
[25/63] Compiling HTTPTypes HTTPResponse.swift
[26/63] Compiling HTTPTypes HTTPRequest.swift
[27/63] 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>
[28/63] Compiling CoreMetrics Metrics.swift
[29/63] Compiling Logging MetadataProvider.swift
[30/63] Compiling Logging Locks.swift
[31/63] Compiling CoreMetrics Locks.swift
[32/64] Compiling HTTPTypes HTTPRequest+URL.swift
[33/64] Compiling CoreMetrics WithMetricsFactory.swift
[34/64] Compiling HTTPTypes HTTPParsedFields.swift
[35/64] Compiling HTTPTypes ISOLatin1String.swift
[37/65] Compiling HTTPTypes NIOLock.swift
[38/67] Compiling CoreMetrics Metrics.swift
[39/67] Compiling CoreMetrics MappingMetricsFactory.swift
[40/67] Compiling SwiftAPIClientMacros Collection++.swift
[41/67] Compiling SwiftAPIClientMacros String++.swift
[42/67] Compiling SwiftAPIClientMacros MacroError.swift
[43/67] Compiling HTTPTypes HTTPResponse.swift
[44/68] Compiling HTTPTypes HTTPRequest.swift
[45/68] Wrapping AST for SwiftAPIClientMacros for debugging
[46/68] Write Objects.LinkFileList
[48/68] Compiling Logging LogHandler.swift
[49/68] Compiling Logging Logging.swift
[50/68] Compiling HTTPTypes NIOLock.swift
[51/69] Linking SwiftAPIClientMacros-tool
[53/69] Emitting module Metrics
[54/69] Compiling Metrics Metrics.swift
[56/70] Compiling HTTPTypes HTTPFields.swift
[58/77] Compiling CoreMetrics Locks.swift
[59/77] Emitting module CoreMetrics
[60/77] Emitting module Logging
[61/78] Compiling Logging MetadataProvider.swift
[62/78] Compiling Logging Locks.swift
[63/78] Compiling HTTPTypes HTTPRequest+URL.swift
[64/78] Compiling HTTPTypes HTTPParsedFields.swift
[65/78] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[67/80] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[68/80] Emitting module HTTPTypesFoundation
[69/80] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[70/80] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[71/80] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[73/81] Compiling Logging Logging.swift
[74/81] Compiling Logging LogHandler.swift
[75/82] Compiling Logging LogEvent.swift
[77/153] Compiling SwiftAPIClient String++.swift
[78/153] Compiling SwiftAPIClient URLComponentBuilder.swift
[79/153] Compiling SwiftAPIClient URLResponse++.swift
[80/153] Compiling SwiftAPIClient Imports.swift
[81/153] Compiling SwiftAPIClient Macros.swift
[82/153] Compiling SwiftAPIClient AuthModifier.swift
[83/153] Compiling SwiftAPIClient BackgroundModifiers.swift
[84/153] Compiling SwiftAPIClient CodeLocation.swift
[85/153] Compiling SwiftAPIClient CodersModifiers.swift
[86/153] Compiling SwiftAPIClient ErrorDecodeModifiers.swift
[87/163] Emitting module Metrics
[88/163] Compiling Metrics Metrics.swift
[89/164] Compiling SwiftAPIClient ErrorHandler.swift
[90/164] Compiling SwiftAPIClient HTTPClientMiddleware.swift
[91/164] Compiling SwiftAPIClient HTTPResponseValidator.swift
[92/164] Compiling SwiftAPIClient ListenerModifiers.swift
[93/164] Compiling SwiftAPIClient LoggingModifier.swift
[94/164] Compiling SwiftAPIClient MetricsModifier.swift
[95/164] Compiling SwiftAPIClient MockResponses.swift
[96/164] Compiling SwiftAPIClient RateLimitModifier.swift
[97/164] Compiling SwiftAPIClient RedirectModifier.swift
[98/164] Compiling SwiftAPIClient RequestCompression.swift
[100/164] Compiling SwiftAPIClient APIClient.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`.
[101/164] Compiling SwiftAPIClient APIClientCaller.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`.
[102/164] Compiling SwiftAPIClient APIClientConfigs.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`.
[103/164] Compiling SwiftAPIClient APIClientType.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`.
[104/164] Compiling SwiftAPIClient HTTPClient.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`.
[105/164] Compiling SwiftAPIClient HTTPDownloadClient.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`.
[106/164] Compiling SwiftAPIClient HTTPPublisher.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`.
[107/164] Compiling SwiftAPIClient HTTPUploadClient.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`.
[108/164] Compiling SwiftAPIClient URLSession+Client.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`.
[109/164] Compiling SwiftAPIClient Async++.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`.
[110/164] 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>
[113/164] Emitting module HTTPTypes
[114/164] Compiling HTTPTypes HTTPFields.swift
[116/165] Compiling SwiftAPIClient RequestBuilder.swift
[117/165] Compiling SwiftAPIClient AsyncValue.swift
[118/165] Compiling SwiftAPIClient ContentSerializer.swift
[119/165] Compiling SwiftAPIClient ContentType.swift
[120/165] Compiling SwiftAPIClient Errors.swift
[121/165] Compiling SwiftAPIClient HTTPFields.swift
[122/165] Compiling SwiftAPIClient HTTPRequestComponents.swift
[123/165] Compiling SwiftAPIClient LoggingComponent.swift
[124/165] Compiling SwiftAPIClient Mockable.swift
[125/165] Compiling SwiftAPIClient RedirectBehaviour.swift
[126/171] 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>
[127/171] 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>
[128/171] 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>
[129/171] 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>
[130/171] 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>
[131/171] 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>
[132/171] 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>
[133/171] 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>
[134/171] 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>
[135/171] 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>
[136/171] Compiling SwiftAPIClient Serializer.swift
[137/171] Compiling SwiftAPIClient TimeoutError.swift
[138/171] Compiling SwiftAPIClient AnyAsyncSequence.swift
[139/171] Compiling SwiftAPIClient AnyEncodable.swift
[140/171] Compiling SwiftAPIClient ContentEncoder.swift
[141/171] Compiling SwiftAPIClient DataDecoder.swift
[142/171] Compiling SwiftAPIClient EncodingStrategies.swift
[143/171] Compiling SwiftAPIClient ErrorDecoder.swift
[144/171] Compiling SwiftAPIClient FormURLEncoder.swift
[145/171] Compiling SwiftAPIClient HeadersEncoder.swift
[146/171] Compiling SwiftAPIClient JSONContentEncoders.swift
[147/171] Compiling SwiftAPIClient MultipartFormData.swift
[148/171] Compiling SwiftAPIClient MultipartFormDataEncoder.swift
[149/171] Compiling SwiftAPIClient ParametersEncoder.swift
[150/171] Compiling SwiftAPIClient ParametersValue.swift
[151/171] Compiling SwiftAPIClient QueryEncoder.swift
[152/171] Compiling SwiftAPIClient HTTPHeadersEncoder.swift
[153/171] Compiling SwiftAPIClient PlainCodingKey.swift
[154/171] Compiling SwiftAPIClient Ref.swift
[155/171] Compiling SwiftAPIClient URLQueryEncoder.swift
[156/171] Compiling SwiftAPIClient RequestModifiers.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 | }
[157/171] Compiling SwiftAPIClient RequestValidator.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 | }
[158/171] Compiling SwiftAPIClient ResponseWrapModifires.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 | }
[159/171] Compiling SwiftAPIClient RetryModifier.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 | }
[160/171] Compiling SwiftAPIClient ThrottleModifier.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 | }
[161/171] Compiling SwiftAPIClient TimeoutModifiers.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 | }
[162/171] Compiling SwiftAPIClient TokenCacheService.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 | }
[163/171] Compiling SwiftAPIClient TokenRefresher.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 | }
[164/171] Compiling SwiftAPIClient URLSessionModifiers.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 | }
[165/171] Compiling SwiftAPIClient WaitForConnectionModifier.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 | }
[166/172] Emitting module HTTPTypesFoundation
[168/172] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[169/172] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[170/172] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[171/172] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[172/172] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[174/244] Compiling SwiftAPIClient String++.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[175/244] Compiling SwiftAPIClient URLComponentBuilder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[176/244] Compiling SwiftAPIClient URLResponse++.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[177/244] Compiling SwiftAPIClient Imports.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[178/244] Compiling SwiftAPIClient Macros.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[179/244] Compiling SwiftAPIClient AuthModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[180/244] Compiling SwiftAPIClient BackgroundModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[181/244] Compiling SwiftAPIClient CodeLocation.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[182/244] Compiling SwiftAPIClient CodersModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[183/244] Compiling SwiftAPIClient ErrorDecodeModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[184/254] Compiling SwiftAPIClient APIClient.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[185/254] Compiling SwiftAPIClient APIClientCaller.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[186/254] Compiling SwiftAPIClient APIClientConfigs.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[187/254] Compiling SwiftAPIClient APIClientType.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[188/254] Compiling SwiftAPIClient HTTPClient.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[189/254] Compiling SwiftAPIClient HTTPDownloadClient.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[190/254] Compiling SwiftAPIClient HTTPPublisher.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[191/254] Compiling SwiftAPIClient HTTPUploadClient.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[192/254] Compiling SwiftAPIClient URLSession+Client.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[193/254] Compiling SwiftAPIClient Async++.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[194/254] Compiling SwiftAPIClient ErrorHandler.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[195/254] Compiling SwiftAPIClient HTTPClientMiddleware.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[196/254] Compiling SwiftAPIClient HTTPResponseValidator.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[197/254] Compiling SwiftAPIClient ListenerModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[198/254] Compiling SwiftAPIClient LoggingModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[199/254] Compiling SwiftAPIClient MetricsModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[200/254] Compiling SwiftAPIClient MockResponses.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[201/254] Compiling SwiftAPIClient RateLimitModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[202/254] Compiling SwiftAPIClient RedirectModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[203/254] Compiling SwiftAPIClient RequestCompression.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[204/254] Compiling SwiftAPIClient Serializer.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[205/254] Compiling SwiftAPIClient TimeoutError.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[206/254] Compiling SwiftAPIClient AnyAsyncSequence.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[207/254] Compiling SwiftAPIClient AnyEncodable.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[208/254] Compiling SwiftAPIClient ContentEncoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[209/254] Compiling SwiftAPIClient DataDecoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[210/254] Compiling SwiftAPIClient EncodingStrategies.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[211/254] Compiling SwiftAPIClient ErrorDecoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[212/254] Compiling SwiftAPIClient FormURLEncoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[213/254] Compiling SwiftAPIClient HeadersEncoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[214/254] Compiling SwiftAPIClient ConsoleStyle.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[215/254] Compiling SwiftAPIClient Error+String.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[216/254] Compiling SwiftAPIClient NoneLogger.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[217/254] Compiling SwiftAPIClient Publisher+Create.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[218/254] Compiling SwiftAPIClient Publishers+Task.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[219/254] Compiling SwiftAPIClient Reachability.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[220/254] Compiling SwiftAPIClient Status+Ext.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[221/254] Compiling SwiftAPIClient URLSessionDelegateWrapper.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[222/254] Compiling SwiftAPIClient UpdateMetrics.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[223/254] Compiling SwiftAPIClient WithSynchronizedAccess.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[224/254] Compiling SwiftAPIClient RequestBuilder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[225/254] Compiling SwiftAPIClient AsyncValue.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[226/254] Compiling SwiftAPIClient ContentSerializer.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[227/254] Compiling SwiftAPIClient ContentType.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[228/254] Compiling SwiftAPIClient Errors.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[229/254] Compiling SwiftAPIClient HTTPFields.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[230/254] Compiling SwiftAPIClient HTTPRequestComponents.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[231/254] Compiling SwiftAPIClient LoggingComponent.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[232/254] Compiling SwiftAPIClient Mockable.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[233/254] Compiling SwiftAPIClient RedirectBehaviour.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[234/254] Emitting module SwiftAPIClient
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[235/254] Compiling SwiftAPIClient RequestModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[236/254] Compiling SwiftAPIClient RequestValidator.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[237/254] Compiling SwiftAPIClient ResponseWrapModifires.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[238/254] Compiling SwiftAPIClient RetryModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[239/254] Compiling SwiftAPIClient ThrottleModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[240/254] Compiling SwiftAPIClient TimeoutModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[241/254] Compiling SwiftAPIClient TokenCacheService.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[242/254] Compiling SwiftAPIClient TokenRefresher.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[243/254] Compiling SwiftAPIClient URLSessionModifiers.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[244/254] Compiling SwiftAPIClient WaitForConnectionModifier.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[245/254] Compiling SwiftAPIClient JSONContentEncoders.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[246/254] Compiling SwiftAPIClient MultipartFormData.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[247/254] Compiling SwiftAPIClient MultipartFormDataEncoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[248/254] Compiling SwiftAPIClient ParametersEncoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[249/254] Compiling SwiftAPIClient ParametersValue.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[250/254] Compiling SwiftAPIClient QueryEncoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[251/254] Compiling SwiftAPIClient HTTPHeadersEncoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[252/254] Compiling SwiftAPIClient PlainCodingKey.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[253/254] Compiling SwiftAPIClient Ref.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[254/254] Compiling SwiftAPIClient URLQueryEncoder.swift
/host/spi-builder-workspace/Sources/SwiftAPIClient/Modifiers/RetryModifier.swift:10:8: error: no such module 'Glibc'
8 | import Darwin
9 | #else
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
BUILD FAILURE 6.3 android