Build Information
Failed to build NetworkService, reference 4.1.1 (546d9b
), with Swift 6.2 (beta) for Linux on 21 Jun 2025 04:44:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path: $PWD
https://github.com/MFB-Technologies-Inc/NetworkService.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/pointfreeco/combine-schedulers.git
[1/2410] Fetching combine-schedulers
[2411/10310] Fetching combine-schedulers, ohhttpstubs
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (0.91s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (0.91s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (4.04s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
Computed https://github.com/pointfreeco/combine-schedulers.git at 1.0.3 (0.56s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/861] Fetching swift-concurrency-extras
[862/6328] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.83s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.86s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (2.67s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.98s)
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 IssueReporting TestContext.swift
[8/50] Compiling IssueReporting Unimplemented.swift
[9/52] Compiling IssueReporting WithExpectedIssue.swift
[10/52] Compiling IssueReporting WithIssueContext.swift
[11/52] Compiling IssueReporting BreakpointReporter.swift
[12/52] Compiling IssueReporting FatalErrorReporter.swift
[13/52] Compiling IssueReporting RuntimeWarningReporter.swift
[14/52] Compiling IssueReporting ReportIssue.swift
[15/52] Compiling ConcurrencyExtras Locking.swift
[16/52] Compiling ConcurrencyExtras UncheckedBox.swift
[17/53] Compiling IssueReporting XCTest.swift
[18/53] Compiling IssueReporting IsTesting.swift
[19/53] Compiling IssueReporting IssueReporter.swift
[20/53] 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 |
[21/53] 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 |
[22/53] 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 |
[23/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 |
[26/54] Compiling IssueReporting Rethrows.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 |
[28/54] 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 |
[35/54] Compiling ConcurrencyExtras ActorIsolated.swift
[36/54] Compiling ConcurrencyExtras AnyHashableSendable.swift
[37/54] Emitting module ConcurrencyExtras
/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)
[40/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 |
[45/54] Compiling ConcurrencyExtras LockIsolated.swift
[46/54] Emitting module IssueReporting
[50/55] 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 |
[51/55] Compiling ConcurrencyExtras MainSerialExecutor.swift
[52/55] Compiling ConcurrencyExtras Result.swift
[53/55] Compiling ConcurrencyExtras Task.swift
[55/55] Compiling ConcurrencyExtras UncheckedSendable.swift
BUILD FAILURE 6.2 linux