Build Information
Failed to build MakNetworkManager, reference main (86e2c1), with Swift 6.1 for Android on 10 Nov 2025 07:38:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZaighamFarid/MakNetworkManager.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/ZaighamFarid/MakNetworkManager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 86e2c15 Merge pull request #1 from ZaighamFarid/feature/swift-package-fix
Cloned https://github.com/ZaighamFarid/MakNetworkManager.git
Revision (git rev-parse @):
86e2c15049b2c3384257411f0c77689cf6691317
SUCCESS checkout https://github.com/ZaighamFarid/MakNetworkManager.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ZaighamFarid/MakNetworkManager.git
https://github.com/ZaighamFarid/MakNetworkManager.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "MakNetworkManager",
"name" : "MakNetworkManager",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "MakNetworkManager",
"targets" : [
"MakNetworkManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MakNetworkManagerTests",
"module_type" : "SwiftTarget",
"name" : "MakNetworkManagerTests",
"path" : "Tests/MakNetworkManagerTests",
"sources" : [
"APIServiceTests.swift",
"Mocks/URLProtocolMock.swift",
"RequestBuilderTests.swift"
],
"target_dependencies" : [
"MakNetworkManager"
],
"type" : "test"
},
{
"c99name" : "MakNetworkManager",
"module_type" : "SwiftTarget",
"name" : "MakNetworkManager",
"path" : "Sources/MakNetworkManager",
"product_memberships" : [
"MakNetworkManager"
],
"sources" : [
"Configuration/NetworkConfiguration.swift",
"Endpoints/ConferenceAPI.swift",
"Endpoints/TokenAPI.swift",
"Implementation/APIService.swift",
"Implementation/Reachability.swift",
"Implementation/RequestBuilder.swift",
"Implementation/RequestExecutor.swift",
"Implementation/ResponseHandler.swift",
"Models/APIResponse.swift",
"Models/HTTPMethod.swift",
"Models/NetworkError.swift",
"Protocols/APIRequest.swift",
"Protocols/AuthProviderProtocol.swift",
"Protocols/LoggerProtocol.swift",
"Protocols/NetworkProtocols.swift",
"Protocols/ReachabilityProtocol.swift",
"Services/ConferenceService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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
[3/18] Compiling MakNetworkManager APIService.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[4/18] Compiling MakNetworkManager Reachability.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[5/20] Compiling MakNetworkManager LoggerProtocol.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[6/20] Compiling MakNetworkManager NetworkProtocols.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[7/20] Compiling MakNetworkManager RequestBuilder.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[8/20] Compiling MakNetworkManager RequestExecutor.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/20] Emitting module MakNetworkManager
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[10/20] Compiling MakNetworkManager APIRequest.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[11/20] Compiling MakNetworkManager AuthProviderProtocol.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[12/20] Compiling MakNetworkManager HTTPMethod.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[13/20] Compiling MakNetworkManager NetworkError.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[14/20] Compiling MakNetworkManager NetworkConfiguration.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[15/20] Compiling MakNetworkManager ConferenceAPI.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[16/20] Compiling MakNetworkManager TokenAPI.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[17/20] Compiling MakNetworkManager ResponseHandler.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[18/20] Compiling MakNetworkManager APIResponse.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[19/20] Compiling MakNetworkManager ReachabilityProtocol.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[20/20] Compiling MakNetworkManager ConferenceService.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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/17] Compiling MakNetworkManager ResponseHandler.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[3/17] Compiling MakNetworkManager APIResponse.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[4/19] Compiling MakNetworkManager LoggerProtocol.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[5/19] Compiling MakNetworkManager NetworkProtocols.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[6/19] Compiling MakNetworkManager APIRequest.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[7/19] Compiling MakNetworkManager AuthProviderProtocol.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[8/19] Compiling MakNetworkManager HTTPMethod.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[9/19] Compiling MakNetworkManager NetworkError.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[10/19] Compiling MakNetworkManager RequestBuilder.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[11/19] Compiling MakNetworkManager RequestExecutor.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[12/19] Compiling MakNetworkManager ReachabilityProtocol.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[13/19] Compiling MakNetworkManager ConferenceService.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/19] Emitting module MakNetworkManager
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[15/19] Compiling MakNetworkManager APIService.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[16/19] Compiling MakNetworkManager Reachability.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[17/19] Compiling MakNetworkManager NetworkConfiguration.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[18/19] Compiling MakNetworkManager ConferenceAPI.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
[19/19] Compiling MakNetworkManager TokenAPI.swift
/host/spi-builder-workspace/Sources/MakNetworkManager/Implementation/Reachability.swift:9:8: error: no such module 'Network'
7 |
8 | import Foundation
9 | import Network
| `- error: no such module 'Network'
10 |
11 | /// Default implementation of ReachabilityProtocol using NWPathMonitor
BUILD FAILURE 6.1 android