Build Information
Failed to build MetaRouter, reference main (d89f9b), with Swift 6.1 for Linux on 23 Apr 2026 13:42:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/metarouterio/ios-sdk.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/metarouterio/ios-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d89f9b8 fix: hardening disk persistence (#40)
Cloned https://github.com/metarouterio/ios-sdk.git
Revision (git rev-parse @):
d89f9b8b66aefc01df29e4ca674e209abbabc5ba
SUCCESS checkout https://github.com/metarouterio/ios-sdk.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/metarouterio/ios-sdk.git
https://github.com/metarouterio/ios-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/29] Emitting module MetaRouter
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[4/32] Compiling MetaRouter QueueSnapshot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[5/32] Compiling MetaRouter Event.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[6/32] Compiling MetaRouter EventContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[7/32] Compiling MetaRouter NetworkMonitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[8/32] Compiling MetaRouter DiskStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[9/32] Compiling MetaRouter EventQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[10/32] Compiling MetaRouter PersistentEventQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[11/32] Compiling MetaRouter LifecycleState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[12/32] Compiling MetaRouter AppLifecycleObserver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[13/32] Compiling MetaRouter AsyncMutex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[14/32] Compiling MetaRouter CircuitBreaker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[15/32] Compiling MetaRouter DebouncedNetworkMonitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[16/32] Compiling MetaRouter Dispatcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[17/32] Compiling MetaRouter NetworkClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[18/32] Compiling MetaRouter DeviceContextProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[19/32] Compiling MetaRouter EventEnrichment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[20/32] Compiling MetaRouter IdentityManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[21/32] Compiling MetaRouter IdentityStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[22/32] Compiling MetaRouter AnalyticsProxy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[23/32] Compiling MetaRouter CodableValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[24/32] Compiling MetaRouter InitOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[25/32] Compiling MetaRouter RealClientStore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[26/32] Compiling MetaRouter MetaRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[27/32] Compiling MetaRouter Version.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[28/32] Compiling MetaRouter AnalyticsClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[29/32] Compiling MetaRouter AnalyticsInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[30/32] Compiling MetaRouter DateFormatters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[31/32] Compiling MetaRouter Logger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[32/32] Compiling MetaRouter MessageIdGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/28] Compiling MetaRouter LifecycleState.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[3/28] Compiling MetaRouter AppLifecycleObserver.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[4/28] Compiling MetaRouter AsyncMutex.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[5/31] Compiling MetaRouter DeviceContextProvider.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[6/31] Compiling MetaRouter EventEnrichment.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[7/31] Compiling MetaRouter IdentityManager.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[8/31] Compiling MetaRouter IdentityStorage.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/31] Emitting module MetaRouter
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[10/31] Compiling MetaRouter AnalyticsProxy.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[11/31] Compiling MetaRouter CodableValue.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[12/31] Compiling MetaRouter InitOptions.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[13/31] Compiling MetaRouter RealClientStore.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[14/31] Compiling MetaRouter DateFormatters.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[15/31] Compiling MetaRouter Logger.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[16/31] Compiling MetaRouter MessageIdGenerator.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[17/31] Compiling MetaRouter NetworkMonitor.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[18/31] Compiling MetaRouter DiskStorage.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[19/31] Compiling MetaRouter EventQueue.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[20/31] Compiling MetaRouter PersistentEventQueue.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[21/31] Compiling MetaRouter MetaRouter.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[22/31] Compiling MetaRouter Version.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[23/31] Compiling MetaRouter AnalyticsClient.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[24/31] Compiling MetaRouter AnalyticsInterface.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[25/31] Compiling MetaRouter QueueSnapshot.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[26/31] Compiling MetaRouter Event.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[27/31] Compiling MetaRouter EventContext.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[28/31] Compiling MetaRouter CircuitBreaker.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[29/31] Compiling MetaRouter DebouncedNetworkMonitor.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[30/31] Compiling MetaRouter Dispatcher.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
[31/31] Compiling MetaRouter NetworkClient.swift
/host/spi-builder-workspace/Sources/MetaRouter/context/DeviceContextProvider.swift:2:8: error: no such module 'Network'
1 | import Foundation
2 | import Network
| `- error: no such module 'Network'
3 |
4 | #if canImport(UIKit)
BUILD FAILURE 6.1 linux