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.1 for Linux on 28 Apr 2025 09:52:34 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.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/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.1
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/NetworkService.git
https://github.com/MFB-Technologies-Inc/NetworkService.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.1.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
    },
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers.git"
    }
  ],
  "manifest_display_name" : "NetworkService",
  "name" : "NetworkService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "NetworkService",
      "targets" : [
        "NetworkService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkServiceTestHelper",
      "targets" : [
        "NetworkServiceTestHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkServiceTests",
      "path" : "Tests/NetworkServiceTests",
      "product_dependencies" : [
        "OHHTTPStubs",
        "OHHTTPStubsSwift"
      ],
      "sources" : [
        "NetworkServiceTests+Delete.swift",
        "NetworkServiceTests+Get.swift",
        "NetworkServiceTests+Post.swift",
        "NetworkServiceTests+Put.swift",
        "NetworkServiceTests.swift",
        "NetworkTestCase.swift",
        "Result+NetworkServiceTests.swift"
      ],
      "target_dependencies" : [
        "NetworkService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkServiceTestHelperTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkServiceTestHelperTests",
      "path" : "Tests/NetworkServiceTestHelperTests",
      "product_dependencies" : [
        "CombineSchedulers"
      ],
      "sources" : [
        "MockNetworkServiceTests.swift"
      ],
      "target_dependencies" : [
        "NetworkServiceTestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkServiceTestHelper",
      "module_type" : "SwiftTarget",
      "name" : "NetworkServiceTestHelper",
      "path" : "Sources/NetworkServiceTestHelper",
      "product_dependencies" : [
        "CombineSchedulers"
      ],
      "product_memberships" : [
        "NetworkServiceTestHelper"
      ],
      "sources" : [
        "CodableOutput.swift",
        "Delay.swift",
        "FailureOutput.swift",
        "MockNetworkService.swift",
        "MockOutput.swift",
        "RepeatResponse.swift"
      ],
      "target_dependencies" : [
        "NetworkService"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkService",
      "module_type" : "SwiftTarget",
      "name" : "NetworkService",
      "path" : "Sources/NetworkService",
      "product_memberships" : [
        "NetworkService",
        "NetworkServiceTestHelper"
      ],
      "sources" : [
        "HTTPURLResponse+StatusCode.swift",
        "NetworkService.swift",
        "NetworkServiceClient+Delete.swift",
        "NetworkServiceClient+Get.swift",
        "NetworkServiceClient+GetSession.swift",
        "NetworkServiceClient+Post.swift",
        "NetworkServiceClient+Put.swift",
        "NetworkServiceClient+Start.swift",
        "NetworkServiceClient.swift",
        "Result+NetworkService.swift",
        "TopLevelCodable.swift",
        "URLRequest+HTTPHeader.swift",
        "URLRequest+HTTPMethod.swift",
        "URLRequest+build.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/pointfreeco/combine-schedulers.git
[1/7900] Fetching ohhttpstubs
[870/10310] Fetching ohhttpstubs, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (0.42s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (0.42s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (2.26s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
Computed https://github.com/pointfreeco/combine-schedulers.git at 1.0.3 (0.46s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/852] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.23s)
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.61s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.03s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.43s)
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.3
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/50] Compiling NetworkService NetworkService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/50] Compiling NetworkService NetworkServiceClient+Delete.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/52] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/52] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/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 |
[12/53] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/53] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/53] Compiling NetworkService TopLevelCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/53] Compiling NetworkService URLRequest+HTTPHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/53] Compiling NetworkService NetworkServiceClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/53] Compiling NetworkService Result+NetworkService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/53] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/53] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/53] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/53] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/54] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/54] Compiling NetworkService HTTPURLResponse+StatusCode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/54] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/54] Compiling NetworkService NetworkServiceClient+Get.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/54] Compiling NetworkService NetworkServiceClient+Put.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/54] Compiling NetworkService NetworkServiceClient+Start.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/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 |
/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)
/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 |
[35/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 |
/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 |
[40/54] Compiling NetworkService NetworkServiceClient+GetSession.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 |
[41/54] Compiling NetworkService NetworkServiceClient+Post.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 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/54] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/54] Compiling IssueReporting ErrorReporting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/54] Compiling IssueReporting AppHostWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/54] Compiling IssueReporting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/45] Compiling IssueReporting SwiftTesting.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 |
[3/45] Compiling IssueReporting UncheckedSendable.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 |
[4/46] 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 |
[5/46] Compiling IssueReporting IsTesting.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 |
[6/46] Compiling IssueReporting IssueReporter.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 |
[7/46] Compiling ConcurrencyExtras Locking.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 |
[8/46] Compiling ConcurrencyExtras UncheckedBox.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 |
[9/46] Compiling ConcurrencyExtras ActorIsolated.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 |
[10/46] Compiling ConcurrencyExtras AnyHashableSendable.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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/46] 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 |
[12/46] Compiling ConcurrencyExtras AsyncStream.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 |
[13/46] Compiling ConcurrencyExtras AsyncThrowingStream.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 |
[14/46] Compiling IssueReporting Warn.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/46] Compiling IssueReporting XCTest.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/46] 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 |
[17/46] Compiling ConcurrencyExtras MainSerialExecutor.swift
[18/47] Compiling IssueReporting BreakpointReporter.swift
[19/47] Compiling IssueReporting FatalErrorReporter.swift
BUILD FAILURE 6.1 linux