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 NetworkService, reference 4.1.1 (546d9b), with Swift 6.0 for Linux on 4 Nov 2024 08:53:04 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/NetworkService.git
Reference: 4.1.1
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/MFB-Technologies-Inc/NetworkService
 * tag               4.1.1      -> FETCH_HEAD
HEAD is now at 546d9b3 Merge pull request #15 from MFB-Technologies-Inc/feature/upcoming-features
Cloned https://github.com/MFB-Technologies-Inc/NetworkService.git
Revision (git rev-parse @):
546d9b31fe3f6e284eec40fc2aa77a4733b20ade
SUCCESS checkout https://github.com/MFB-Technologies-Inc/NetworkService.git at 4.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/NetworkService.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 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/pointfreeco/combine-schedulers.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
[1/2347] Fetching combine-schedulers
[1316/10235] Fetching combine-schedulers, ohhttpstubs
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (0.23s)
[6705/7888] Fetching ohhttpstubs
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (0.35s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (1.75s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
warning: 'combine-schedulers': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "combine-schedulers",
 7 |   platforms: [
Computed https://github.com/pointfreeco/combine-schedulers.git at 1.0.2 (0.41s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/758] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.22s)
[1/4985] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.56s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
warning: 'swift-concurrency-extras': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "swift-concurrency-extras",
 7 |   platforms: [
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.2.0 (0.38s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.2 (0.38s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.4.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers.git
Working copy of https://github.com/pointfreeco/combine-schedulers.git resolved at 1.0.2
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.2.0
warning: 'combine-schedulers': /host/spi-builder-workspace/.build/checkouts/combine-schedulers/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "combine-schedulers",
 7 |   platforms: [
warning: 'swift-concurrency-extras': /host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "swift-concurrency-extras",
 7 |   platforms: [
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/49] Emitting module IssueReporting
[8/51] Compiling IssueReporting TestContext.swift
[9/51] Compiling IssueReporting Unimplemented.swift
[10/51] Compiling IssueReporting WithExpectedIssue.swift
[11/51] Compiling IssueReporting WithIssueContext.swift
[12/51] Emitting module ConcurrencyExtras
[13/52] Compiling ConcurrencyExtras UncheckedSendable.swift
[14/52] Compiling IssueReporting FailureObserver.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
[15/52] Compiling IssueReporting BreakpointReporter.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
[16/52] Compiling NetworkService URLRequest+HTTPMethod.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
[17/53] Compiling IssueReporting IsTesting.swift
[18/53] Compiling IssueReporting IssueReporter.swift
[19/53] Compiling IssueReporting AppHostWarning.swift
[20/53] Compiling IssueReporting Deprecations.swift
[21/53] Compiling IssueReporting RuntimeWarningReporter.swift
[22/53] Compiling IssueReporting ReportIssue.swift
[23/53] Compiling ConcurrencyExtras LockIsolated.swift
[24/53] Compiling ConcurrencyExtras MainSerialExecutor.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
[26/53] Compiling IssueReporting LockIsolated.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
[29/53] Compiling ConcurrencyExtras Task.swift
[30/53] Compiling ConcurrencyExtras Result.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
[33/54] Compiling NetworkService URLRequest+build.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
[34/54] Compiling IssueReporting FatalErrorReporter.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/54] Emitting module NetworkService
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
 7 | // LICENSE file in the root directory of this source tree.
 8 |
 9 | import Combine
   |        `- error: no such module 'Combine'
10 | import Foundation
11 |
[41/54] Compiling IssueReporting Rethrows.swift
[42/54] Compiling IssueReporting SwiftTesting.swift
[45/54] Compiling IssueReporting UncheckedSendable.swift
[46/54] Compiling IssueReporting Warn.swift
[47/54] Compiling IssueReporting XCTest.swift
BUILD FAILURE 6.0 linux