The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Applivery, reference 4.5.4 (9c7e33), with Swift 6.1 for macOS (SPM) on 18 Nov 2025 16:11:09 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/applivery/applivery-ios-sdk.git
Reference: 4.5.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/applivery/applivery-ios-sdk
 * tag               4.5.4      -> FETCH_HEAD
HEAD is now at 9c7e33f Merge pull request #111 from applivery/release/4.5.4
Cloned https://github.com/applivery/applivery-ios-sdk.git
Revision (git rev-parse @):
9c7e33fa37308c5306d842ccc524a8cb2bc92bb9
SUCCESS checkout https://github.com/applivery/applivery-ios-sdk.git at 4.5.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/applivery/applivery-ios-sdk.git
https://github.com/applivery/applivery-ios-sdk.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
    }
  ],
  "manifest_display_name" : "Applivery",
  "name" : "Applivery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Applivery",
      "targets" : [
        "Applivery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppliveryDynamic",
      "targets" : [
        "Applivery"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppliveryBehaviorTests",
      "module_type" : "SwiftTarget",
      "name" : "AppliveryBehaviorTests",
      "path" : "AppliveryBehaviorTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "OHHTTPStubs",
        "OHHTTPStubsSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/Images/test_images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/config_success.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_4002.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_5003.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_5004.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/feedback_ok.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/invalid_credentials.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/ko.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/login_success.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/request_token_ok.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/request_token_ok_no_token.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EnvironmentTests.swift",
        "EventDetectorTests.swift",
        "Fakes/UserDefaults.swift",
        "Helpers/StubResponseHelper.swift",
        "MockData/ConfigMockData.swift",
        "Mockits/MockAPIClient.swift",
        "Mocks/AppMock.swift",
        "Mocks/ConfigPersisterMock.swift",
        "Mocks/ConfigServiceMock.swift",
        "Mocks/DeviceMock.swift",
        "Mocks/DownloadServiceMock.swift",
        "Mocks/EventDetectorMock.swift",
        "Mocks/FeedbackServiceMock.swift",
        "Mocks/ImageManagerMock.swift",
        "Mocks/LoginRepositoryMock.swift",
        "Mocks/MockEnvironments.swift",
        "Mocks/MockEventDetector.swift",
        "Mocks/MockKeychainManager.swift",
        "Mocks/MockSessionPersister.swift",
        "Mocks/MockUpdateService.swift",
        "Mocks/StartInteractorOutputMock.swift",
        "Mocks/UpdateInteractoMock.swift",
        "Mocks/UserDefaultsMock.swift",
        "ServicesTests/ConfigServiceTests.swift",
        "ServicesTests/LoginServiceTests.swift",
        "ServicesTests/UpdateServiceTests.swift",
        "Specs/FeedbackSpecs.swift",
        "Specs/ForceUpdateSpecs.swift",
        "Specs/OTAUpdateSpecs.swift",
        "Specs/RequestSpecs.swift",
        "Specs/StartSpecs.swift",
        "Utils/EnvironmentsTests.swift"
      ],
      "target_dependencies" : [
        "Applivery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Applivery",
      "module_type" : "SwiftTarget",
      "name" : "Applivery",
      "path" : "AppliverySDK",
      "product_memberships" : [
        "Applivery",
        "AppliveryDynamic"
      ],
      "sources" : [
        "API/APIClient.swift",
        "API/APIError.swift",
        "API/APIErrorResponse.swift",
        "API/AppliveryEndpoint.swift",
        "API/Endpoint.swift",
        "API/HTTPMethod.swift",
        "Applivery/AppliverySDK.swift",
        "Applivery/AppliveryService.swift",
        "Core/Extensions/TimeInterval+Extensions.swift",
        "Core/UserDefaults+keys.swift",
        "Core/Views/OptionsListView.swift",
        "Data/Persisters/ConfigPersister.swift",
        "Data/Persisters/Keychain.swift",
        "Data/Persisters/SessionPersister.swift",
        "Interactors/StartInteractor.swift",
        "Managers/AppliverySafariManager.swift",
        "Managers/ErrorManager.swift",
        "Managers/ImageManager.swift",
        "Managers/LoginManager.swift",
        "Managers/WindowManager.swift",
        "Model/AccessToken.swift",
        "Model/Config.swift",
        "Model/ConfigurationUpdate.swift",
        "Model/CustomLogin.swift",
        "Model/Feedback.swift",
        "Model/FeedbackData.swift",
        "Model/Palette.swift",
        "Model/Public/TextLiterals.swift",
        "Model/TokenData.swift",
        "Model/UpdateConfigResponse.swift",
        "Model/User.swift",
        "Model/VideoFile.swift",
        "Modules/ForceUpdateScreen.swift",
        "Modules/ScreenshotReport/Screens/ScreenshootPreviewScreen.swift",
        "Modules/ScreenshotReport/ViewModel/ScreenshootViewModel.swift",
        "Modules/ScreenshotReport/Views/EditScreenshotView.swift",
        "Modules/ScreenshotReport/Views/EmailTextFieldView.swift",
        "Modules/ScreenshotReport/Views/MultilineTextView.swift",
        "Modules/ScreenshotReport/Views/ReportTypeView.swift",
        "Modules/ScreenshotReport/Views/Rows/ScreenShootRowView.swift",
        "Modules/VideoReport/RecordingViewController.swift",
        "Modules/VideoReport/VideoPreviewRow.swift",
        "Modules/VideoReport/VideoPreviewScreen.swift",
        "Modules/VideoReport/ViedeoPlayerView.swift",
        "Repositories/LoginRepository.swift",
        "Resources/LocalizableConstants.swift",
        "SDKConfig/Colors.swift",
        "SDKConfig/ErrorCodes/ErrorCodes.swift",
        "SDKConfig/GlobalConfig.swift",
        "Services/ConfigService.swift",
        "Services/DownloadService.swift",
        "Services/FeedbackService.swift",
        "Services/LoginService.swift",
        "Services/UpdateService.swift",
        "Utils/Background.swift",
        "Utils/DateExtension.swift",
        "Utils/DiskStatus.swift",
        "Utils/Environments.swift",
        "Utils/GeometryExtensions.swift",
        "Utils/Json.swift",
        "Utils/Layout.swift",
        "Utils/ListHelper.swift",
        "Utils/Localize.swift",
        "Utils/Log.swift",
        "Utils/NSBundle+Applivery.swift",
        "Utils/NSError+Applivery.swift",
        "Utils/Ram.swift",
        "Utils/Result.swift",
        "Utils/Storyboard+Applivery.swift",
        "Utils/UIDevice+ModelName.swift",
        "Utils/UIImageExtension.swift",
        "Utils/UserDefaultsExtension.swift",
        "Utils/Wifi.swift",
        "Views/AppliveryWindow.swift",
        "Wrappers/App.swift",
        "Wrappers/AppliveryNavigationController.swift",
        "Wrappers/Device.swift",
        "Wrappers/EventDetector.swift",
        "Wrappers/Keyboard.swift",
        "Wrappers/ScreenRecorderManager.swift",
        "Wrappers/Screenshot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/78] Emitting module Applivery
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[4/86] Compiling Applivery APIClient.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[5/86] Compiling Applivery APIError.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[6/86] Compiling Applivery APIErrorResponse.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[7/86] Compiling Applivery AppliveryEndpoint.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[8/86] Compiling Applivery Endpoint.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[9/86] Compiling Applivery HTTPMethod.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[10/86] Compiling Applivery AppliverySDK.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[11/86] Compiling Applivery AppliveryService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[12/86] Compiling Applivery TimeInterval+Extensions.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[13/86] Compiling Applivery ConfigService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[14/86] Compiling Applivery DownloadService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[15/86] Compiling Applivery FeedbackService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[16/86] Compiling Applivery LoginService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[17/86] Compiling Applivery UpdateService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[18/86] Compiling Applivery Background.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[19/86] Compiling Applivery DateExtension.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[20/86] Compiling Applivery DiskStatus.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[21/86] Compiling Applivery NSError+Applivery.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[22/86] Compiling Applivery Ram.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[23/86] Compiling Applivery Result.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[24/86] Compiling Applivery Storyboard+Applivery.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[25/86] Compiling Applivery UIDevice+ModelName.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[26/86] Compiling Applivery UIImageExtension.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[27/86] Compiling Applivery UserDefaultsExtension.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[28/86] Compiling Applivery Wifi.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[29/86] Compiling Applivery ScreenshootPreviewScreen.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[30/86] Compiling Applivery ScreenshootViewModel.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[31/86] Compiling Applivery EditScreenshotView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[32/86] Compiling Applivery EmailTextFieldView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[33/86] Compiling Applivery MultilineTextView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[34/86] Compiling Applivery ReportTypeView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[35/86] Compiling Applivery ScreenShootRowView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[36/86] Compiling Applivery RecordingViewController.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[37/86] Compiling Applivery FeedbackData.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[38/86] Compiling Applivery Palette.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[39/86] Compiling Applivery TextLiterals.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[40/86] Compiling Applivery TokenData.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[41/86] Compiling Applivery UpdateConfigResponse.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[42/86] Compiling Applivery User.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[43/86] Compiling Applivery VideoFile.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[44/86] Compiling Applivery ForceUpdateScreen.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[45/86] Compiling Applivery UserDefaults+keys.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[46/86] Compiling Applivery OptionsListView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[47/86] Compiling Applivery ConfigPersister.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[48/86] Compiling Applivery Keychain.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[49/86] Compiling Applivery SessionPersister.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[50/86] Compiling Applivery StartInteractor.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[51/86] Compiling Applivery AppliverySafariManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[52/86] Compiling Applivery ErrorManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[53/86] Compiling Applivery AppliveryWindow.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[54/86] Compiling Applivery App.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[55/86] Compiling Applivery AppliveryNavigationController.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[56/86] Compiling Applivery Device.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[57/86] Compiling Applivery EventDetector.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[58/86] Compiling Applivery Keyboard.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[59/86] Compiling Applivery ScreenRecorderManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[60/86] Compiling Applivery Screenshot.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[61/86] Compiling Applivery ImageManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[62/86] Compiling Applivery LoginManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[63/86] Compiling Applivery WindowManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[64/86] Compiling Applivery AccessToken.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[65/86] Compiling Applivery Config.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[66/86] Compiling Applivery ConfigurationUpdate.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[67/86] Compiling Applivery CustomLogin.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[68/86] Compiling Applivery Feedback.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[69/86] Compiling Applivery Environments.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[70/86] Compiling Applivery GeometryExtensions.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[71/86] Compiling Applivery Json.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[72/86] Compiling Applivery Layout.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[73/86] Compiling Applivery ListHelper.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[74/86] Compiling Applivery Localize.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[75/86] Compiling Applivery Log.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[76/86] Compiling Applivery NSBundle+Applivery.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[77/86] Compiling Applivery VideoPreviewRow.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[78/86] Compiling Applivery VideoPreviewScreen.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[79/86] Compiling Applivery ViedeoPlayerView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[80/86] Compiling Applivery LoginRepository.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[81/86] Compiling Applivery LocalizableConstants.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[82/86] Compiling Applivery Colors.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[83/86] Compiling Applivery ErrorCodes.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[84/86] Compiling Applivery GlobalConfig.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/Quick/Nimble.git
[1/7900] Fetching ohhttpstubs
[159/22750] Fetching ohhttpstubs, quick
[2248/42537] Fetching ohhttpstubs, quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (8.18s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (8.18s)
Fetched https://github.com/Quick/Quick.git from cache (8.18s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (8.84s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.56s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.68s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.78s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.39s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.67s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.28s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/77] Compiling Applivery ImageManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[3/77] Compiling Applivery LoginManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[4/77] Compiling Applivery WindowManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[5/77] Compiling Applivery AccessToken.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[6/77] Compiling Applivery Config.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[7/77] Compiling Applivery ConfigurationUpdate.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[8/77] Compiling Applivery CustomLogin.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[9/77] Compiling Applivery Feedback.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[10/85] Compiling Applivery NSError+Applivery.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[11/85] Compiling Applivery Ram.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[12/85] Compiling Applivery Result.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[13/85] Compiling Applivery Storyboard+Applivery.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[14/85] Compiling Applivery UIDevice+ModelName.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[15/85] Compiling Applivery UIImageExtension.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[16/85] Compiling Applivery UserDefaultsExtension.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[17/85] Compiling Applivery Wifi.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/85] Emitting module Applivery
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[19/85] Compiling Applivery FeedbackData.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[20/85] Compiling Applivery Palette.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[21/85] Compiling Applivery TextLiterals.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[22/85] Compiling Applivery TokenData.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[23/85] Compiling Applivery UpdateConfigResponse.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[24/85] Compiling Applivery User.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[25/85] Compiling Applivery VideoFile.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[26/85] Compiling Applivery ForceUpdateScreen.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[27/85] Compiling Applivery APIClient.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[28/85] Compiling Applivery APIError.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[29/85] Compiling Applivery APIErrorResponse.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[30/85] Compiling Applivery AppliveryEndpoint.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[31/85] Compiling Applivery Endpoint.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[32/85] Compiling Applivery HTTPMethod.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[33/85] Compiling Applivery AppliverySDK.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[34/85] Compiling Applivery AppliveryService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[35/85] Compiling Applivery TimeInterval+Extensions.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[36/85] Compiling Applivery AppliveryWindow.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[37/85] Compiling Applivery App.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[38/85] Compiling Applivery AppliveryNavigationController.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[39/85] Compiling Applivery Device.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[40/85] Compiling Applivery EventDetector.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[41/85] Compiling Applivery Keyboard.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[42/85] Compiling Applivery ScreenRecorderManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[43/85] Compiling Applivery Screenshot.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[44/85] Compiling Applivery Environments.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[45/85] Compiling Applivery GeometryExtensions.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[46/85] Compiling Applivery Json.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[47/85] Compiling Applivery Layout.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[48/85] Compiling Applivery ListHelper.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[49/85] Compiling Applivery Localize.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[50/85] Compiling Applivery Log.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[51/85] Compiling Applivery NSBundle+Applivery.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[52/85] Compiling Applivery VideoPreviewRow.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[53/85] Compiling Applivery VideoPreviewScreen.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[54/85] Compiling Applivery ViedeoPlayerView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[55/85] Compiling Applivery LoginRepository.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[56/85] Compiling Applivery LocalizableConstants.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[57/85] Compiling Applivery Colors.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[58/85] Compiling Applivery ErrorCodes.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[59/85] Compiling Applivery GlobalConfig.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[60/85] Compiling Applivery ConfigService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[61/85] Compiling Applivery DownloadService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[62/85] Compiling Applivery FeedbackService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[63/85] Compiling Applivery LoginService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[64/85] Compiling Applivery UpdateService.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[65/85] Compiling Applivery Background.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[66/85] Compiling Applivery DateExtension.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[67/85] Compiling Applivery DiskStatus.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[68/85] Compiling Applivery ScreenshootPreviewScreen.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[69/85] Compiling Applivery ScreenshootViewModel.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[70/85] Compiling Applivery EditScreenshotView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[71/85] Compiling Applivery EmailTextFieldView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[72/85] Compiling Applivery MultilineTextView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[73/85] Compiling Applivery ReportTypeView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[74/85] Compiling Applivery ScreenShootRowView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[75/85] Compiling Applivery RecordingViewController.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[76/85] Compiling Applivery UserDefaults+keys.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[77/85] Compiling Applivery OptionsListView.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[78/85] Compiling Applivery ConfigPersister.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[79/85] Compiling Applivery Keychain.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[80/85] Compiling Applivery SessionPersister.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[81/85] Compiling Applivery StartInteractor.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[82/85] Compiling Applivery AppliverySafariManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
[83/85] Compiling Applivery ErrorManager.swift
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Applivery/AppliverySDK.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Type of Applivery's logs you want displayed in the debug console
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard
BUILD FAILURE 6.1 macosSpm