The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-api-client, reference 1.73.0 (e504f5), with Swift 6.2 for Android on 2 Oct 2025 13:54:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/swift-api-client.git
Reference: 1.73.0
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.73.0     -> FETCH_HEAD
HEAD is now at e504f5c Remove unnecessary platform-specific imports from RetryModifierTests
Cloned https://github.com/dankinsoid/swift-api-client.git
Revision (git rev-parse @):
e504f5c413034dcafe8e769f336658d94c017fb2
SUCCESS checkout https://github.com/dankinsoid/swift-api-client.git at 1.73.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankinsoid/swift-api-client.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-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/2357] Fetching swift-metrics
[2099/6267] Fetching swift-metrics, swift-log
[2937/7206] Fetching swift-metrics, swift-log, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
[2311/74736] Fetching swift-metrics, swift-syntax
Fetched https://github.com/apple/swift-metrics.git from cache (5.21s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.26s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (5.58s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.29s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (1.92s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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.4.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.38s)
Building for debugging...
[0/17] Write sources
[13/17] Write swift-version--11D90AFD9DD3AB2.txt
[15/54] Emitting module HTTPTypes
[16/55] Compiling HTTPTypes ISOLatin1String.swift
[17/56] Compiling HTTPTypes HTTPField.swift
[18/56] Emitting module HTTPTypes
[19/56] Compiling HTTPTypes HTTPResponse.swift
[20/56] Compiling HTTPTypes ISOLatin1String.swift
[21/56] Compiling HTTPTypes NIOLock.swift
[22/56] Compiling HTTPTypes HTTPParsedFields.swift
[23/56] Compiling HTTPTypes HTTPRequest.swift
[24/56] Compiling HTTPTypes HTTPResponse.swift
[25/56] Compiling HTTPTypes HTTPParsedFields.swift
[26/56] Compiling HTTPTypes HTTPRequest.swift
[27/56] Compiling SwiftAPIClientMacros SwiftAPIClientMacros.swift
/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/56] Compiling CoreMetrics Metrics.swift
[30/56] Compiling HTTPTypes NIOLock.swift
[31/56] Compiling SwiftAPIClientMacros String++.swift
[32/56] Compiling CoreMetrics Locks.swift
[33/56] Emitting module CoreMetrics
[35/57] Compiling SwiftAPIClientMacros Collection++.swift
[36/57] Emitting module SwiftAPIClientMacros
[37/57] Compiling SwiftAPIClientMacros MacroError.swift
[38/60] Wrapping AST for SwiftAPIClientMacros for debugging
[39/60] Write Objects.LinkFileList
[41/60] Compiling Logging LogHandler.swift
[42/60] Compiling Logging Logging.swift
[43/60] Compiling Logging Locks.swift
[44/60] Compiling Logging MetadataProvider.swift
[45/60] Emitting module Logging
[46/61] Compiling Metrics Metrics.swift
[48/61] Emitting module Metrics
[49/62] Linking SwiftAPIClientMacros-tool
[51/62] Compiling Logging MetadataProvider.swift
[52/62] Emitting module Logging
[53/62] Compiling Logging Locks.swift
[54/62] Compiling HTTPTypes HTTPFields.swift
[55/62] Compiling HTTPTypes HTTPFieldName.swift
[56/62] Emitting module CoreMetrics
[57/62] Compiling CoreMetrics Locks.swift
[60/72] Compiling Logging Logging.swift
[61/72] Compiling Logging LogHandler.swift
[63/73] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[64/73] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[65/73] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[66/73] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[67/73] Compiling HTTPTypes HTTPField.swift
[68/73] Compiling HTTPTypes HTTPFields.swift
[69/73] Compiling HTTPTypes HTTPFieldName.swift
[70/73] Emitting module HTTPTypesFoundation
[71/73] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[74/152] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[75/152] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[76/152] Emitting module Metrics
[77/152] Compiling Metrics Metrics.swift
[78/153] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[80/153] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[81/153] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[82/153] Emitting module HTTPTypesFoundation
[84/154] Emitting module SwiftAPIClient
/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 | }
[85/235] Compiling SwiftAPIClient APIClient.swift
[86/235] Compiling SwiftAPIClient APIClientCaller.swift
[87/235] Compiling SwiftAPIClient APIClientConfigs.swift
[88/235] Compiling SwiftAPIClient APIClientType.swift
[89/235] Compiling SwiftAPIClient HTTPClient.swift
[90/235] Compiling SwiftAPIClient HTTPDownloadClient.swift
[91/235] Compiling SwiftAPIClient HTTPPublisher.swift
[92/235] Compiling SwiftAPIClient HTTPUploadClient.swift
[93/235] Compiling SwiftAPIClient URLSession+Client.swift
[94/235] Compiling SwiftAPIClient Async++.swift
[95/235] 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 |
[96/235] 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 |
[97/235] 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 |
[98/235] 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 |
[99/235] 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 |
[100/235] 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 |
[101/235] 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 |
[102/235] 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 |
[103/235] 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 |
[104/235] 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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
[115/245] Compiling SwiftAPIClient ConsoleStyle.swift
/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 | }
[116/245] Compiling SwiftAPIClient Error+String.swift
/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 | }
[117/245] Compiling SwiftAPIClient NoneLogger.swift
/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 | }
[118/245] Compiling SwiftAPIClient Publisher+Create.swift
/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 | }
[119/245] Compiling SwiftAPIClient Publishers+Task.swift
/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 | }
[120/245] Compiling SwiftAPIClient Reachability.swift
/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 | }
[121/245] Compiling SwiftAPIClient Status+Ext.swift
/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 | }
[122/245] Compiling SwiftAPIClient URLSessionDelegateWrapper.swift
/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 | }
[123/245] Compiling SwiftAPIClient UpdateMetrics.swift
/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 | }
[124/245] Compiling SwiftAPIClient WithSynchronizedAccess.swift
/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 | }
[125/245] 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 |
[126/245] 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 |
[127/245] 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 |
[128/245] 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 |
[129/245] 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 |
[130/245] 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 |
[131/245] 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 |
[132/245] 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 |
[133/245] 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 |
[134/245] 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 |
[135/245] Compiling SwiftAPIClient ErrorHandler.swift
[136/245] Compiling SwiftAPIClient HTTPClientMiddleware.swift
[137/245] Compiling SwiftAPIClient HTTPResponseValidator.swift
[138/245] Compiling SwiftAPIClient ListenerModifiers.swift
[139/245] Compiling SwiftAPIClient LoggingModifier.swift
[140/245] Compiling SwiftAPIClient MetricsModifier.swift
[141/245] Compiling SwiftAPIClient MockResponses.swift
[142/245] Compiling SwiftAPIClient RateLimitModifier.swift
[143/245] Compiling SwiftAPIClient RedirectModifier.swift
[144/245] Compiling SwiftAPIClient RequestCompression.swift
[155/245] Compiling SwiftAPIClient String++.swift
[156/245] Compiling SwiftAPIClient URLComponentBuilder.swift
[157/245] Compiling SwiftAPIClient URLResponse++.swift
[158/245] Compiling SwiftAPIClient Imports.swift
[159/245] Compiling SwiftAPIClient Macros.swift
[160/245] Compiling SwiftAPIClient AuthModifier.swift
[161/245] Compiling SwiftAPIClient BackgroundModifiers.swift
[162/245] Compiling SwiftAPIClient CodeLocation.swift
[163/245] Compiling SwiftAPIClient CodersModifiers.swift
[164/245] Compiling SwiftAPIClient ErrorDecodeModifiers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[165/245] 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 |
[166/245] 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 |
[167/245] 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 |
[168/245] 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 |
[169/245] 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 |
[170/245] 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 |
[171/245] 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 |
[172/245] 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 |
[173/245] 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 |
[174/245] 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 |
[175/245] 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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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/245] 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 |
[197/245] 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 |
[198/245] 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 |
[199/245] 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 |
[200/245] 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 |
[201/245] 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 |
[202/245] 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 |
[203/245] 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 |
[204/245] 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 |
[205/245] 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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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.2 android