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 0.0.5 (3daf31), with Swift 6.0 for Linux on 1 Dec 2024 19:11:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/http_client.git
Reference: 0.0.5
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
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 3daf31f More conditional imports for Linux
Cloned https://github.com/marinofelipe/http_client.git
Revision (git rev-parse @):
3daf31f1c0cc62156feee3b79699133394fe6bd1
SUCCESS checkout https://github.com/marinofelipe/http_client.git at 0.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/marinofelipe/http_client.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-log.git
[1/3723] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.37s)
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.2
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/19] Compiling HTTPClientCore Result+HTTPClient.swift
[8/19] 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: annotate 'defaultSuccessfulStatusCodes' with '@MainActor' if property should only be accessed from the main actor
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3 | }
4 |
[9/19] Compiling HTTPClientCore HTTPRequestScheme.swift
[10/19] Compiling HTTPClientCore HTTPRequestMethod.swift
[11/19] Compiling Logging MetadataProvider.swift
[12/19] Compiling Logging LogHandler.swift
[13/19] Compiling Logging Locks.swift
[14/19] Emitting module Logging
[15/19] Compiling Logging Logging.swift
[17/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: annotate 'defaultSuccessfulStatusCodes' with '@MainActor' if property should only be accessed from the main actor
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3 | }
4 |
[18/20] Compiling HTTPClientCore Data+HTTPClient.swift
[19/20] Compiling HTTPClientCore HTTPRequestBuilder.swift
[20/20] Compiling HTTPClientCore HTTPRequestError.swift
[22/33] 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
[23/33] Compiling HTTPClient HTTPClientMiddleware.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/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
[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
BUILD FAILURE 6.0 linux