The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Clerk, reference main (3e98ee), with Swift 5.10 for macOS (SPM) on 26 Sep 2024 03:27:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/clerk/clerk-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/clerk/clerk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3e98ee2 fire autofill assisted passkey when user settings change
Cloned https://github.com/clerk/clerk-ios.git
Revision (git rev-parse @):
3e98ee23623d0d1c7d1a967f0594e9d249663b26
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/clerk/clerk-ios.git at main
Fetching https://github.com/kean/Get
Fetching https://github.com/marmelroy/PhoneNumberKit
Fetching https://github.com/auth0/SimpleKeychain
Fetching https://github.com/hmlongco/Factory
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/kean/Nuke
[1/12733] Fetching factory
[2/15062] Fetching factory, get
[119/18884] Fetching factory, get, simplekeychain
[158/24448] Fetching factory, get, simplekeychain, swift-algorithms
[758/48698] Fetching factory, get, simplekeychain, swift-algorithms, nuke
[1373/55502] Fetching factory, get, simplekeychain, swift-algorithms, nuke, phonenumberkit
Fetched https://github.com/hmlongco/Factory from cache (2.22s)
Fetched https://github.com/auth0/SimpleKeychain from cache (2.22s)
[29490/38947] Fetching get, swift-algorithms, nuke, phonenumberkit
Fetched https://github.com/kean/Nuke from cache (2.51s)
Fetched https://github.com/kean/Get from cache (2.51s)
Fetched https://github.com/apple/swift-algorithms from cache (2.51s)
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (2.51s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (2.49s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.12s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.3.2 (0.43s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.0 (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.66s)
Computing version for https://github.com/auth0/SimpleKeychain
Computed https://github.com/auth0/SimpleKeychain at 1.2.0 (0.45s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 3.8.0 (0.58s)
Computing version for https://github.com/kean/Nuke
Computed https://github.com/kean/Nuke at 12.8.0 (0.44s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/kean/Nuke
Working copy of https://github.com/kean/Nuke resolved at 12.8.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/marmelroy/PhoneNumberKit
Working copy of https://github.com/marmelroy/PhoneNumberKit resolved at 3.8.0
Creating working copy for https://github.com/hmlongco/Factory
Working copy of https://github.com/hmlongco/Factory resolved at 2.3.2
Creating working copy for https://github.com/auth0/SimpleKeychain
Working copy of https://github.com/auth0/SimpleKeychain resolved at 1.2.0
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "clerk-ios",
      "name": "Clerk",
      "url": "https://github.com/clerk/clerk-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/clerk-ios",
      "dependencies": [
        {
          "identity": "swift-algorithms",
          "name": "swift-algorithms",
          "url": "https://github.com/apple/swift-algorithms",
          "version": "1.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
          "dependencies": [
            {
              "identity": "swift-numerics",
              "name": "swift-numerics",
              "url": "https://github.com/apple/swift-numerics.git",
              "version": "1.0.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "simplekeychain",
          "name": "SimpleKeychain",
          "url": "https://github.com/auth0/SimpleKeychain",
          "version": "1.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleKeychain",
          "dependencies": [
          ]
        },
        {
          "identity": "get",
          "name": "Get",
          "url": "https://github.com/kean/Get",
          "version": "2.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Get",
          "dependencies": [
          ]
        },
        {
          "identity": "factory",
          "name": "Factory",
          "url": "https://github.com/hmlongco/Factory",
          "version": "2.3.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Factory",
          "dependencies": [
          ]
        },
        {
          "identity": "nuke",
          "name": "Nuke",
          "url": "https://github.com/kean/Nuke",
          "version": "12.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nuke",
          "dependencies": [
          ]
        },
        {
          "identity": "phonenumberkit",
          "name": "PhoneNumberKit",
          "url": "https://github.com/marmelroy/PhoneNumberKit",
          "version": "3.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PhoneNumberKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/clerk/clerk-ios.git
[1/8026] Fetching clerk-ios
Fetched https://github.com/clerk/clerk-ios.git from cache (1.33s)
Fetching https://github.com/marmelroy/PhoneNumberKit from cache
Fetching https://github.com/kean/Nuke from cache
Fetching https://github.com/hmlongco/Factory from cache
Fetching https://github.com/kean/Get from cache
Fetching https://github.com/auth0/SimpleKeychain from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetched https://github.com/auth0/SimpleKeychain from cache (0.51s)
Fetched https://github.com/apple/swift-algorithms from cache (0.60s)
Fetched https://github.com/hmlongco/Factory from cache (0.60s)
Fetched https://github.com/kean/Get from cache (0.62s)
Fetched https://github.com/kean/Nuke from cache (0.62s)
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (0.62s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.03s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.3.2 (0.02s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.0 (0.02s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.03s)
Computing version for https://github.com/auth0/SimpleKeychain
Computed https://github.com/auth0/SimpleKeychain at 1.2.0 (0.02s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 3.8.0 (0.02s)
Computing version for https://github.com/kean/Nuke
Computed https://github.com/kean/Nuke at 12.8.0 (0.04s)
Creating working copy for https://github.com/hmlongco/Factory
Working copy of https://github.com/hmlongco/Factory resolved at 2.3.2
Creating working copy for https://github.com/marmelroy/PhoneNumberKit
Working copy of https://github.com/marmelroy/PhoneNumberKit resolved at 3.8.0
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.0
Creating working copy for https://github.com/kean/Nuke
Working copy of https://github.com/kean/Nuke resolved at 12.8.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/clerk/clerk-ios.git
Working copy of https://github.com/clerk/clerk-ios.git resolved at main (3e98ee2)
Creating working copy for https://github.com/auth0/SimpleKeychain
Working copy of https://github.com/auth0/SimpleKeychain resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
warning: '.resolve-product-dependencies': dependency 'clerk-ios' is not used by any target
Found 6 product dependencies
  - swift-algorithms
  - SimpleKeychain
  - Get
  - Factory
  - Nuke
  - PhoneNumberKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/clerk/clerk-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[8/14] Copying PrivacyInfo.xcprivacy
[8/14] Copying PhoneNumberMetadata.json
[8/14] Write sources
[11/14] Copying PrivacyInfo.xcprivacy
[12/14] Write swift-version-33747A42983211AE.txt
[13/14] Compiling _NumericsShims _NumericsShims.c
[15/118] Compiling RealModule Real.swift
[16/119] Compiling RealModule Float80+Real.swift
[17/119] Compiling RealModule Float+Real.swift
[18/119] Compiling RealModule ElementaryFunctions.swift
[19/119] Compiling RealModule ApproximateEquality.swift
[20/119] Compiling RealModule Double+Real.swift
[21/119] Compiling RealModule Float16+Real.swift
[22/119] Compiling RealModule AugmentedArithmetic.swift
[23/119] Compiling RealModule AlgebraicField.swift
[24/119] Emitting module RealModule
[25/119] Compiling RealModule RealFunctions.swift
[26/145] Compiling Algorithms Split.swift
[27/145] Compiling Algorithms Stride.swift
[28/147] Compiling Algorithms EitherSequence.swift
[29/147] Compiling Algorithms FirstNonNil.swift
[30/147] Compiling Algorithms FlattenCollection.swift
[31/147] Compiling Algorithms RandomSample.swift
[32/147] Compiling Algorithms Reductions.swift
[33/147] Compiling Algorithms Rotate.swift
[34/147] Compiling Algorithms Grouped.swift
[35/147] Compiling Algorithms Indexed.swift
[36/147] Compiling Algorithms Intersperse.swift
[37/147] Compiling Algorithms Combinations.swift
[38/147] Compiling Algorithms Compacted.swift
[39/147] Compiling Algorithms Cycle.swift
[40/147] Compiling Algorithms Suffix.swift
[41/147] Compiling Algorithms Trim.swift
[42/147] Compiling Algorithms Joined.swift
[43/147] Compiling Algorithms Keyed.swift
[44/147] Compiling Algorithms MinMax.swift
[45/147] Compiling Algorithms Partition.swift
[46/147] Compiling Algorithms Permutations.swift
[47/147] Compiling Algorithms Product.swift
[48/147] Compiling Algorithms Unique.swift
[49/147] Compiling Algorithms Windows.swift
[50/147] Compiling Algorithms AdjacentPairs.swift
[51/147] Compiling Algorithms Chain.swift
[52/147] Compiling Algorithms Chunked.swift
[53/147] Emitting module Algorithms
[56/148] Compiling Get Response.swift
[57/148] Compiling SimpleKeychain SimpleKeychainError.swift
[58/148] Compiling SimpleKeychain Accessibility.swift
[59/148] Emitting module SimpleKeychain
[60/148] Compiling SimpleKeychain SimpleKeychain.swift
[61/148] Emitting module PhoneNumberKit
[64/148] Compiling PhoneNumberKit resource_bundle_accessor.swift
[69/148] Compiling Get DataLoader.swift
[70/148] Compiling Get Request.swift
[73/148] Emitting module Get
[74/148] Compiling Get APIClientDelegate.swift
[75/148] Compiling Get APIClient.swift
[84/148] Compiling Factory Resolutions.swift
[87/149] Compiling Factory Modifiers.swift
[88/149] Compiling Factory Registrations.swift
[89/149] Compiling Factory Scopes.swift
[90/149] Compiling Factory Resolver.swift
[91/149] Compiling Factory resource_bundle_accessor.swift
[98/149] Emitting module Factory
[99/149] Emitting module Nuke
[100/154] Compiling Nuke DataLoading.swift
[101/154] Compiling Nuke ImagePipeline+Cache.swift
[102/154] Compiling Nuke ImagePipeline+Configuration.swift
[103/154] Compiling Nuke ImagePipeline+Delegate.swift
[104/154] Compiling Nuke ImagePipeline+Error.swift
[105/154] Compiling Nuke ImagePipeline.swift
[106/154] Compiling Nuke ImagePrefetcher.swift
[107/154] Compiling Nuke ImageDecompression.swift
[108/154] Compiling Nuke ImageProcessing.swift
[109/154] Compiling Nuke ImageProcessingOptions.swift
[110/154] Compiling Nuke ImageProcessors+Anonymous.swift
[111/154] Compiling Nuke ImageProcessors+Circle.swift
[112/154] Compiling Nuke ImageProcessors+Composition.swift
[113/154] Compiling Nuke ImageProcessors+CoreImage.swift
[114/154] Compiling Nuke ImageProcessors+GaussianBlur.swift
[130/154] Compiling Nuke ResumableData.swift
[131/154] Compiling Nuke DataLoader.swift
[144/154] Compiling Nuke ImageEncoders.swift
[145/154] Compiling Nuke ImageEncoding.swift
[146/154] Compiling Nuke ImageContainer.swift
[147/154] Compiling Nuke ImageRequest.swift
[148/154] Compiling Nuke ImageResponse.swift
[149/154] Compiling Nuke ImageTask.swift
[150/154] Compiling Nuke TaskFetchOriginalData.swift
[151/154] Compiling Nuke TaskFetchOriginalImage.swift
[152/154] Compiling Nuke TaskFetchWithPublisher.swift
[153/154] Compiling Nuke TaskLoadData.swift
[154/154] Compiling Nuke TaskLoadImage.swift
[155/160] Compiling NukeUI LazyImageState.swift
[156/160] Compiling NukeUI LazyImageView.swift
[157/160] Compiling NukeUI FetchImage.swift
[158/160] Compiling NukeUI Internal.swift
[159/160] Emitting module NukeUI
[160/160] Compiling NukeUI LazyImage.swift
[161/330] Compiling ClerkSDK PathsV1ClientSignInsWithIDAttemptFirstFactor.swift
[162/330] Compiling ClerkSDK PathsV1ClientSignInsWithIDAttemptSecondFactor.swift
[163/330] Compiling ClerkSDK PathsV1ClientSignInsWithIDPrepareFirstFactor.swift
[164/330] Compiling ClerkSDK PathsV1ClientSignInsWithIDPrepareSecondFactor.swift
[165/330] Compiling ClerkSDK PathsV1ClientSignInsWithIDResetPassword.swift
[166/330] Compiling ClerkSDK PathsV1ClientSignUps.swift
[167/330] Compiling ClerkSDK PathsV1ClientSignUpsWithID.swift
[168/330] Compiling ClerkSDK PathsV1ClientSignUpsWithIDAttemptVerification.swift
[169/330] Compiling ClerkSDK PathsV1ClientSignUpsWithIDPrepareVerification.swift
[170/330] Compiling ClerkSDK PathsV1Environment.swift
[171/330] Compiling ClerkSDK PathsV1Me.swift
[172/330] Compiling ClerkSDK PathsV1MeChangePassword.swift
[173/330] Compiling ClerkSDK PathsV1MeEmailAddresses.swift
[174/330] Compiling ClerkSDK PathsV1MeEmailAddressesWithID.swift
[175/330] Compiling ClerkSDK PathsV1MeEmailAddressesWithIDAttemptVerification.swift
[176/330] Compiling ClerkSDK PathsV1MeEmailAddressesWithIDPrepareVerification.swift
[177/330] Compiling ClerkSDK PathsV1MeExternalAccounts.swift
[178/330] Compiling ClerkSDK PathsV1MeExternalAccountsWithID.swift
[179/330] Compiling ClerkSDK PathsV1MePasskeys.swift
[180/348] Compiling ClerkSDK PathsV1MePasskeysWithID.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[181/348] Compiling ClerkSDK PathsV1MePasskeysWithIDAttemptVerification.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[182/348] Compiling ClerkSDK PathsV1MePhoneNumbers.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[183/348] Compiling ClerkSDK PathsV1MePhoneNumbersWithID.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[184/348] Compiling ClerkSDK PathsV1MePhoneNumbersWithIDAttemptVerification.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[185/348] Compiling ClerkSDK PathsV1MePhoneNumbersWithIDPrepareVerification.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[186/348] Compiling ClerkSDK PathsV1MeProfileImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[187/348] Compiling ClerkSDK PathsV1MeSessions.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[188/348] Compiling ClerkSDK PathsV1MeSessionsActive.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[189/348] Compiling ClerkSDK PathsV1MeSessionsWithID.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[190/348] Compiling ClerkSDK PathsV1MeSessionsWithIDRevoke.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[191/348] Compiling ClerkSDK PathsV1MeTOTP.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[192/348] Compiling ClerkSDK PathsV1MeTOTPAttemptVerification.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[193/348] Compiling ClerkSDK Base64Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[194/348] Compiling ClerkSDK Bundle+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[195/348] Compiling ClerkSDK TurnstileWebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[196/348] Compiling ClerkSDK DeepLinkHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[197/348] Compiling ClerkSDK DependencyContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[198/348] Compiling ClerkSDK DeviceID.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:41:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignIn.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/DeepLinkHandler.swift:46:61: warning: comparing non-optional value of type 'ExternalAuthResult' to 'nil' always returns true
            if try await SignUp.handleOAuthCallbackUrl(url) != nil {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~
[199/348] Compiling ClerkSDK SecuredByClerkView.swift
[200/348] Compiling ClerkSDK TextDivider.swift
[201/348] Compiling ClerkSDK UserPreviewView.swift
[202/348] Compiling ClerkSDK VerificationCodeView.swift
[203/348] Compiling ClerkSDK AuthView.swift
[204/348] Compiling ClerkSDK SSOCallbackView.swift
[205/348] Compiling ClerkSDK SignInFactorOneAlternativeMethodsView.swift
[206/348] Compiling ClerkSDK SignInFactorOneEmailCodeView.swift
[207/348] Compiling ClerkSDK SignInFactorOnePasswordView.swift
[208/348] Compiling ClerkSDK SignInFactorOnePhoneCodeView.swift
[209/348] Compiling ClerkSDK SignInFactorOneResetView.swift
[210/348] Compiling ClerkSDK SignInFactorOneUseAnotherMethodView.swift
[211/348] Compiling ClerkSDK SignInFactorOneView.swift
[212/348] Compiling ClerkSDK SignInFactorTwoAlternativeMethodsView.swift
[213/348] Compiling ClerkSDK SignInFactorTwoBackupCodeView.swift
[214/348] Compiling ClerkSDK SignInFactorTwoPhoneCodeView.swift
[215/348] Compiling ClerkSDK SignInFactorTwoTotpCodeView.swift
[216/348] Compiling ClerkSDK SignInFactorTwoUseAnotherMethodView.swift
[217/348] Compiling ClerkSDK SignInFactorTwoView.swift
[218/348] Compiling ClerkSDK FeedbackGenerator.swift
[219/348] Compiling ClerkSDK KeyboardHelpers.swift
[220/348] Compiling ClerkSDK ReadSize.swift
[221/348] Compiling ClerkSDK RemoveResource.swift
[222/348] Compiling ClerkSDK ClerkDangerButtonStyle.swift
[223/348] Compiling ClerkSDK ClerkPrimaryButtonStyle.swift
[224/348] Compiling ClerkSDK ClerkSecondaryButtonStyle.swift
[225/348] Compiling ClerkSDK ClerkStyleConstants.swift
[226/348] Compiling ClerkSDK AuthViewModifier.swift
[227/348] Compiling ClerkSDK ClerkBottomBrandingModifier.swift
[228/348] Compiling ClerkSDK ClerkProviderModifier.swift
[229/348] Compiling ClerkSDK ClerkStandardButtonPaddingModifier.swift
[230/348] Compiling ClerkSDK DismissButtonOverlay.swift
[231/348] Compiling ClerkSDK EraseToAnyView.swift
[232/348] Compiling ClerkSDK HiddenTextField.swift
[233/348] Compiling ClerkSDK KeyboardIgnoringBottomViewModifier.swift
[234/348] Compiling ClerkSDK LocalAuthOnForegroundModifier.swift
[235/348] Compiling ClerkSDK UserProfileViewModifier.swift
[236/348] Emitting module ClerkSDK
[237/348] Compiling ClerkSDK UserProfileDetailsView.swift
[238/348] Compiling ClerkSDK UserProfileEmailSection.swift
[239/348] Compiling ClerkSDK UserProfileExternalAccountSection.swift
[240/348] Compiling ClerkSDK UserProfileMfaAddSmsView.swift
[241/348] Compiling ClerkSDK UserProfileMfaAddTotpView.swift
[242/348] Compiling ClerkSDK UserProfileMfaBackupCodeListView.swift
[243/348] Compiling ClerkSDK UserProfileMfaSection.swift
[244/348] Compiling ClerkSDK UserProfilePasskeyRenameView.swift
[245/348] Compiling ClerkSDK UserProfilePasskeySection.swift
[246/348] Compiling ClerkSDK UserProfilePasskeyView.swift
[247/348] Compiling ClerkSDK UserProfilePasswordSection.swift
[248/348] Compiling ClerkSDK UserProfilePhoneNumberSection.swift
[249/348] Compiling ClerkSDK UserProfileSection.swift
[250/348] Compiling ClerkSDK UserProfileSectionHeader.swift
[251/348] Compiling ClerkSDK UserProfileSecurityView.swift
[252/348] Compiling ClerkSDK UserProfileUpdateProfileView.swift
[253/348] Compiling ClerkSDK UserProfileView.swift
[254/348] Compiling ClerkSDK ButtonConfig.swift
[255/348] Compiling ClerkSDK SignInForgotPasswordView.swift
[256/348] Compiling ClerkSDK SignInFormView.swift
[257/348] Compiling ClerkSDK SignInResetPasswordView.swift
[258/348] Compiling ClerkSDK SignInStartView.swift
[259/348] Compiling ClerkSDK SignUpCreatePasskeyView.swift
[260/348] Compiling ClerkSDK SignUpEmailCodeView.swift
[261/348] Compiling ClerkSDK SignUpFormView.swift
[262/348] Compiling ClerkSDK SignUpPhoneCodeView.swift
[263/348] Compiling ClerkSDK SignUpStartView.swift
[264/348] Compiling ClerkSDK SignUpVerificationView.swift
[265/348] Compiling ClerkSDK UserButton.swift
[266/348] Compiling ClerkSDK UserButtonPopover.swift
[267/348] Compiling ClerkSDK UserProfileActiveDevicesSection.swift
[268/348] Compiling ClerkSDK UserProfileAddEmailView.swift
[269/348] Compiling ClerkSDK UserProfileAddExternalAccountView.swift
[270/348] Compiling ClerkSDK UserProfileAddPhoneNumberView.swift
[271/348] Compiling ClerkSDK UserProfileChangePasswordView.swift
[272/348] Compiling ClerkSDK UserProfileDeleteAccountSection.swift
[273/348] Compiling ClerkSDK SignIn.swift
[274/348] Compiling ClerkSDK SignInFactor.swift
[275/348] Compiling ClerkSDK SignUp.swift
[276/348] Compiling ClerkSDK Strategy.swift
[277/348] Compiling ClerkSDK TOTPResource.swift
[278/348] Compiling ClerkSDK TokenResource.swift
[279/348] Compiling ClerkSDK User.swift
[280/348] Compiling ClerkSDK Verification.swift
[281/348] Compiling ClerkSDK ClerkAPI.swift
[282/348] Compiling ClerkSDK PathsV1.swift
[283/348] Compiling ClerkSDK PathsV1Client.swift
[284/348] Compiling ClerkSDK PathsV1ClientSessions.swift
[285/348] Compiling ClerkSDK PathsV1ClientSessionsWithID.swift
[286/348] Compiling ClerkSDK PathsV1ClientSessionsWithIDRemove.swift
[287/348] Compiling ClerkSDK PathsV1ClientSessionsWithIDTokens.swift
[288/348] Compiling ClerkSDK PathsV1ClientSessionsWithIDTokensTemplate.swift
[289/348] Compiling ClerkSDK PathsV1ClientSessionsWithIDTouch.swift
[290/348] Compiling ClerkSDK PathsV1ClientSignIns.swift
[291/348] Compiling ClerkSDK PathsV1ClientSignInsWithID.swift
[292/348] Compiling ClerkSDK AsyncButton.swift
[293/348] Compiling ClerkSDK AuthProviderButton.swift
[294/348] Compiling ClerkSDK AuthProviderIcon.swift
[295/348] Compiling ClerkSDK AuthSocialProvidersView.swift
[296/348] Compiling ClerkSDK CapsuleTag.swift
[297/348] Compiling ClerkSDK CheckBoxView.swift
[298/348] Compiling ClerkSDK CodeFormView.swift
[299/348] Compiling ClerkSDK CustomTextField.swift
[300/348] Compiling ClerkSDK DismissButton.swift
[301/348] Compiling ClerkSDK ErrorPresentation.swift
[302/348] Compiling ClerkSDK GetHelpView.swift
[303/348] Compiling ClerkSDK HeaderView.swift
[304/348] Compiling ClerkSDK IdentityPreviewView.swift
[305/348] Compiling ClerkSDK MoreActionsView.swift
[306/348] Compiling ClerkSDK OTPFieldView.swift
[307/348] Compiling ClerkSDK OrgLogoView.swift
[308/348] Compiling ClerkSDK PasswordInputView.swift
[309/348] Compiling ClerkSDK PhoneNumberField.swift
[310/348] Compiling ClerkSDK RemoveResourceView.swift
[311/348] Compiling ClerkSDK Error+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[312/348] Compiling ClerkSDK ExternalAuthUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[313/348] Compiling ClerkSDK JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[314/348] Compiling ClerkSDK JSONDecoder+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[315/348] Compiling ClerkSDK JSONEncoder+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[316/348] Compiling ClerkSDK JWTDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[317/348] Compiling ClerkSDK LocalAuth.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[318/348] Compiling ClerkSDK PasskeyManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[319/348] Compiling ClerkSDK RedirectConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[320/348] Compiling ClerkSDK SDKVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[321/348] Compiling ClerkSDK SignInWithAppleManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[322/348] Compiling ClerkSDK String+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[323/348] Compiling ClerkSDK Task+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[324/348] Compiling ClerkSDK URLEncodedFormEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[325/348] Compiling ClerkSDK URLQueryItem+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[326/348] Compiling ClerkSDK WebAuthentication.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[327/348] Compiling ClerkSDK ClerkTheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[328/348] Compiling ClerkSDK ClerkUIState.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[329/348] Compiling ClerkSDK AccordionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: warning: expression implicitly coerced from 'Any?' to 'Any'
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: provide a default value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    ?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: force-unwrap the value to avoid this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                   !
/Users/admin/builder/spi-builder-workspace/Sources/API/Utils/String+Ext.swift:21:26: note: explicitly cast to 'Any' with 'as Any' to silence this warning
        return try? JSON(jsonObject)
                         ^~~~~~~~~~
                                    as Any
[330/348] Compiling ClerkSDK ClerkAPIClientDelegate.swift
[331/348] Compiling ClerkSDK Clerk.swift
[332/348] Compiling ClerkSDK ClerkError.swift
[333/348] Compiling ClerkSDK Client.swift
[334/348] Compiling ClerkSDK ClientResponse.swift
[335/348] Compiling ClerkSDK DeletedObject.swift
[336/348] Compiling ClerkSDK EmailAddress.swift
[337/348] Compiling ClerkSDK AuthConfig.swift
[338/348] Compiling ClerkSDK DisplayConfig.swift
[339/348] Compiling ClerkSDK Environment.swift
[340/348] Compiling ClerkSDK UserSettings.swift
[341/348] Compiling ClerkSDK ExternalAccount.swift
[342/348] Compiling ClerkSDK IDTokenProvider.swift
[343/348] Compiling ClerkSDK ImageResource.swift
[344/348] Compiling ClerkSDK OAuthProvider.swift
[345/348] Compiling ClerkSDK Passkey.swift
[346/348] Compiling ClerkSDK PhoneNumber.swift
[347/348] Compiling ClerkSDK SAMLAccount.swift
[348/348] Compiling ClerkSDK Session.swift
Build complete! (19.73s)
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/Sources/UI/Media.xcassets
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/clerk/clerk-ios/main
Repository:               clerk/clerk-ios
Swift version used:       5.10
Target:                   ClerkSDK
Extracting symbol information for 'ClerkSDK'...
Finished extracting symbol information for 'ClerkSDK'. (0.49s)
Building documentation for 'ClerkSDK'...
Finished building documentation for 'ClerkSDK' (0.45s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/clerk/clerk-ios/main
Updating https://github.com/kean/Get
Updating https://github.com/hmlongco/Factory
Updating https://github.com/auth0/SimpleKeychain
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/apple/swift-algorithms
Updating https://github.com/kean/Nuke
Updating https://github.com/marmelroy/PhoneNumberKit
Updated https://github.com/kean/Get (0.67s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/hmlongco/Factory (0.74s)
Updated https://github.com/apple/swift-numerics.git (0.74s)
Updated https://github.com/auth0/SimpleKeychain (0.74s)
Updated https://github.com/apple/swift-algorithms (0.76s)
Updated https://github.com/marmelroy/PhoneNumberKit (0.76s)
Updated https://github.com/kean/Nuke (0.77s)
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.41s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 3.8.0 (0.59s)
Computing version for https://github.com/kean/Nuke
Computed https://github.com/kean/Nuke at 12.8.0 (0.48s)
Computing version for https://github.com/hmlongco/Factory
Computed https://github.com/hmlongco/Factory at 2.3.2 (0.45s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.0 (0.67s)
Computing version for https://github.com/auth0/SimpleKeychain
Computed https://github.com/auth0/SimpleKeychain at 1.2.0 (0.44s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3081] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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/Sources/UI/Media.xcassets
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-entitlement.plist
[4/8] Write swift-version-33747A42983211AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit SemanticVersion.swift
[11/57] Compiling SymbolKit AccessControl.swift
[12/57] Compiling SymbolKit Availability.swift
[13/57] Compiling SymbolKit AvailabilityItem.swift
[14/57] Compiling SymbolKit Domain.swift
[15/57] Compiling SymbolKit Mixin+Equals.swift
[16/57] Compiling SymbolKit Mixin+Hash.swift
[17/57] Compiling SymbolKit Mixin.swift
[18/57] Compiling SymbolKit LineList.swift
[19/57] Compiling SymbolKit Position.swift
[20/57] Compiling SymbolKit Names.swift
[21/57] Compiling SymbolKit SPI.swift
[22/57] Compiling SymbolKit Snippet.swift
[23/57] Compiling SymbolKit Extension.swift
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit SourceRange.swift
[30/57] Compiling SymbolKit Metadata.swift
[31/57] Compiling SymbolKit Module.swift
[32/57] Compiling SymbolKit OperatingSystem.swift
[33/57] Compiling SymbolKit Platform.swift
[34/57] Compiling SymbolKit DeclarationFragments.swift
[35/57] Compiling SymbolKit Fragment.swift
[36/57] Compiling SymbolKit FragmentKind.swift
[37/57] Compiling SymbolKit FunctionParameter.swift
[38/57] Compiling SymbolKit FunctionSignature.swift
[39/57] Compiling SymbolKit Identifier.swift
[40/57] Compiling SymbolKit KindIdentifier.swift
[41/57] Compiling SymbolKit Location.swift
[42/57] Compiling SymbolKit Mutability.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Emitting module SymbolKit
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract
[60/61] Applying snippet-extract
Build complete! (3.57s)
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/Sources/UI/Media.xcassets
Building for debugging...
[0/1] Write swift-version-33747A42983211AE.txt
Build complete! (0.18s)
    1482
9	/Users/admin/builder/spi-builder-workspace/.docs/clerk/clerk-ios/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/clerk/clerk-ios/main
File count: 1482
Doc size:   9.0MB
Preparing doc bundle ...
Uploading prod-clerk-clerk-ios-main-099d5e57.zip to s3://spi-docs-inbox/prod-clerk-clerk-ios-main-099d5e57.zip
Copying... [12%]
Copying... [23%]
Copying... [31%]
Copying... [43%]
Copying... [51%]
Copying... [62%]
Copying... [70%]
Copying... [82%]
Copying... [94%]
Copying... [100%]
Done.