The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TermiNetwork, reference 4.1.2 (fe8894), with Swift 6.1 for Android on 30 May 2025 03:58:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/billp/TermiNetwork.git
Reference: 4.1.2
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/billp/TermiNetwork
 * tag               4.1.2      -> FETCH_HEAD
HEAD is now at fe88949 Prepare for v4.1.2
Cloned https://github.com/billp/TermiNetwork.git
Revision (git rev-parse @):
fe8894964009cf40f2d25dc22ac13cdda5a8f07b
SUCCESS checkout https://github.com/billp/TermiNetwork.git at 4.1.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/billp/TermiNetwork.git
https://github.com/billp/TermiNetwork.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TermiNetwork",
  "name" : "TermiNetwork",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "TermiNetwork",
      "targets" : [
        "TermiNetwork"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TermiNetwork",
      "module_type" : "SwiftTarget",
      "name" : "TermiNetwork",
      "path" : "Source",
      "product_memberships" : [
        "TermiNetwork"
      ],
      "sources" : [
        "Cache.swift",
        "CertificatePinningManager.swift",
        "Client.swift",
        "Configuration.swift",
        "EndpointConfiguration.swift",
        "Enums/EnvironmentType.swift",
        "Enums/HttpMethod.swift",
        "Enums/InterceptionAction.swift",
        "Enums/MultipartFormDataStream.swift",
        "Enums/Path.swift",
        "Enums/PathType.swift",
        "Enums/QueueFailureMode.swift",
        "Enums/RequestBodyType.swift",
        "Enums/RequestType.swift",
        "Enums/TNError.swift",
        "Enums/URLScheme.swift",
        "Environment.swift",
        "Extensions/Data+Extensions.swift",
        "Extensions/Dictionary+Extensions.swift",
        "Extensions/Operations/Decodable+Transformer.swift",
        "Extensions/Operations/Request+DataOperations.swift",
        "Extensions/Operations/Request+FileOperations.swift",
        "Extensions/Operations/Request+FileOperationsAsync.swift",
        "Extensions/Request+Async.swift",
        "Extensions/Request+Interceptors.swift",
        "Extensions/Request+Middleware.swift",
        "Extensions/Request+Mock.swift",
        "Extensions/Request+NSCopying.swift",
        "Extensions/Request+ResponseHeaders.swift",
        "Extensions/Request+ResponseTypes.swift",
        "Extensions/UIImage+Extensions.swift",
        "Extensions/UIImageView+Extensions.swift",
        "Extensions/URLRequest+Extensions.swift",
        "FileStreamer.swift",
        "Helpers/MultipartFormDataHelpers.swift",
        "Helpers/RequestBodyGenerators.swift",
        "Helpers/RequestHelpers.swift",
        "Log.swift",
        "MultipartFormDataPartType.swift",
        "Operation.swift",
        "Protocols/EndpointProtocol.swift",
        "Protocols/InterceptorProtocol.swift",
        "Protocols/RequestMiddlewareProtocol.swift",
        "Queue.swift",
        "Reachability.swift",
        "Request.swift",
        "Session.swift",
        "SessionTaskFactory.swift",
        "SwiftUI/Image.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/47] Emitting module TermiNetwork
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[4/53] Compiling TermiNetwork InterceptionAction.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[5/53] Compiling TermiNetwork MultipartFormDataStream.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[6/53] Compiling TermiNetwork Path.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[7/53] Compiling TermiNetwork PathType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[8/53] Compiling TermiNetwork QueueFailureMode.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[9/53] Compiling TermiNetwork RequestBodyType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[10/53] Compiling TermiNetwork RequestType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[11/53] Compiling TermiNetwork Cache.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[12/53] Compiling TermiNetwork CertificatePinningManager.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[13/53] Compiling TermiNetwork Client.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[14/53] Compiling TermiNetwork Configuration.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[15/53] Compiling TermiNetwork EndpointConfiguration.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[16/53] Compiling TermiNetwork EnvironmentType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[17/53] Compiling TermiNetwork HttpMethod.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[18/53] Compiling TermiNetwork MultipartFormDataPartType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[19/53] Compiling TermiNetwork Operation.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[20/53] Compiling TermiNetwork EndpointProtocol.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[21/53] Compiling TermiNetwork InterceptorProtocol.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[22/53] Compiling TermiNetwork RequestMiddlewareProtocol.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[23/53] Compiling TermiNetwork Queue.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[24/53] Compiling TermiNetwork Request+Mock.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[25/53] Compiling TermiNetwork Request+NSCopying.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[26/53] Compiling TermiNetwork Request+ResponseHeaders.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[27/53] Compiling TermiNetwork Request+ResponseTypes.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[28/53] Compiling TermiNetwork UIImage+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[29/53] Compiling TermiNetwork UIImageView+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[30/53] Compiling TermiNetwork URLRequest+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[31/53] Compiling TermiNetwork FileStreamer.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[32/53] Compiling TermiNetwork MultipartFormDataHelpers.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[33/53] Compiling TermiNetwork RequestBodyGenerators.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[34/53] Compiling TermiNetwork RequestHelpers.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[35/53] Compiling TermiNetwork Log.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[36/53] Compiling TermiNetwork Request+DataOperations.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[37/53] Compiling TermiNetwork Request+FileOperations.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[38/53] Compiling TermiNetwork Request+FileOperationsAsync.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[39/53] Compiling TermiNetwork Request+Async.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[40/53] Compiling TermiNetwork Request+Interceptors.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[41/53] Compiling TermiNetwork Request+Middleware.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[42/53] Compiling TermiNetwork TNError.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[43/53] Compiling TermiNetwork URLScheme.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[44/53] Compiling TermiNetwork Environment.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[45/53] Compiling TermiNetwork Data+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[46/53] Compiling TermiNetwork Dictionary+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[47/53] Compiling TermiNetwork Decodable+Transformer.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[48/53] Compiling TermiNetwork Reachability.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[49/53] Compiling TermiNetwork Request.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[50/53] Compiling TermiNetwork Session.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[51/53] Compiling TermiNetwork SessionTaskFactory.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[52/53] Compiling TermiNetwork Image.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[53/53] Compiling TermiNetwork Types.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/46] Compiling TermiNetwork Cache.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[3/46] Compiling TermiNetwork CertificatePinningManager.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[4/46] Compiling TermiNetwork Client.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[5/46] Compiling TermiNetwork Configuration.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[6/46] Compiling TermiNetwork EndpointConfiguration.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[7/46] Compiling TermiNetwork EnvironmentType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[8/46] Compiling TermiNetwork HttpMethod.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[9/52] Compiling TermiNetwork MultipartFormDataPartType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[10/52] Compiling TermiNetwork Operation.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[11/52] Compiling TermiNetwork EndpointProtocol.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[12/52] Compiling TermiNetwork InterceptorProtocol.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[13/52] Compiling TermiNetwork RequestMiddlewareProtocol.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[14/52] Compiling TermiNetwork Queue.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/52] Emitting module TermiNetwork
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[16/52] Compiling TermiNetwork InterceptionAction.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[17/52] Compiling TermiNetwork MultipartFormDataStream.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[18/52] Compiling TermiNetwork Path.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[19/52] Compiling TermiNetwork PathType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[20/52] Compiling TermiNetwork QueueFailureMode.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[21/52] Compiling TermiNetwork RequestBodyType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[22/52] Compiling TermiNetwork RequestType.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[23/52] Compiling TermiNetwork Reachability.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[24/52] Compiling TermiNetwork Request.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[25/52] Compiling TermiNetwork Session.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[26/52] Compiling TermiNetwork SessionTaskFactory.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[27/52] Compiling TermiNetwork Image.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[28/52] Compiling TermiNetwork Types.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[29/52] Compiling TermiNetwork Request+Mock.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[30/52] Compiling TermiNetwork Request+NSCopying.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[31/52] Compiling TermiNetwork Request+ResponseHeaders.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[32/52] Compiling TermiNetwork Request+ResponseTypes.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[33/52] Compiling TermiNetwork UIImage+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[34/52] Compiling TermiNetwork UIImageView+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[35/52] Compiling TermiNetwork TNError.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[36/52] Compiling TermiNetwork URLScheme.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[37/52] Compiling TermiNetwork Environment.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[38/52] Compiling TermiNetwork Data+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[39/52] Compiling TermiNetwork Dictionary+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[40/52] Compiling TermiNetwork Decodable+Transformer.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[41/52] Compiling TermiNetwork Request+DataOperations.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[42/52] Compiling TermiNetwork Request+FileOperations.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[43/52] Compiling TermiNetwork Request+FileOperationsAsync.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[44/52] Compiling TermiNetwork Request+Async.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[45/52] Compiling TermiNetwork Request+Interceptors.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[46/52] Compiling TermiNetwork Request+Middleware.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[47/52] Compiling TermiNetwork URLRequest+Extensions.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[48/52] Compiling TermiNetwork FileStreamer.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[49/52] Compiling TermiNetwork MultipartFormDataHelpers.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[50/52] Compiling TermiNetwork RequestBodyGenerators.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[51/52] Compiling TermiNetwork RequestHelpers.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
[52/52] Compiling TermiNetwork Log.swift
/host/spi-builder-workspace/Source/Reachability.swift:24:8: error: no such module 'SystemConfiguration'
 22 | #if !os(watchOS)
 23 |
 24 | import SystemConfiguration
    |        `- error: no such module 'SystemConfiguration'
 25 |
 26 | /// Reachability State Type
BUILD FAILURE 6.1 android