Build Information
Failed to build NetworkXI, reference 4.0.0 (e2e301
), with Swift 6.1 for Linux on 27 Apr 2025 21:31:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/presscorp/NetworkXI.git
Reference: 4.0.0
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/presscorp/NetworkXI
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at e2e3010 major: Made setup of adapter's additionalHTTPHeaders via session configuration (#5)
Cloned https://github.com/presscorp/NetworkXI.git
Revision (git rev-parse @):
e2e3010ccdb96e3fccde2c4a79d73adf4a8290ed
SUCCESS checkout https://github.com/presscorp/NetworkXI.git at 4.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/presscorp/NetworkXI.git
https://github.com/presscorp/NetworkXI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "NetworkXI",
"name" : "NetworkXI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "NetworkXI",
"targets" : [
"NetworkXI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetworkXITests",
"module_type" : "SwiftTarget",
"name" : "NetworkXITests",
"path" : "Tests/NetworkXITests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/NetworkXITests/Assets.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/NetworkXITests/httpbin.org.cer",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Requests/AnythingRequest.swift",
"Requests/MockRequest.swift",
"Requests/PngImageRequest.swift",
"Requests/SocketRequest.swift",
"Requests/StatusRequest.swift",
"Requests/UploadRequest.swift",
"Tests/AuthChallengeRequestTests.swift",
"Tests/CachedResponseTests.swift",
"Tests/GroupRequestTests.swift",
"Tests/MockRequestTests.swift",
"Tests/NetworkXITests.swift",
"Tests/RequestTests.swift",
"Tests/SessionRenewalTest.swift",
"Tests/WebSocketTests.swift",
"URLs/FreeBlr2PiesocketComURL.swift",
"URLs/HttpbinOrgURL.swift",
"URLs/MockURL.swift"
],
"target_dependencies" : [
"NetworkXI"
],
"type" : "test"
},
{
"c99name" : "NetworkXI",
"module_type" : "SwiftTarget",
"name" : "NetworkXI",
"path" : "Sources/NetworkXI",
"product_memberships" : [
"NetworkXI"
],
"sources" : [
"ConsoleLogger.swift",
"FailureResponse.swift",
"MultipartFormDataRequest.swift",
"NetworkCompose.swift",
"NetworkConnectionChecker.swift",
"NetworkError.swift",
"NetworkLogger.swift",
"NetworkRequest.swift",
"NetworkResponse.swift",
"NetworkService.swift",
"NetworkWorker.swift",
"RequestContentEncoding.swift",
"RequestMethod.swift",
"RequestURL.swift",
"Session interface/ClassicNetworkSessionAdapter.swift",
"Session interface/NetworkSessionAdapter.swift",
"Session interface/NetworkSessionInterface.swift",
"Session/SessionAuthChallengeService.swift",
"Session/SessionAuthChallenger.swift",
"Session/SessionDelegationHandler.swift",
"Session/SessionLifeCycle.swift",
"Session/SessionLifeCycleService.swift",
"Session/SessionRenewalService.swift",
"Session/SessionTaskKeeper.swift",
"SuccessResponse.swift",
"Utils/Data+extension.swift",
"Utils/PathInitializable.swift",
"Utils/String+extension.swift",
"WebSocket/WebSocketLifeCycleService.swift",
"WebSocket/WebSocketLogger.swift",
"WebSocket/WebSocketRequest.swift",
"WebSocket/WebSocketService.swift",
"WebSocket/WebSocketSessionAdapter.swift",
"WebSocket/WebSocketSessionInterface.swift",
"WebSocket/WebSocketTask.swift",
"WebSocket/WebSocketURL.swift",
"WebSocket/WebSocketWorker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/36] Emitting module NetworkXI
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[4/40] Compiling NetworkXI WebSocketSessionInterface.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[5/40] Compiling NetworkXI WebSocketTask.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[6/40] Compiling NetworkXI WebSocketURL.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[7/40] Compiling NetworkXI WebSocketWorker.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[8/40] Compiling NetworkXI SessionLifeCycle.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[9/40] Compiling NetworkXI SessionLifeCycleService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[10/40] Compiling NetworkXI SessionRenewalService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[11/40] Compiling NetworkXI SessionTaskKeeper.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[12/40] Compiling NetworkXI SuccessResponse.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[13/40] Compiling NetworkXI NetworkSessionAdapter.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[14/40] Compiling NetworkXI NetworkSessionInterface.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[15/40] Compiling NetworkXI SessionAuthChallengeService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[16/40] Compiling NetworkXI SessionAuthChallenger.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[17/40] Compiling NetworkXI SessionDelegationHandler.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[18/40] Compiling NetworkXI WebSocketLogger.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[19/40] Compiling NetworkXI WebSocketRequest.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[20/40] Compiling NetworkXI WebSocketService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[21/40] Compiling NetworkXI WebSocketSessionAdapter.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[22/40] Compiling NetworkXI NetworkError.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[23/40] Compiling NetworkXI NetworkLogger.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[24/40] Compiling NetworkXI NetworkRequest.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[25/40] Compiling NetworkXI NetworkResponse.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[26/40] Compiling NetworkXI NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[27/40] Compiling NetworkXI Data+extension.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[28/40] Compiling NetworkXI PathInitializable.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[29/40] Compiling NetworkXI String+extension.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[30/40] Compiling NetworkXI WebSocketLifeCycleService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[31/40] Compiling NetworkXI NetworkWorker.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[32/40] Compiling NetworkXI RequestContentEncoding.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[33/40] Compiling NetworkXI RequestMethod.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[34/40] Compiling NetworkXI RequestURL.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[35/40] Compiling NetworkXI ClassicNetworkSessionAdapter.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[36/40] Compiling NetworkXI ConsoleLogger.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[37/40] Compiling NetworkXI FailureResponse.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[38/40] Compiling NetworkXI MultipartFormDataRequest.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[39/40] Compiling NetworkXI NetworkCompose.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[40/40] Compiling NetworkXI NetworkConnectionChecker.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/35] Compiling NetworkXI NetworkError.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[3/35] Compiling NetworkXI NetworkLogger.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[4/35] Compiling NetworkXI NetworkRequest.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[5/35] Compiling NetworkXI NetworkResponse.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[6/35] Compiling NetworkXI NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[7/39] Compiling NetworkXI Data+extension.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[8/39] Compiling NetworkXI PathInitializable.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[9/39] Compiling NetworkXI String+extension.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[10/39] Compiling NetworkXI WebSocketLifeCycleService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[11/39] Compiling NetworkXI WebSocketLogger.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[12/39] Compiling NetworkXI WebSocketRequest.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[13/39] Compiling NetworkXI WebSocketService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[14/39] Compiling NetworkXI WebSocketSessionAdapter.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[15/39] Compiling NetworkXI NetworkSessionAdapter.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[16/39] Compiling NetworkXI NetworkSessionInterface.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[17/39] Compiling NetworkXI SessionAuthChallengeService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[18/39] Compiling NetworkXI SessionAuthChallenger.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[19/39] Compiling NetworkXI SessionDelegationHandler.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[20/39] Compiling NetworkXI NetworkWorker.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[21/39] Compiling NetworkXI RequestContentEncoding.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[22/39] Compiling NetworkXI RequestMethod.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[23/39] Compiling NetworkXI RequestURL.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[24/39] Compiling NetworkXI ClassicNetworkSessionAdapter.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[25/39] Compiling NetworkXI SessionLifeCycle.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[26/39] Compiling NetworkXI SessionLifeCycleService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[27/39] Compiling NetworkXI SessionRenewalService.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[28/39] Compiling NetworkXI SessionTaskKeeper.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[29/39] Compiling NetworkXI SuccessResponse.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[30/39] Compiling NetworkXI WebSocketSessionInterface.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[31/39] Compiling NetworkXI WebSocketTask.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[32/39] Compiling NetworkXI WebSocketURL.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[33/39] Compiling NetworkXI WebSocketWorker.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/39] Emitting module NetworkXI
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[35/39] Compiling NetworkXI ConsoleLogger.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[36/39] Compiling NetworkXI FailureResponse.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[37/39] Compiling NetworkXI MultipartFormDataRequest.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[38/39] Compiling NetworkXI NetworkCompose.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[39/39] Compiling NetworkXI NetworkConnectionChecker.swift
/host/spi-builder-workspace/Sources/NetworkXI/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
BUILD FAILURE 6.1 linux