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 CombineURLSession, reference 1.1.8 (668f56), with Swift 6.0 for Linux on 10 Oct 2024 11:05:50 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DanielMandea/url-session-combine.git
Reference: 1.1.8
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/DanielMandea/url-session-combine
 * tag               1.1.8      -> FETCH_HEAD
HEAD is now at 668f560 Added support for mapping errors under http error code
Cloned https://github.com/DanielMandea/url-session-combine.git
Revision (git rev-parse @):
668f5607d07f6d568751c1149caf0137ed2c8a1f
SUCCESS checkout https://github.com/DanielMandea/url-session-combine.git at 1.1.8
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/DanielMandea/url-session-combine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:b1f5b321a5d74ef5eaf6f5f3afbfebaaa54c7954de6f859009c18a90e0e1c3b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.21s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.2 (0.53s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Emitting module AnyCodable
[5/7] Compiling AnyCodable AnyDecodable.swift
[6/7] Compiling AnyCodable AnyCodable.swift
[7/7] Compiling AnyCodable AnyEncodable.swift
[9/23] Compiling CombineURLSession URLSessionExtension.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[10/23] Compiling CombineURLSession RestService.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[11/24] Compiling CombineURLSession SessionHolder.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[12/24] Compiling CombineURLSession URLRequestExtension.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[13/24] Compiling CombineURLSession Multipart.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[14/24] Compiling CombineURLSession MultipartFormData.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[15/24] Compiling CombineURLSession HTTPMethod.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[16/24] Compiling CombineURLSession MimeType.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/24] Emitting module CombineURLSession
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[18/24] Compiling CombineURLSession SessionError.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[19/24] Compiling CombineURLSession TextError.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[20/24] Compiling CombineURLSession BaseRestService.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[21/24] Compiling CombineURLSession RestServiceExtension.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[22/24] Compiling CombineURLSession CodableToDictionary.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[23/24] Compiling CombineURLSession DataToStringExtension.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
[24/24] Compiling CombineURLSession MultipartURLRequest.swift
/host/spi-builder-workspace/Sources/CombineURLSession/Session/Extensions/RestServiceExtension.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | extension RestService where Self: SessionHolder {
BUILD FAILURE 6.0 linux