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 HTTPClient, reference main (960cbb), with Swift 6.2 (beta) for Android on 22 Jun 2025 02:38:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/http_client.git
Reference: main
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/marinofelipe/http_client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 960cbb5 Missing conditional imports for Linux
Cloned https://github.com/marinofelipe/http_client.git
Revision (git rev-parse @):
960cbb55c2082c97523257aec91bb6b7e57f8e2e
SUCCESS checkout https://github.com/marinofelipe/http_client.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/marinofelipe/http_client.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.17s)
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.3
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-8C5A4AE7A8CE2BA.txt
[7/19] Compiling HTTPClientCore HTTPRequestMethod.swift
[8/19] Compiling HTTPClientCore HTTPRequestScheme.swift
[9/19] Compiling Logging MetadataProvider.swift
[10/19] Compiling Logging Locks.swift
[11/19] Emitting module Logging
[12/19] Compiling Logging Logging.swift
[13/19] Compiling Logging LogHandler.swift
[15/20] Compiling HTTPClientCore Data+HTTPClient.swift
[16/20] Emitting module HTTPClientCore
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                |- warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
  |                |- note: convert 'defaultSuccessfulStatusCodes' to a 'let' constant to make 'Sendable' shared state immutable
  |                |- note: add '@MainActor' to make static property 'defaultSuccessfulStatusCodes' part of global actor 'MainActor'
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3 | }
4 |
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[17/20] Compiling HTTPClientCore Result+HTTPClient.swift
[18/20] Compiling HTTPClientCore Set+HTTPClient.swift
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                |- warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
  |                |- note: convert 'defaultSuccessfulStatusCodes' to a 'let' constant to make 'Sendable' shared state immutable
  |                |- note: add '@MainActor' to make static property 'defaultSuccessfulStatusCodes' part of global actor 'MainActor'
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3 | }
4 |
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[19/20] Compiling HTTPClientCore HTTPRequestBuilder.swift
[20/20] Compiling HTTPClientCore HTTPRequestError.swift
[22/33] Compiling HTTPClient HTTPClientMiddleware.swift
[23/34] Compiling CombineHTTPClient HTTPResponse.swift
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import HTTPClientCore
 3 | import Foundation
[24/34] Compiling HTTPClient Optional+Data.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/34] Emitting module CombineHTTPClient
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import HTTPClientCore
 3 | import Foundation
[26/34] Compiling CombineHTTPClient CombineHTTPClient.swift
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import HTTPClientCore
 3 | import Foundation
[27/34] Compiling HTTPClient HTTPDecoder.swift
[28/34] Emitting module HTTPClient
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:13:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 7 |     var delegateQueue: OperationQueue { get }
 8 |
 9 |     func dataTask(with request: URLRequest,
   |          `- note: expected sendability to match requirement here
10 |                   completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
11 | }
12 |
13 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
14 |
/host/spi-builder-workspace/Sources/HTTPClient/Handlers/HTTPResponseHandler.swift:21:52: warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
19 |     let successfulStatusCodes: Set<Int>
20 |
21 |     public init(successfulStatusCodes: Set<Int> = .defaultSuccessfulStatusCodes) {
   |                                                    `- warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 |         self.successfulStatusCodes = successfulStatusCodes
23 |     }
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: note: static property declared here
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                `- note: static property declared here
3 | }
4 |
[29/34] Compiling HTTPClient HTTPTask.swift
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:13:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 7 |     var delegateQueue: OperationQueue { get }
 8 |
 9 |     func dataTask(with request: URLRequest,
   |          `- note: expected sendability to match requirement here
10 |                   completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
11 | }
12 |
13 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
14 |
[30/34] Compiling HTTPClient URLSessionProtocol.swift
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:13:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 7 |     var delegateQueue: OperationQueue { get }
 8 |
 9 |     func dataTask(with request: URLRequest,
   |          `- note: expected sendability to match requirement here
10 |                   completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
11 | }
12 |
13 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
14 |
[31/34] Compiling HTTPClient HTTPResponseHandler.swift
/host/spi-builder-workspace/Sources/HTTPClient/Handlers/HTTPResponseHandler.swift:21:52: warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
19 |     let successfulStatusCodes: Set<Int>
20 |
21 |     public init(successfulStatusCodes: Set<Int> = .defaultSuccessfulStatusCodes) {
   |                                                    `- warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 |         self.successfulStatusCodes = successfulStatusCodes
23 |     }
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: note: static property declared here
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                `- note: static property declared here
3 | }
4 |
[32/34] Compiling HTTPClient HTTPResponse.swift
[33/34] Compiling HTTPClient HTTPClient.swift
[34/34] Compiling HTTPClient LoggerMiddleware.swift
BUILD FAILURE 6.2 android