The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build HTTPClient, reference main (960cbb), with Swift 6.1 for Linux on 29 Apr 2025 09:37:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/marinofelipe/http_client.git
https://github.com/marinofelipe/http_client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "HTTPClient",
  "name" : "HTTPClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTPClient",
      "targets" : [
        "HTTPClient",
        "HTTPClientCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CombineHTTPClient",
      "targets" : [
        "CombineHTTPClient",
        "HTTPClientCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPClientTestSupport",
      "targets" : [
        "HTTPClientTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientTests",
      "path" : "Tests/HTTPClientTests",
      "sources" : [
        "HTTPClientTests.swift",
        "HTTPResponseDecoderTests.swift",
        "HTTPResponseHandlerTests.swift",
        "Helpers/Helpers.swift",
        "Mocks/Mocks.swift"
      ],
      "target_dependencies" : [
        "HTTPClient",
        "HTTPClientTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPClientTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientTestSupport",
      "path" : "Sources/HTTPClientTestSupport",
      "product_memberships" : [
        "HTTPClientTestSupport"
      ],
      "sources" : [
        "Fakes/FakeError.swift",
        "Fakes/FakeHTTPResponse.swift",
        "Fakes/FakeResponseBody.swift",
        "Fakes/HTTPTaskFake.swift",
        "Mocks/HTTPClientMock.swift",
        "Mocks/MockURLProtocol.swift"
      ],
      "target_dependencies" : [
        "HTTPClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPClientCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientCoreTests",
      "path" : "Tests/HTTPClientCoreTests",
      "sources" : [
        "DataExtensionTests.swift",
        "HTTPRequestBuilderTests.swift",
        "ResultExtensionTests.swift",
        "SetExtensionTests.swift"
      ],
      "target_dependencies" : [
        "HTTPClientCore",
        "HTTPClientTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPClientCore",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientCore",
      "path" : "Sources/HTTPClientCore",
      "product_memberships" : [
        "HTTPClient",
        "CombineHTTPClient",
        "HTTPClientTestSupport"
      ],
      "sources" : [
        "Extensions/Data+HTTPClient.swift",
        "Extensions/Result+HTTPClient.swift",
        "Extensions/Set+HTTPClient.swift",
        "HTTPRequestBuilder/HTTPRequestBuilder.swift",
        "HTTPRequestError.swift",
        "HTTPRequestMethod.swift",
        "HTTPRequestScheme.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClient",
      "path" : "Sources/HTTPClient",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "HTTPClient",
        "HTTPClientTestSupport"
      ],
      "sources" : [
        "Abstractions/HTTPTask.swift",
        "Abstractions/URLSessionProtocol.swift",
        "Decoders/HTTPDecoder.swift",
        "Extensions/Optional+Data.swift",
        "HTTPClient.swift",
        "HTTPResponse.swift",
        "Handlers/HTTPResponseHandler.swift",
        "Middlewares/HTTPClientMiddleware.swift",
        "Middlewares/LoggerMiddleware.swift"
      ],
      "target_dependencies" : [
        "HTTPClientCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CombineHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineHTTPClientTests",
      "path" : "Tests/CombineHTTPClientTests",
      "sources" : [
        "CombineHTTPClientTests.swift"
      ],
      "target_dependencies" : [
        "CombineHTTPClient",
        "HTTPClientTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "CombineHTTPClient",
      "path" : "Sources/CombineHTTPClient",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "CombineHTTPClient"
      ],
      "sources" : [
        "CombineHTTPClient.swift",
        "HTTPResponse.swift"
      ],
      "target_dependencies" : [
        "HTTPClientCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.67s)
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-24593BA9C3E375BF.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] Compiling Logging Logging.swift
[12/19] Emitting module Logging
[13/19] Compiling Logging LogHandler.swift
[15/20] Compiling HTTPClientCore HTTPRequestError.swift
[16/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
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
  |                |- 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 |
[17/20] Compiling HTTPClientCore HTTPRequestBuilder.swift
[18/20] Compiling HTTPClientCore Result+HTTPClient.swift
[19/20] Compiling HTTPClientCore Data+HTTPClient.swift
[20/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
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
  |                |- 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 |
[22/33] Compiling HTTPClient Optional+Data.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/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
[24/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
[25/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
[26/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] 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
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
  |                |- 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 |
[3/14] Compiling HTTPClientCore Result+HTTPClient.swift
[4/14] Compiling HTTPClientCore Data+HTTPClient.swift
[5/14] Compiling HTTPClientCore HTTPRequestMethod.swift
[6/14] Compiling HTTPClientCore HTTPRequestScheme.swift
[7/14] Compiling HTTPClientCore HTTPRequestError.swift
[8/14] Compiling Logging MetadataProvider.swift
[9/14] 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
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
  |                |- 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 |
[10/14] Compiling HTTPClientCore HTTPRequestBuilder.swift
[11/15] Emitting module Logging
[12/15] Compiling Logging Locks.swift
[14/15] Compiling Logging LogHandler.swift
[15/15] Compiling Logging Logging.swift
[17/28] Compiling HTTPClient HTTPClientMiddleware.swift
[18/29] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/29] 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
[20/29] 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
[21/29] 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
[22/29] Compiling HTTPClient HTTPResponse.swift
[23/29] 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 |
[24/29] 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 |
[25/29] Compiling HTTPClient HTTPDecoder.swift
[26/29] 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 |
[27/29] Compiling HTTPClient Optional+Data.swift
BUILD FAILURE 6.1 linux