Build Information
Failed to build NetworkService with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.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: 5.10
Building package at path: $workDir
https://github.com/MFB-Technologies-Inc/NetworkService.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/pointfreeco/combine-schedulers.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
[1/419] Fetching swift-concurrency-extras
[416/2663] Fetching swift-concurrency-extras, combine-schedulers
[2463/10358] Fetching swift-concurrency-extras, combine-schedulers, ohhttpstubs
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (0.28s)
[3344/8114] Fetching swift-concurrency-extras, ohhttpstubs
[4576/10394] Fetching swift-concurrency-extras, ohhttpstubs, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.43s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.45s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (0.46s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
Computed https://github.com/pointfreeco/combine-schedulers.git at 1.0.0 (1.71s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.70s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.0 (0.75s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (1.35s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.0.0
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/combine-schedulers.git
Working copy of https://github.com/pointfreeco/combine-schedulers.git resolved at 1.0.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.0.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/36] Emitting module ConcurrencyExtras
[8/36] Compiling XCTestDynamicOverlay Deprecations.swift
[9/37] Compiling ConcurrencyExtras UncheckedSendable.swift
[10/37] Compiling NetworkService NetworkServiceClient+Delete.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[11/37] Compiling NetworkService NetworkServiceClient+Get.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[12/38] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[13/38] Compiling XCTestDynamicOverlay Unimplemented.swift
[14/38] Compiling XCTestDynamicOverlay XCTFail.swift
[15/38] Compiling NetworkService URLRequest+HTTPMethod.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[16/38] Compiling NetworkService TopLevelCodable.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[17/38] Compiling NetworkService URLRequest+HTTPHeader.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[18/38] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[19/38] Compiling ConcurrencyExtras ActorIsolated.swift
[20/38] Compiling ConcurrencyExtras AsyncStream.swift
[21/38] Compiling NetworkService NetworkServiceClient.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[22/38] Compiling NetworkService Result+NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[23/38] Compiling NetworkService NetworkServiceClient+Put.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[24/38] Compiling NetworkService NetworkServiceClient+Start.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[25/38] Compiling NetworkService NetworkServiceClient+GetSession.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[26/38] Compiling NetworkService NetworkServiceClient+Post.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[27/38] Compiling NetworkService URLRequest+build.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[28/38] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[29/38] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[30/38] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[31/38] Compiling ConcurrencyExtras MainSerialExecutor.swift
[32/38] Compiling ConcurrencyExtras LockIsolated.swift
[33/38] Compiling ConcurrencyExtras Task.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/39] Emitting module NetworkService
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[35/39] Compiling NetworkService HTTPURLResponse+StatusCode.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[36/39] Compiling NetworkService NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[38/39] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[39/39] Emitting module XCTestDynamicOverlay
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling NetworkService NetworkServiceClient+Delete.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[3/16] Compiling NetworkService NetworkServiceClient+Get.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[4/18] Compiling NetworkService URLRequest+HTTPMethod.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/18] Emitting module NetworkService
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[6/18] Compiling NetworkService HTTPURLResponse+StatusCode.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[7/18] Compiling NetworkService NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[8/18] Compiling NetworkService NetworkServiceClient+Put.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[9/18] Compiling NetworkService NetworkServiceClient+Start.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[10/18] Compiling NetworkService TopLevelCodable.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[11/18] Compiling NetworkService URLRequest+HTTPHeader.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[12/18] Compiling NetworkService NetworkServiceClient+GetSession.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[13/18] Compiling NetworkService NetworkServiceClient+Post.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[14/18] Compiling NetworkService NetworkServiceClient.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[15/18] Compiling NetworkService Result+NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[16/18] Compiling NetworkService URLRequest+build.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
error: fatalError
BUILD FAILURE 5.10 linux