Build Information
Failed to build NetworkService with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-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.8
Building package at path: $workDir
https://github.com/MFB-Technologies-Inc/NetworkService.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/pointfreeco/combine-schedulers.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2244] Fetching combine-schedulers
[69/2663] Fetching combine-schedulers, swift-concurrency-extras
[2664/10358] Fetching combine-schedulers, swift-concurrency-extras, ohhttpstubs
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers.git (0.29s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras (0.29s)
[2848/7695] Fetching ohhttpstubs
[7696/9975] Fetching ohhttpstubs, xctest-dynamic-overlay
Fetched https://github.com/AliSoftware/OHHTTPStubs.git (0.88s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
[479/2280] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.71s)
Computed https://github.com/pointfreeco/combine-schedulers.git at 1.0.0 (1.19s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.37s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.0 (0.45s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (0.42s)
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
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.0.0
Building for debugging...
[1/30] Emitting module ConcurrencyExtras
[2/30] Compiling ConcurrencyExtras ActorIsolated.swift
[3/30] Compiling XCTestDynamicOverlay Deprecations.swift
[4/31] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[5/31] Compiling ConcurrencyExtras UncheckedSendable.swift
[6/31] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[7/31] Compiling NetworkService URLRequest+HTTPMethod.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[8/31] Compiling NetworkService TopLevelCodable.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[9/31] Compiling NetworkService URLRequest+HTTPHeader.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[10/31] Compiling NetworkService NetworkServiceClient.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[11/31] Compiling NetworkService Result+NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[12/32] Emitting module XCTestDynamicOverlay
[13/32] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[14/32] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[15/32] Compiling XCTestDynamicOverlay XCTFail.swift
[16/32] Compiling XCTestDynamicOverlay Unimplemented.swift
[17/32] Compiling ConcurrencyExtras AsyncStream.swift
[18/32] Compiling NetworkService URLRequest+build.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[19/32] Compiling ConcurrencyExtras MainSerialExecutor.swift
[20/32] Compiling ConcurrencyExtras LockIsolated.swift
[21/32] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[22/32] Compiling ConcurrencyExtras Task.swift
[24/33] Compiling NetworkService NetworkServiceClient+Delete.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[25/34] Compiling NetworkService NetworkServiceClient+Get.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[26/34] Compiling NetworkService NetworkServiceClient+GetSession.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[27/34] Compiling NetworkService NetworkServiceClient+Post.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)
[28/34] Emitting module NetworkService
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[29/34] Compiling NetworkService HTTPURLResponse+StatusCode.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[30/34] Compiling NetworkService NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[31/34] Compiling NetworkService NetworkServiceClient+Put.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[32/34] Compiling NetworkService NetworkServiceClient+Start.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[33/34] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[0/1] Planning build
Building for debugging...
[1/14] Compiling NetworkService URLRequest+HTTPMethod.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[2/15] Compiling NetworkService HTTPURLResponse+StatusCode.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[3/15] Compiling NetworkService NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[4/15] Compiling NetworkService TopLevelCodable.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[5/15] Compiling NetworkService URLRequest+HTTPHeader.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[6/15] Compiling NetworkService NetworkServiceClient.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[7/15] Compiling NetworkService Result+NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[8/15] Compiling NetworkService NetworkServiceClient+GetSession.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[9/15] Compiling NetworkService NetworkServiceClient+Post.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[10/15] Compiling NetworkService NetworkServiceClient+Put.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[11/15] Compiling NetworkService NetworkServiceClient+Start.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[12/15] Compiling NetworkService NetworkServiceClient+Delete.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[13/15] Compiling NetworkService NetworkServiceClient+Get.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)
[14/15] Emitting module NetworkService
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
[15/15] Compiling NetworkService URLRequest+build.swift
/host/spi-builder-workspace/Sources/NetworkService/NetworkService.swift:9:8: error: no such module 'Combine'
import Combine
^
BUILD FAILURE 5.8 linux