Build Information
Failed to build NetworkS, reference main (941524
), with Swift 6.1 for Android on 28 May 2025 21:06:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/presscorp/NetworkS.git
Reference: main
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/NetworkS
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9415243 major: Updated public interfaces (#16)
Cloned https://github.com/presscorp/NetworkS.git
Revision (git rev-parse @):
941524330e5ea299f40417ad7234caf79719e07a
SUCCESS checkout https://github.com/presscorp/NetworkS.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/presscorp/NetworkS.git
https://github.com/presscorp/NetworkS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "NetworkS",
"name" : "NetworkS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "NetworkS",
"targets" : [
"NetworkS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetworkSTests",
"module_type" : "SwiftTarget",
"name" : "NetworkSTests",
"path" : "Tests/NetworkSTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/NetworkSTests/Assets.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/NetworkSTests/httpbin.org.cer",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Requests/AnythingRequest.swift",
"Requests/MockRequest.swift",
"Requests/PngImageRequest.swift",
"Requests/StatusRequest.swift",
"Requests/UploadRequest.swift",
"Tests/AuthChallengeRequestTests.swift",
"Tests/CachedResponseTests.swift",
"Tests/GroupRequestTests.swift",
"Tests/MockRequestTests.swift",
"Tests/NetworkSTests.swift",
"Tests/RequestTests.swift",
"Tests/SessionRenewalTest.swift",
"URLs/HttpbinOrgURL.swift",
"URLs/MockURL.swift"
],
"target_dependencies" : [
"NetworkS"
],
"type" : "test"
},
{
"c99name" : "NetworkS",
"module_type" : "SwiftTarget",
"name" : "NetworkS",
"path" : "Sources/NetworkS",
"product_memberships" : [
"NetworkS"
],
"sources" : [
"Logger/ConsoleLogger.swift",
"Logger/NetworkLogFormatter.swift",
"Logger/NetworkLogger.swift",
"Request/MultipartFormDataRequest.swift",
"Request/NetworkRequest.swift",
"Request/NetworkRequestExtensible.swift",
"Request/RequestContentType.swift",
"Request/RequestMethod.swift",
"Request/RequestURL.swift",
"Response/FailureResponse.swift",
"Response/NetworkResponse.swift",
"Response/SuccessResponse.swift",
"Service/NetworkCompose.swift",
"Service/NetworkService.swift",
"Service/NetworkWorker.swift",
"Session/NetworkConnectionChecker.swift",
"Session/NetworkSessionAdapter.swift",
"Session/NetworkSessionInterface.swift",
"Session/SSLCertificateCheck.swift",
"Session/SessionAuthChallengeService.swift",
"Session/SessionAuthChallenger.swift",
"Session/SessionDelegationHandler.swift",
"Session/SessionLifeCycle.swift",
"Session/SessionLifeCycleService.swift",
"Session/SessionRenewalService.swift",
"Session/SessionTaskDataKeeper.swift",
"Task/CacheRequestTask.swift",
"Task/MockRequestTask.swift",
"Task/NetworkRequestTask.swift",
"Task/RequestTask.swift",
"Task/TaskOperation.swift",
"Task/TaskRunner.swift",
"Task/UtilRequestTask.swift",
"Utils/Data+extension.swift",
"Utils/NetworkError.swift",
"Utils/PathInitializable.swift",
"Utils/String+extension.swift",
"WebView/WebViewAuthChallengeService.swift",
"WebView/WebViewAuthChallenger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/38] Emitting module NetworkS
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkRequestExtensible.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS RequestContentType.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS RequestMethod.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS RequestURL.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS FailureResponse.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS PathInitializable.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS String+extension.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS WebViewAuthChallengeService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS WebViewAuthChallenger.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS TaskOperation.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS TaskRunner.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS UtilRequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS Data+extension.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkError.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS SessionAuthChallenger.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS SessionDelegationHandler.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS SessionLifeCycle.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS SessionLifeCycleService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS SessionRenewalService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkConnectionChecker.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkSessionAdapter.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkSessionInterface.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS SSLCertificateCheck.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS SessionAuthChallengeService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkResponse.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS SuccessResponse.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkCompose.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkWorker.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS SessionTaskDataKeeper.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS CacheRequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS MockRequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkRequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS RequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS ConsoleLogger.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkLogFormatter.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/42] Compiling NetworkS NetworkLogger.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[41/42] Compiling NetworkS MultipartFormDataRequest.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[42/42] Compiling NetworkS NetworkRequest.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/37] Compiling NetworkS NetworkRequestExtensible.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/37] Compiling NetworkS RequestContentType.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/37] Compiling NetworkS RequestMethod.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/37] Compiling NetworkS RequestURL.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/37] Compiling NetworkS FailureResponse.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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)
[7/41] Emitting module NetworkS
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkResponse.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS SuccessResponse.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkCompose.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkWorker.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS SessionTaskDataKeeper.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS CacheRequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS MockRequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkRequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS RequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkConnectionChecker.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkSessionAdapter.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkSessionInterface.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS SSLCertificateCheck.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS SessionAuthChallengeService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS SessionAuthChallenger.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS SessionDelegationHandler.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS SessionLifeCycle.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS SessionLifeCycleService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS SessionRenewalService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS TaskOperation.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS TaskRunner.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS UtilRequestTask.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS Data+extension.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkError.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS ConsoleLogger.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkLogFormatter.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkLogger.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS MultipartFormDataRequest.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS NetworkRequest.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS PathInitializable.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS String+extension.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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/41] Compiling NetworkS WebViewAuthChallengeService.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/NetworkConnectionChecker.swift:8:8: error: no such module 'Network'
6 | //
7 |
8 | import Network
| `- error: no such module 'Network'
9 |
10 | protocol NetworkConnectionChecker: AnyObject {
[41/41] Compiling NetworkS WebViewAuthChallenger.swift
/host/spi-builder-workspace/Sources/NetworkS/Session/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 android