The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FronteggSwift, reference 1.3.4 (5d89be), with Swift 6.1 for macOS (SPM) on 5 May 2026 13:40:42 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/frontegg/frontegg-ios-swift.git
Reference: 1.3.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frontegg/frontegg-ios-swift
 * tag               1.3.4      -> FETCH_HEAD
HEAD is now at 5d89be3 Merge pull request #252 from frontegg/release/next
Cloned https://github.com/frontegg/frontegg-ios-swift.git
Revision (git rev-parse @):
5d89be3d1ced0855869b321e39910fa57496356e
SUCCESS checkout https://github.com/frontegg/frontegg-ios-swift.git at 1.3.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/frontegg/frontegg-ios-swift.git
https://github.com/frontegg/frontegg-ios-swift.git
{
  "dependencies" : [
    {
      "identity" : "sentry-cocoa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.46.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getsentry/sentry-cocoa.git"
    }
  ],
  "manifest_display_name" : "FronteggSwift",
  "name" : "FronteggSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "FronteggSwift",
      "targets" : [
        "FronteggSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FronteggSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "FronteggSwiftTests",
      "path" : "Tests/FronteggSwiftTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FronteggSwiftTests/MockRegions",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ApiGetRequestDiagnosticsTests.swift",
        "ApiHelperTests.swift",
        "ApiMeRecoveryTests.swift",
        "ApiMeTests.swift",
        "AuthResponseTests.swift",
        "AuthenticationErrorTests.swift",
        "AuthorizeUrlGeneratorTests.swift",
        "ConstantsTests.swift",
        "CredentialManagerTests.swift",
        "CustomWebViewTests.swift",
        "DisableAutoRefreshTests.swift",
        "EncodingUtilsTests.swift",
        "EntitlementsTests.swift",
        "FeatureFlagsTests.swift",
        "FronteggAuthEntitlementsTests.swift",
        "FronteggAuthOAuthCallbackTests.swift",
        "FronteggAuthRefreshRecoveryTests.swift",
        "FronteggAuthRegionManagementTests.swift",
        "FronteggAuthResetForTestingTests.swift",
        "FronteggErrorTests.swift",
        "FronteggStateTests.swift",
        "JWTHelperTests.swift",
        "LogLevelMappingTests.swift",
        "LoggerDelegateTests.swift",
        "LoginPerAccountTests.swift",
        "MockRegion.swift",
        "MultiFactorAuthenticatorTests.swift",
        "NetworkStatusMonitorTests.swift",
        "OfflineScenarioTests.swift",
        "PackageConfigurationTests.swift",
        "PlistHelperTests.swift",
        "RegionConfigTests.swift",
        "SDKCompatibilityTests.swift",
        "SentryLoggingTests.swift",
        "SocialLoginConfigTests.swift",
        "SocialLoginUrlGeneratorTests.swift",
        "StepUpAuthenticatorTests.swift",
        "SuggestSavePasswordTests.swift",
        "TenantTests.swift",
        "TestDataFactory.swift",
        "UrlHelperExtendedTests.swift",
        "UrlHelperTests.swift",
        "UserFromJWTTests.swift",
        "UserRolePermissionTests.swift",
        "UserRoleTests.swift",
        "UserTests.swift"
      ],
      "target_dependencies" : [
        "FronteggSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FronteggSwift",
      "module_type" : "SwiftTarget",
      "name" : "FronteggSwift",
      "path" : "Sources/FronteggSwift",
      "product_dependencies" : [
        "Sentry"
      ],
      "product_memberships" : [
        "FronteggSwift"
      ],
      "sources" : [
        "FronteggApp.swift",
        "FronteggAuth.swift",
        "auth/FronteggAuth+Authorization.swift",
        "auth/FronteggAuth+Connectivity.swift",
        "auth/FronteggAuth+CredentialHydration.swift",
        "auth/FronteggAuth+EmbeddedAndDeepLink.swift",
        "auth/FronteggAuth+Entitlements.swift",
        "auth/FronteggAuth+HostedFlows.swift",
        "auth/FronteggAuth+Logout.swift",
        "auth/FronteggAuth+MFA.swift",
        "auth/FronteggAuth+OAuthCallbacks.swift",
        "auth/FronteggAuth+OAuthErrors.swift",
        "auth/FronteggAuth+Passkeys.swift",
        "auth/FronteggAuth+Refresh.swift",
        "auth/FronteggAuth+RegionManagement.swift",
        "auth/FronteggAuth+SessionRestore.swift",
        "auth/FronteggAuth+SocialFlows.swift",
        "auth/FronteggAuth+SocialLoginCallback.swift",
        "auth/FronteggAuth+StepUp.swift",
        "auth/FronteggAuth+Testing.swift",
        "authenticators/AppleAuthenticator.swift",
        "authenticators/PasskeysAuthenticator.swift",
        "authenticators/WebAuthenticator.swift",
        "embedded/CustomWebView.swift",
        "embedded/EmbeddedLoginModal.swift",
        "embedded/EmbeddedLoginPage.swift",
        "embedded/FronteggWKContentController.swift",
        "embedded/FronteggWebView.swift",
        "models/AuthResponse.swift",
        "models/AuthTypes.swift",
        "models/Entitlement.swift",
        "models/Passkeys.swift",
        "models/SocialLoginConfig.swift",
        "models/Tenant.swift",
        "models/User.swift",
        "models/UserRole.swift",
        "models/UserRolePermission.swift",
        "models/errors/AuthenticationError.swift",
        "models/errors/ConfigurationError.swift",
        "models/errors/FronteggError.swift",
        "models/plist/FronteggPlist.swift",
        "models/plist/MultiRegionConfig.swift",
        "models/plist/RegionConfig.swift",
        "models/plist/SingleRegionConfig.swift",
        "models/webauthn/WebauthnAssertion.swift",
        "models/webauthn/WebauthnCallback.swift",
        "models/webauthn/WebauthnPreloginResponse.swift",
        "models/webauthn/WebauthnRegistration.swift",
        "services/Api.swift",
        "services/CredentialManager.swift",
        "services/Entitlements.swift",
        "services/FeatureFlags.swift",
        "services/MultiFactorAuthenticator.swift",
        "services/StepUpAuthenticator.swift",
        "state/FronteggState.swift",
        "utils/ConfigurationCheck.swift",
        "utils/Constants.swift",
        "utils/EncodingUtils.swift",
        "utils/FronteggOAuthToastPresenter.swift",
        "utils/FronteggRuntime.swift",
        "utils/JWTHelper.swift",
        "utils/Logger.swift",
        "utils/NetworkStatusMonitor.swift",
        "utils/NoRedirectSessionDelegate.swift",
        "utils/PlistHelper.swift",
        "utils/SDKVersion.swift",
        "utils/SentryHelper.swift",
        "utils/TraceIdLogger.swift",
        "utils/UIWindow+FronteggPresentation.swift",
        "utils/UrlHelper.swift",
        "utils/generateErrorPage.swift",
        "utils/generators/AuthorizeUrlGenerator.swift",
        "utils/generators/SocialLoginUrlGenerator.swift",
        "views/AbstractFronteggController.swift",
        "views/DefaultLoader.swift",
        "views/FronteggUIKitWrapper.swift",
        "views/FronteggWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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
[2/4] Copying Sentry.framework
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/6] Compiling SentryCppHelper SentryCppHelper.swift
[6/6] Emitting module SentryCppHelper
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/77] Emitting module FronteggSwift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[8/84] Compiling FronteggSwift SocialLoginConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[9/84] Compiling FronteggSwift Tenant.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[10/84] Compiling FronteggSwift User.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[11/84] Compiling FronteggSwift UserRole.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[12/84] Compiling FronteggSwift UserRolePermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[13/84] Compiling FronteggSwift AuthenticationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[14/84] Compiling FronteggSwift ConfigurationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[15/84] Compiling FronteggSwift FronteggError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[16/84] Compiling FronteggSwift NoRedirectSessionDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[17/84] Compiling FronteggSwift PlistHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[18/84] Compiling FronteggSwift SDKVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[19/84] Compiling FronteggSwift SentryHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[20/84] Compiling FronteggSwift TraceIdLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[21/84] Compiling FronteggSwift UIWindow+FronteggPresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[22/84] Compiling FronteggSwift UrlHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[23/84] Compiling FronteggSwift Api.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[24/84] Compiling FronteggSwift CredentialManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[25/84] Compiling FronteggSwift Entitlements.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[26/84] Compiling FronteggSwift FeatureFlags.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[27/84] Compiling FronteggSwift MultiFactorAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[28/84] Compiling FronteggSwift StepUpAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[29/84] Compiling FronteggSwift FronteggState.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[30/84] Compiling FronteggSwift ConfigurationCheck.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[31/84] Compiling FronteggSwift Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[32/84] Compiling FronteggSwift EncodingUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[33/84] Compiling FronteggSwift FronteggOAuthToastPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[34/84] Compiling FronteggSwift FronteggRuntime.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[35/84] Compiling FronteggSwift JWTHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[36/84] Compiling FronteggSwift Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[37/84] Compiling FronteggSwift NetworkStatusMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[38/84] Compiling FronteggSwift EmbeddedLoginModal.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[39/84] Compiling FronteggSwift EmbeddedLoginPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[40/84] Compiling FronteggSwift FronteggWKContentController.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[41/84] Compiling FronteggSwift FronteggWebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[42/84] Compiling FronteggSwift AuthResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[43/84] Compiling FronteggSwift AuthTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[44/84] Compiling FronteggSwift Entitlement.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[45/84] Compiling FronteggSwift Passkeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[46/84] Compiling FronteggSwift generateErrorPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[47/84] Compiling FronteggSwift AuthorizeUrlGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[48/84] Compiling FronteggSwift SocialLoginUrlGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[49/84] Compiling FronteggSwift AbstractFronteggController.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[50/84] Compiling FronteggSwift DefaultLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[51/84] Compiling FronteggSwift FronteggUIKitWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[52/84] Compiling FronteggSwift FronteggWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[53/84] Compiling FronteggSwift FronteggApp.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[54/84] Compiling FronteggSwift FronteggAuth.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[55/84] Compiling FronteggSwift FronteggAuth+Authorization.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[56/84] Compiling FronteggSwift FronteggAuth+Connectivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[57/84] Compiling FronteggSwift FronteggAuth+CredentialHydration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[58/84] Compiling FronteggSwift FronteggAuth+EmbeddedAndDeepLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[59/84] Compiling FronteggSwift FronteggAuth+Entitlements.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[60/84] Compiling FronteggSwift FronteggAuth+HostedFlows.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[61/84] Compiling FronteggSwift FronteggAuth+Logout.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[62/84] Compiling FronteggSwift FronteggAuth+MFA.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[63/84] Compiling FronteggSwift FronteggAuth+OAuthCallbacks.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[64/84] Compiling FronteggSwift FronteggAuth+OAuthErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[65/84] Compiling FronteggSwift FronteggAuth+Passkeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[66/84] Compiling FronteggSwift FronteggAuth+Refresh.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[67/84] Compiling FronteggSwift FronteggAuth+RegionManagement.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[68/84] Compiling FronteggSwift FronteggAuth+SessionRestore.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[69/84] Compiling FronteggSwift FronteggPlist.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[70/84] Compiling FronteggSwift MultiRegionConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[71/84] Compiling FronteggSwift RegionConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[72/84] Compiling FronteggSwift SingleRegionConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[73/84] Compiling FronteggSwift WebauthnAssertion.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[74/84] Compiling FronteggSwift WebauthnCallback.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[75/84] Compiling FronteggSwift WebauthnPreloginResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[76/84] Compiling FronteggSwift WebauthnRegistration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[77/84] Compiling FronteggSwift FronteggAuth+SocialFlows.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[78/84] Compiling FronteggSwift FronteggAuth+SocialLoginCallback.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[79/84] Compiling FronteggSwift FronteggAuth+StepUp.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[80/84] Compiling FronteggSwift FronteggAuth+Testing.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[81/84] Compiling FronteggSwift AppleAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[82/84] Compiling FronteggSwift PasskeysAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[83/84] Compiling FronteggSwift WebAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[84/84] Compiling FronteggSwift CustomWebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
Fetching https://github.com/getsentry/sentry-cocoa.git
[1/224869] Fetching sentry-cocoa
Fetched https://github.com/getsentry/sentry-cocoa.git from cache (17.15s)
Computing version for https://github.com/getsentry/sentry-cocoa.git
warning: 'sentry-cocoa': /Package@swift-6.1.swift:120:23: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
118 | let package = Package(
119 |     name: "Sentry",
120 |     platforms: [.iOS(.v11), .macOS(.v10_13), .tvOS(.v11), .watchOS(.v4)],
    |                       `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
121 |     products: products,
122 |     traits: [
/Package@swift-6.1.swift:120:53: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
118 | let package = Package(
119 |     name: "Sentry",
120 |     platforms: [.iOS(.v11), .macOS(.v10_13), .tvOS(.v11), .watchOS(.v4)],
    |                                                     `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
121 |     products: products,
122 |     traits: [
Computed https://github.com/getsentry/sentry-cocoa.git at 8.58.2 (18.55s)
Creating working copy for https://github.com/getsentry/sentry-cocoa.git
Working copy of https://github.com/getsentry/sentry-cocoa.git resolved at 8.58.2
warning: 'sentry-cocoa': /Users/admin/builder/spi-builder-workspace/.build/checkouts/sentry-cocoa/Package@swift-6.1.swift:120:23: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
118 | let package = Package(
119 |     name: "Sentry",
120 |     platforms: [.iOS(.v11), .macOS(.v10_13), .tvOS(.v11), .watchOS(.v4)],
    |                       `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
121 |     products: products,
122 |     traits: [
/Users/admin/builder/spi-builder-workspace/.build/checkouts/sentry-cocoa/Package@swift-6.1.swift:120:53: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
118 | let package = Package(
119 |     name: "Sentry",
120 |     platforms: [.iOS(.v11), .macOS(.v10_13), .tvOS(.v11), .watchOS(.v4)],
    |                                                     `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
121 |     products: products,
122 |     traits: [
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic-WithARM64e.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip
[6335/90223743] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit.xcframework.zip
[19082852/199742211] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic.xcframework.zip
[19147522/299173675] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip
[20873125/420011509] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic-WithARM64e.xcframework.zip
[21210552/473224958] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry.xcframework.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry.xcframework.zip (4.46s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit.xcframework.zip (6.15s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip (6.76s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic.xcframework.zip (7.12s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.58.2/Sentry-Dynamic-WithARM64e.xcframework.zip (7.64s)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling SentryCppHelper SentryCppHelper.swift
[3/3] Emitting module SentryCppHelper
[4/74] Compiling FronteggSwift FronteggPlist.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[5/74] Compiling FronteggSwift MultiRegionConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[6/74] Compiling FronteggSwift RegionConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[7/74] Compiling FronteggSwift SingleRegionConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[8/74] Compiling FronteggSwift WebauthnAssertion.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[9/74] Compiling FronteggSwift WebauthnCallback.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[10/74] Compiling FronteggSwift WebauthnPreloginResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[11/74] Compiling FronteggSwift WebauthnRegistration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/81] Emitting module FronteggSwift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[13/81] Compiling FronteggSwift NoRedirectSessionDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[14/81] Compiling FronteggSwift PlistHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[15/81] Compiling FronteggSwift SDKVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[16/81] Compiling FronteggSwift SentryHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[17/81] Compiling FronteggSwift TraceIdLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[18/81] Compiling FronteggSwift UIWindow+FronteggPresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[19/81] Compiling FronteggSwift UrlHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[20/81] Compiling FronteggSwift SocialLoginConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[21/81] Compiling FronteggSwift Tenant.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[22/81] Compiling FronteggSwift User.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[23/81] Compiling FronteggSwift UserRole.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[24/81] Compiling FronteggSwift UserRolePermission.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[25/81] Compiling FronteggSwift AuthenticationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[26/81] Compiling FronteggSwift ConfigurationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[27/81] Compiling FronteggSwift FronteggError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[28/81] Compiling FronteggSwift EmbeddedLoginModal.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[29/81] Compiling FronteggSwift EmbeddedLoginPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[30/81] Compiling FronteggSwift FronteggWKContentController.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[31/81] Compiling FronteggSwift FronteggWebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[32/81] Compiling FronteggSwift AuthResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[33/81] Compiling FronteggSwift AuthTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[34/81] Compiling FronteggSwift Entitlement.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[35/81] Compiling FronteggSwift Passkeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[36/81] Compiling FronteggSwift Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[37/81] Compiling FronteggSwift EncodingUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[38/81] Compiling FronteggSwift FronteggOAuthToastPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[39/81] Compiling FronteggSwift FronteggRuntime.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[40/81] Compiling FronteggSwift JWTHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[41/81] Compiling FronteggSwift Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[42/81] Compiling FronteggSwift NetworkStatusMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[43/81] Compiling FronteggSwift Api.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[44/81] Compiling FronteggSwift CredentialManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[45/81] Compiling FronteggSwift Entitlements.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[46/81] Compiling FronteggSwift FeatureFlags.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[47/81] Compiling FronteggSwift MultiFactorAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[48/81] Compiling FronteggSwift StepUpAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[49/81] Compiling FronteggSwift FronteggState.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[50/81] Compiling FronteggSwift ConfigurationCheck.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[51/81] Compiling FronteggSwift FronteggAuth+Logout.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[52/81] Compiling FronteggSwift FronteggAuth+MFA.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[53/81] Compiling FronteggSwift FronteggAuth+OAuthCallbacks.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[54/81] Compiling FronteggSwift FronteggAuth+OAuthErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[55/81] Compiling FronteggSwift FronteggAuth+Passkeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[56/81] Compiling FronteggSwift FronteggAuth+Refresh.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[57/81] Compiling FronteggSwift FronteggAuth+RegionManagement.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[58/81] Compiling FronteggSwift FronteggAuth+SessionRestore.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[59/81] Compiling FronteggSwift FronteggApp.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[60/81] Compiling FronteggSwift FronteggAuth.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[61/81] Compiling FronteggSwift FronteggAuth+Authorization.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[62/81] Compiling FronteggSwift FronteggAuth+Connectivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[63/81] Compiling FronteggSwift FronteggAuth+CredentialHydration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[64/81] Compiling FronteggSwift FronteggAuth+EmbeddedAndDeepLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[65/81] Compiling FronteggSwift FronteggAuth+Entitlements.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[66/81] Compiling FronteggSwift FronteggAuth+HostedFlows.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[67/81] Compiling FronteggSwift generateErrorPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[68/81] Compiling FronteggSwift AuthorizeUrlGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[69/81] Compiling FronteggSwift SocialLoginUrlGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[70/81] Compiling FronteggSwift AbstractFronteggController.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[71/81] Compiling FronteggSwift DefaultLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[72/81] Compiling FronteggSwift FronteggUIKitWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[73/81] Compiling FronteggSwift FronteggWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[74/81] Compiling FronteggSwift FronteggAuth+SocialFlows.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[75/81] Compiling FronteggSwift FronteggAuth+SocialLoginCallback.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[76/81] Compiling FronteggSwift FronteggAuth+StepUp.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[77/81] Compiling FronteggSwift FronteggAuth+Testing.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[78/81] Compiling FronteggSwift AppleAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[79/81] Compiling FronteggSwift PasskeysAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[80/81] Compiling FronteggSwift WebAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
[81/81] Compiling FronteggSwift CustomWebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// Controls how the SDK presents OAuth failures to the user.
BUILD FAILURE 6.1 macosSpm