The Swift Package Index logo.Swift Package Index

Build Information

Failed to build YNetwork, reference main (840a53), with Swift 6.1 for Android on 29 May 2025 18:00:44 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/codeandtheory/ynetwork-ios.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/codeandtheory/ynetwork-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 840a537 Issue 18 - Adding Upload Completion Handler for Handling Custom/Error… (#19)
Cloned https://github.com/codeandtheory/ynetwork-ios.git
Revision (git rev-parse @):
840a537e515bd0822827183dcd1639e876971dc5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ynetwork-ios.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/codeandtheory/ynetwork-ios.git
https://github.com/codeandtheory/ynetwork-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YNetwork",
  "name" : "YNetwork",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "YNetwork",
      "targets" : [
        "YNetwork"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YNetworkTests",
      "module_type" : "SwiftTarget",
      "name" : "YNetworkTests",
      "path" : "Tests/YNetworkTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/YNetworkTests/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/YNetworkTests/Resources/marioRunRight.gif",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/Extensions/Error+CodeTests.swift",
        "Core/Extensions/String+regexTests.swift",
        "Enums/ImageContentTypeTests.swift",
        "Enums/JWTDecodeErrorTests.swift",
        "Enums/MultipartElementTests.swift",
        "Enums/NetworkErrorTests.swift",
        "Enums/RequestContentTypeTests.swift",
        "Enums/ResponseContentTypeTests.swift",
        "Enums/UIImageDataTypeTests.swift",
        "Extensions/CharacterSet+formUrlAllowedTests.swift",
        "Extensions/Data+AppendStringTests.swift",
        "Extensions/String+isAbsoluteURLPathTests.swift",
        "Extensions/StringInterpolation+JSONTests.swift",
        "Extensions/StringInterpolation+URLRequestTests.swift",
        "Extensions/UrlRequest+FileSaverTests.swift",
        "Models/HttpErrorTests.swift",
        "Models/Multipart/GifBuilderTests.swift",
        "Models/Multipart/ImageBuilderTests.swift",
        "Models/Multipart/MultipartImageBuilderTests.swift",
        "NetworkManager/DataParserFactory/FormURLEncoderTests.swift",
        "NetworkManager/DataParserFactory/JSONDataParserFactoryTests.swift",
        "NetworkManager/Helpers/MockURLNetworkEngine.swift",
        "NetworkManager/Helpers/XCTestCase+Await.swift",
        "NetworkManager/Helpers/XCTestCase+MemoryLeakTracking.swift",
        "NetworkManager/Mock/URLProtocolStubNetworkEngineTests.swift",
        "NetworkManager/NetworkEngineConfigurationTests.swift",
        "NetworkManager/NetworkManagerAsyncAwaitTests.swift",
        "NetworkManager/NetworkManagerConfiguration/NetworkManagerConfigurationTests.swift",
        "NetworkManager/NetworkManagerDownloadTests.swift",
        "NetworkManager/NetworkManagerFailureTests.swift",
        "NetworkManager/NetworkManagerPostTests.swift",
        "NetworkManager/NetworkManagerSessionTests.swift",
        "NetworkManager/NetworkManagerTests.swift",
        "NetworkManager/NetworkManagerUploadTests.swift",
        "NetworkManager/URLBuilderTests.swift",
        "NetworkManager/URLNetworkEngineTests.swift",
        "Protocols/BodyBuilderTests.swift",
        "Protocols/JWTClaimTest.swift",
        "Protocols/JWTTokenTest.swift",
        "Protocols/MultipartBuilderTests.swift",
        "Protocols/MultipartRequestTests.swift",
        "Protocols/NetworkRequestTests.swift",
        "Protocols/PathRepresentableTests.swift",
        "Protocols/UIImageMultipartFileTests.swift",
        "TestHelpers/Mocks/MockRequest.swift",
        "TestHelpers/Mocks/UnitTestPath.swift",
        "TestHelpers/Model/BodegaProduct.swift",
        "TestHelpers/Model/GroceryProduct.swift",
        "TestHelpers/Model/YMLFetchRequest.swift",
        "TestHelpers/Request/CheckContrastRequest.swift",
        "TestHelpers/Request/GetTriviaRequest.swift",
        "TestHelpers/Request/ImageDownloadRequest.swift"
      ],
      "target_dependencies" : [
        "YNetwork"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YNetwork",
      "module_type" : "SwiftTarget",
      "name" : "YNetwork",
      "path" : "Sources/YNetwork",
      "product_memberships" : [
        "YNetwork"
      ],
      "sources" : [
        "Core/Extensions/String+regex.swift",
        "Definitions/APICompletion.swift",
        "Definitions/HttpHeader.swift",
        "Definitions/NetworkEngineCompletion.swift",
        "Definitions/Parameters.swift",
        "Enums/HttpMethod.swift",
        "Enums/HttpResponseType.swift",
        "Enums/ImageContentType.swift",
        "Enums/JWTDecodeError.swift",
        "Enums/MultipartElement.swift",
        "Enums/NetworkError.swift",
        "Enums/RequestContentType.swift",
        "Enums/ResponseContentType.swift",
        "Enums/SerializationError.swift",
        "Enums/UIImageDataType.swift",
        "Extensions/CharacterSet+formUrlAllowed.swift",
        "Extensions/Data+AppendString.swift",
        "Extensions/Data+HttpResponse.swift",
        "Extensions/Error+Code.swift",
        "Extensions/String+isAbsoluteURLPath.swift",
        "Extensions/StringInterpolation+JSON.swift",
        "Extensions/StringInterpolation+URLRequest.swift",
        "Extensions/URLRequest+FileSaver.swift",
        "Models/EmptyNetworkResponse.swift",
        "Models/HttpError.swift",
        "Models/JWT/JWTClaim.swift",
        "Models/JWT/JWTToken.swift",
        "Models/Multipart/GifBuilder.swift",
        "Models/Multipart/ImageBuilder.swift",
        "Models/Multipart/MultiImageBuilder.swift",
        "NetworkManager/DataParserFactory/FormUrlEncoder.swift",
        "NetworkManager/DataParserFactory/JSONDataParserFactory.swift",
        "NetworkManager/DataParserFactory/JSONDecoder+Extension.swift",
        "NetworkManager/DataParserFactory/JSONEncoder+Extension.swift",
        "NetworkManager/Mock/URLProtocolStub.swift",
        "NetworkManager/Mock/URLProtocolStubNetworkEngine.swift.swift",
        "NetworkManager/NetworkEngineConfiguration.swift",
        "NetworkManager/NetworkManager+Logging.swift",
        "NetworkManager/NetworkManager+URLSessionDownloadDelegate.swift",
        "NetworkManager/NetworkManager+URLSessionTaskDelegate.swift",
        "NetworkManager/NetworkManager+refresh.swift",
        "NetworkManager/NetworkManager.swift",
        "NetworkManager/NetworkManagerConfiguration/NetworkManagerConfiguration.swift",
        "NetworkManager/Progress/FileDownloadProgress.swift",
        "NetworkManager/Progress/FileProgress.swift",
        "NetworkManager/Progress/FileUploadProgress.swift",
        "NetworkManager/URLBuilder.swift",
        "NetworkManager/URLNetworkEngine.swift",
        "Protocols/BodyBuilder.swift",
        "Protocols/Cancelabel.swift",
        "Protocols/DataDecoder.swift",
        "Protocols/DataEncoder.swift",
        "Protocols/DataParserFactory.swift",
        "Protocols/JWTTokenRepresentable.swift",
        "Protocols/MultipartBuilder.swift",
        "Protocols/MultipartFile.swift",
        "Protocols/MultipartRequest.swift",
        "Protocols/NetworkEngine.swift",
        "Protocols/NetworkRequest.swift",
        "Protocols/ParametersBuilder.swift",
        "Protocols/PathRepresentable.swift",
        "Protocols/SessionManager.swift",
        "Protocols/UIImageMultipartFile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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/59] Emitting module YNetwork
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[4/66] Compiling YNetwork BodyBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[5/66] Compiling YNetwork Cancelabel.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[6/66] Compiling YNetwork DataDecoder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[7/66] Compiling YNetwork DataEncoder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[8/66] Compiling YNetwork DataParserFactory.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[9/66] Compiling YNetwork JWTTokenRepresentable.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[10/66] Compiling YNetwork MultipartBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[11/66] Compiling YNetwork MultipartFile.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[12/66] Compiling YNetwork NetworkManager+refresh.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[13/66] Compiling YNetwork NetworkManager.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[14/66] Compiling YNetwork NetworkManagerConfiguration.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[15/66] Compiling YNetwork FileDownloadProgress.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[16/66] Compiling YNetwork FileProgress.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[17/66] Compiling YNetwork FileUploadProgress.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[18/66] Compiling YNetwork URLBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[19/66] Compiling YNetwork URLNetworkEngine.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[20/66] Compiling YNetwork JSONDecoder+Extension.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[21/66] Compiling YNetwork JSONEncoder+Extension.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[22/66] Compiling YNetwork URLProtocolStub.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[23/66] Compiling YNetwork URLProtocolStubNetworkEngine.swift.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[24/66] Compiling YNetwork NetworkEngineConfiguration.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[25/66] Compiling YNetwork NetworkManager+Logging.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[26/66] Compiling YNetwork NetworkManager+URLSessionDownloadDelegate.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[27/66] Compiling YNetwork NetworkManager+URLSessionTaskDelegate.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[28/66] Compiling YNetwork HttpError.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[29/66] Compiling YNetwork JWTClaim.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[30/66] Compiling YNetwork JWTToken.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[31/66] Compiling YNetwork GifBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[32/66] Compiling YNetwork ImageBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[33/66] Compiling YNetwork MultiImageBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[34/66] Compiling YNetwork FormUrlEncoder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[35/66] Compiling YNetwork JSONDataParserFactory.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[36/66] Compiling YNetwork JWTDecodeError.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[37/66] Compiling YNetwork MultipartElement.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[38/66] Compiling YNetwork NetworkError.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[39/66] Compiling YNetwork RequestContentType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[40/66] Compiling YNetwork ResponseContentType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[41/66] Compiling YNetwork SerializationError.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[42/66] Compiling YNetwork UIImageDataType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[43/66] Compiling YNetwork CharacterSet+formUrlAllowed.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[44/66] Compiling YNetwork String+regex.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[45/66] Compiling YNetwork APICompletion.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[46/66] Compiling YNetwork HttpHeader.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[47/66] Compiling YNetwork NetworkEngineCompletion.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[48/66] Compiling YNetwork Parameters.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[49/66] Compiling YNetwork HttpMethod.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[50/66] Compiling YNetwork HttpResponseType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[51/66] Compiling YNetwork ImageContentType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[52/66] Compiling YNetwork Data+AppendString.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[53/66] Compiling YNetwork Data+HttpResponse.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[54/66] Compiling YNetwork Error+Code.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[55/66] Compiling YNetwork String+isAbsoluteURLPath.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[56/66] Compiling YNetwork StringInterpolation+JSON.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[57/66] Compiling YNetwork StringInterpolation+URLRequest.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[58/66] Compiling YNetwork URLRequest+FileSaver.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[59/66] Compiling YNetwork EmptyNetworkResponse.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[60/66] Compiling YNetwork MultipartRequest.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[61/66] Compiling YNetwork NetworkEngine.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[62/66] Compiling YNetwork NetworkRequest.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[63/66] Compiling YNetwork ParametersBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[64/66] Compiling YNetwork PathRepresentable.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[65/66] Compiling YNetwork SessionManager.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[66/66] Compiling YNetwork UIImageMultipartFile.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/58] Emitting module YNetwork
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[3/65] Compiling YNetwork String+regex.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[4/65] Compiling YNetwork APICompletion.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[5/65] Compiling YNetwork HttpHeader.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[6/65] Compiling YNetwork NetworkEngineCompletion.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[7/65] Compiling YNetwork Parameters.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[8/65] Compiling YNetwork HttpMethod.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[9/65] Compiling YNetwork HttpResponseType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[10/65] Compiling YNetwork ImageContentType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[11/65] Compiling YNetwork Data+AppendString.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[12/65] Compiling YNetwork Data+HttpResponse.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[13/65] Compiling YNetwork Error+Code.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[14/65] Compiling YNetwork String+isAbsoluteURLPath.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[15/65] Compiling YNetwork StringInterpolation+JSON.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[16/65] Compiling YNetwork StringInterpolation+URLRequest.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[17/65] Compiling YNetwork URLRequest+FileSaver.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[18/65] Compiling YNetwork EmptyNetworkResponse.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[19/65] Compiling YNetwork HttpError.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[20/65] Compiling YNetwork JWTClaim.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[21/65] Compiling YNetwork JWTToken.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[22/65] Compiling YNetwork GifBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[23/65] Compiling YNetwork ImageBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[24/65] Compiling YNetwork MultiImageBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[25/65] Compiling YNetwork FormUrlEncoder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[26/65] Compiling YNetwork JSONDataParserFactory.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[27/65] Compiling YNetwork NetworkManager+refresh.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[28/65] Compiling YNetwork NetworkManager.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[29/65] Compiling YNetwork NetworkManagerConfiguration.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[30/65] Compiling YNetwork FileDownloadProgress.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[31/65] Compiling YNetwork FileProgress.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[32/65] Compiling YNetwork FileUploadProgress.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[33/65] Compiling YNetwork URLBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[34/65] Compiling YNetwork URLNetworkEngine.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[35/65] Compiling YNetwork BodyBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[36/65] Compiling YNetwork Cancelabel.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[37/65] Compiling YNetwork DataDecoder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[38/65] Compiling YNetwork DataEncoder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[39/65] Compiling YNetwork DataParserFactory.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[40/65] Compiling YNetwork JWTTokenRepresentable.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[41/65] Compiling YNetwork MultipartBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[42/65] Compiling YNetwork MultipartFile.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[43/65] Compiling YNetwork JSONDecoder+Extension.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[44/65] Compiling YNetwork JSONEncoder+Extension.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[45/65] Compiling YNetwork URLProtocolStub.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[46/65] Compiling YNetwork URLProtocolStubNetworkEngine.swift.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[47/65] Compiling YNetwork NetworkEngineConfiguration.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[48/65] Compiling YNetwork NetworkManager+Logging.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[49/65] Compiling YNetwork NetworkManager+URLSessionDownloadDelegate.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[50/65] Compiling YNetwork NetworkManager+URLSessionTaskDelegate.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[51/65] Compiling YNetwork JWTDecodeError.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[52/65] Compiling YNetwork MultipartElement.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[53/65] Compiling YNetwork NetworkError.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[54/65] Compiling YNetwork RequestContentType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[55/65] Compiling YNetwork ResponseContentType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[56/65] Compiling YNetwork SerializationError.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[57/65] Compiling YNetwork UIImageDataType.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[58/65] Compiling YNetwork CharacterSet+formUrlAllowed.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[59/65] Compiling YNetwork MultipartRequest.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[60/65] Compiling YNetwork NetworkEngine.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[61/65] Compiling YNetwork NetworkRequest.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[62/65] Compiling YNetwork ParametersBuilder.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[63/65] Compiling YNetwork PathRepresentable.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[64/65] Compiling YNetwork SessionManager.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
[65/65] Compiling YNetwork UIImageMultipartFile.swift
/host/spi-builder-workspace/Sources/YNetwork/Enums/UIImageDataType.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Different ways of converting UIImage to Data
BUILD FAILURE 6.1 android