The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Auth0, reference master (c497b3), with Swift 6.1 for iOS using Xcode 16.3 on 12 Jun 2025 22:15:13 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Auth0 -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/auth0/Auth0.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/auth0/Auth0.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c497b38 Bump ruby/setup-ruby from 1.244.0 to 1.245.0 in /.github/actions/setup (#971)
Cloned https://github.com/auth0/Auth0.swift.git
Revision (git rev-parse @):
c497b380639cc79d417a19c7d9ec9c4cb4e9151b
SUCCESS checkout https://github.com/auth0/Auth0.swift.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/auth0/Auth0.swift.git
https://github.com/auth0/Auth0.swift.git
{
  "dependencies" : [
    {
      "identity" : "simplekeychain",
      "requirement" : {
        "exact" : [
          "1.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/auth0/SimpleKeychain.git"
    },
    {
      "identity" : "jwtdecode.swift",
      "requirement" : {
        "exact" : [
          "3.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/auth0/JWTDecode.swift.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "13.0.0",
            "upper_bound" : "14.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Auth0",
  "name" : "Auth0",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Auth0",
      "targets" : [
        "Auth0"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Auth0Tests",
      "module_type" : "SwiftTarget",
      "name" : "Auth0Tests",
      "path" : "Auth0Tests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "APICredentialsSpec.swift",
        "ASProviderSpec.swift",
        "Auth0Spec.swift",
        "AuthenticationErrorSpec.swift",
        "AuthenticationSpec.swift",
        "BioAuthenticationSpec.swift",
        "ChallengeGeneratorSpec.swift",
        "ClaimValidatorsSpec.swift",
        "ClearSessionTransactionSpec.swift",
        "CredentialsManagerErrorSpec.swift",
        "CredentialsManagerSpec.swift",
        "CredentialsSpec.swift",
        "Extensions/UIWindow+TopViewControllerSpec.swift",
        "Generators.swift",
        "IDTokenSignatureValidatorSpec.swift",
        "IDTokenValidatorBaseSpec.swift",
        "IDTokenValidatorMocks.swift",
        "IDTokenValidatorSpec.swift",
        "JWKSpec.swift",
        "JWTAlgorithmSpec.swift",
        "LoggerSpec.swift",
        "LoginTransactionSpec.swift",
        "ManagementErrorSpec.swift",
        "ManagementSpec.swift",
        "Matchers.swift",
        "Mocks.swift",
        "MyAccount/AuthenticationMethods/MyAccountAuthenticationMethodsSpec.swift",
        "MyAccount/AuthenticationMethods/PasskeyAuthenticationMethodSpec.swift",
        "MyAccount/AuthenticationMethods/PasskeyEnrollmentChallengeSpec.swift",
        "MyAccount/MyAccountErrorSpec.swift",
        "MyAccount/MyAccountSpec.swift",
        "NetworkStub.swift",
        "OAuth2GrantSpec.swift",
        "PasskeyLoginChallenge.swift",
        "PasskeySignupChallengeSpec.swift",
        "RequestSpec.swift",
        "ResponseSpec.swift",
        "Responses.swift",
        "SSOCredentialsSpec.swift",
        "SafariProviderSpec.swift",
        "StubURLProtocol.swift",
        "TelemetrySpec.swift",
        "TransactionStoreSpec.swift",
        "UserInfoSpec.swift",
        "UserPatchAttributesSpec.swift",
        "UsersSpec.swift",
        "WebAuthErrorSpec.swift",
        "WebAuthSpec.swift",
        "WebAuthSpies.swift",
        "WebAuthenticationSpec.swift",
        "WebViewProviderSpec.swift"
      ],
      "target_dependencies" : [
        "Auth0"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Auth0",
      "module_type" : "SwiftTarget",
      "name" : "Auth0",
      "path" : "Auth0",
      "product_dependencies" : [
        "SimpleKeychain",
        "JWTDecode"
      ],
      "product_memberships" : [
        "Auth0"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Auth0/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "APICredentials.swift",
        "ASProvider.swift",
        "Array+Encode.swift",
        "Auth0.swift",
        "Auth0APIError.swift",
        "Auth0Authentication.swift",
        "Auth0Error.swift",
        "Auth0WebAuth.swift",
        "AuthTransaction.swift",
        "Authentication.swift",
        "AuthenticationError.swift",
        "AuthenticationHandlers.swift",
        "Barrier.swift",
        "BioAuthentication.swift",
        "ChallengeGenerator.swift",
        "ClaimValidators.swift",
        "ClearSessionTransaction.swift",
        "Credentials.swift",
        "CredentialsManager.swift",
        "CredentialsManagerError.swift",
        "CredentialsStorage.swift",
        "DesktopWebAuth.swift",
        "Helpers.swift",
        "IDTokenSignatureValidator.swift",
        "IDTokenValidator.swift",
        "IDTokenValidatorContext.swift",
        "JSONObjectPayload.swift",
        "JWK+RSA.swift",
        "JWKS.swift",
        "JWT+Header.swift",
        "JWTAlgorithm.swift",
        "Loggable.swift",
        "Logger.swift",
        "LoginPasskey.swift",
        "LoginTransaction.swift",
        "Management.swift",
        "ManagementError.swift",
        "MobileWebAuth.swift",
        "MultifactorChallenge.swift",
        "MyAccount/Auth0MyAccount.swift",
        "MyAccount/AuthenticationMethods/Auth0MyAccountAuthenticationMethods.swift",
        "MyAccount/AuthenticationMethods/MyAccountAuthenticationMethods.swift",
        "MyAccount/AuthenticationMethods/PasskeyAuthenticationMethod.swift",
        "MyAccount/AuthenticationMethods/PasskeyEnrollmentChallenge.swift",
        "MyAccount/MyAccount.swift",
        "MyAccount/MyAccountError.swift",
        "MyAccount/MyAccountHandlers.swift",
        "NSData+URLSafe.swift",
        "NSURL+Auth0.swift",
        "NSURLComponents+OAuth2.swift",
        "NewPasskey.swift",
        "OAuth2Grant.swift",
        "Optional+DebugDescription.swift",
        "PasskeyLoginChallenge.swift",
        "PasskeySignupChallenge.swift",
        "PasswordlessType.swift",
        "PublicKeyCredentialCreationOptions.swift",
        "PublicKeyCredentialRequestOptions.swift",
        "Request.swift",
        "Requestable.swift",
        "Response.swift",
        "SSOCredentials.swift",
        "SafariProvider.swift",
        "SignupPasskey.swift",
        "String+URLSafe.swift",
        "Telemetry.swift",
        "TransactionStore.swift",
        "UIWindow+TopViewController.swift",
        "UserInfo.swift",
        "UserPatchAttributes.swift",
        "Users.swift",
        "Version.swift",
        "WebAuth.swift",
        "WebAuthError.swift",
        "WebAuthUserAgent.swift",
        "WebAuthentication.swift",
        "WebViewProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
resolved source packages: CwlCatchException, CwlPreconditionTesting
{
  "dependencies" : [
    {
      "identity" : "simplekeychain",
      "requirement" : {
        "exact" : [
          "1.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/auth0/SimpleKeychain.git"
    },
    {
      "identity" : "jwtdecode.swift",
      "requirement" : {
        "exact" : [
          "3.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/auth0/JWTDecode.swift.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "13.0.0",
            "upper_bound" : "14.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Auth0",
  "name" : "Auth0",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Auth0",
      "targets" : [
        "Auth0"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Auth0Tests",
      "module_type" : "SwiftTarget",
      "name" : "Auth0Tests",
      "path" : "Auth0Tests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "APICredentialsSpec.swift",
        "ASProviderSpec.swift",
        "Auth0Spec.swift",
        "AuthenticationErrorSpec.swift",
        "AuthenticationSpec.swift",
        "BioAuthenticationSpec.swift",
        "ChallengeGeneratorSpec.swift",
        "ClaimValidatorsSpec.swift",
        "ClearSessionTransactionSpec.swift",
        "CredentialsManagerErrorSpec.swift",
        "CredentialsManagerSpec.swift",
        "CredentialsSpec.swift",
        "Extensions/UIWindow+TopViewControllerSpec.swift",
        "Generators.swift",
        "IDTokenSignatureValidatorSpec.swift",
        "IDTokenValidatorBaseSpec.swift",
        "IDTokenValidatorMocks.swift",
        "IDTokenValidatorSpec.swift",
        "JWKSpec.swift",
        "JWTAlgorithmSpec.swift",
        "LoggerSpec.swift",
        "LoginTransactionSpec.swift",
        "ManagementErrorSpec.swift",
        "ManagementSpec.swift",
        "Matchers.swift",
        "Mocks.swift",
        "MyAccount/AuthenticationMethods/MyAccountAuthenticationMethodsSpec.swift",
        "MyAccount/AuthenticationMethods/PasskeyAuthenticationMethodSpec.swift",
        "MyAccount/AuthenticationMethods/PasskeyEnrollmentChallengeSpec.swift",
        "MyAccount/MyAccountErrorSpec.swift",
        "MyAccount/MyAccountSpec.swift",
        "NetworkStub.swift",
        "OAuth2GrantSpec.swift",
        "PasskeyLoginChallenge.swift",
        "PasskeySignupChallengeSpec.swift",
        "RequestSpec.swift",
        "ResponseSpec.swift",
        "Responses.swift",
        "SSOCredentialsSpec.swift",
        "SafariProviderSpec.swift",
        "StubURLProtocol.swift",
        "TelemetrySpec.swift",
        "TransactionStoreSpec.swift",
        "UserInfoSpec.swift",
        "UserPatchAttributesSpec.swift",
        "UsersSpec.swift",
        "WebAuthErrorSpec.swift",
        "WebAuthSpec.swift",
        "WebAuthSpies.swift",
        "WebAuthenticationSpec.swift",
        "WebViewProviderSpec.swift"
      ],
      "target_dependencies" : [
        "Auth0"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Auth0",
      "module_type" : "SwiftTarget",
      "name" : "Auth0",
      "path" : "Auth0",
      "product_dependencies" : [
        "SimpleKeychain",
        "JWTDecode"
      ],
      "product_memberships" : [
        "Auth0"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Auth0/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "APICredentials.swift",
        "ASProvider.swift",
        "Array+Encode.swift",
        "Auth0.swift",
        "Auth0APIError.swift",
        "Auth0Authentication.swift",
        "Auth0Error.swift",
        "Auth0WebAuth.swift",
        "AuthTransaction.swift",
        "Authentication.swift",
        "AuthenticationError.swift",
        "AuthenticationHandlers.swift",
        "Barrier.swift",
        "BioAuthentication.swift",
        "ChallengeGenerator.swift",
        "ClaimValidators.swift",
        "ClearSessionTransaction.swift",
        "Credentials.swift",
        "CredentialsManager.swift",
        "CredentialsManagerError.swift",
        "CredentialsStorage.swift",
        "DesktopWebAuth.swift",
        "Helpers.swift",
        "IDTokenSignatureValidator.swift",
        "IDTokenValidator.swift",
        "IDTokenValidatorContext.swift",
        "JSONObjectPayload.swift",
        "JWK+RSA.swift",
        "JWKS.swift",
        "JWT+Header.swift",
        "JWTAlgorithm.swift",
        "Loggable.swift",
        "Logger.swift",
        "LoginPasskey.swift",
        "LoginTransaction.swift",
        "Management.swift",
        "ManagementError.swift",
        "MobileWebAuth.swift",
        "MultifactorChallenge.swift",
        "MyAccount/Auth0MyAccount.swift",
        "MyAccount/AuthenticationMethods/Auth0MyAccountAuthenticationMethods.swift",
        "MyAccount/AuthenticationMethods/MyAccountAuthenticationMethods.swift",
        "MyAccount/AuthenticationMethods/PasskeyAuthenticationMethod.swift",
        "MyAccount/AuthenticationMethods/PasskeyEnrollmentChallenge.swift",
        "MyAccount/MyAccount.swift",
        "MyAccount/MyAccountError.swift",
        "MyAccount/MyAccountHandlers.swift",
        "NSData+URLSafe.swift",
        "NSURL+Auth0.swift",
        "NSURLComponents+OAuth2.swift",
        "NewPasskey.swift",
        "OAuth2Grant.swift",
        "Optional+DebugDescription.swift",
        "PasskeyLoginChallenge.swift",
        "PasskeySignupChallenge.swift",
        "PasswordlessType.swift",
        "PublicKeyCredentialCreationOptions.swift",
        "PublicKeyCredentialRequestOptions.swift",
        "Request.swift",
        "Requestable.swift",
        "Response.swift",
        "SSOCredentials.swift",
        "SafariProvider.swift",
        "SignupPasskey.swift",
        "String+URLSafe.swift",
        "Telemetry.swift",
        "TransactionStore.swift",
        "UIWindow+TopViewController.swift",
        "UserInfo.swift",
        "UserPatchAttributes.swift",
        "Users.swift",
        "Version.swift",
        "WebAuth.swift",
        "WebAuthError.swift",
        "WebAuthUserAgent.swift",
        "WebAuthentication.swift",
        "WebViewProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Auth0",
    "schemes" : [
      "Auth0.iOS",
      "Auth0.macOS",
      "Auth0.tvOS",
      "Auth0.visionOS",
      "Auth0.watchOS",
      "OAuth2",
      "OAuth2Mac",
      "OAuth2TV",
      "OAuth2Vision"
    ],
    "targets" : [
      "Auth0.iOS",
      "Auth0.macOS",
      "Auth0.tvOS",
      "Auth0.watchOS",
      "Auth0.visionOS",
      "Auth0Tests.iOS",
      "Auth0Tests.macOS",
      "Auth0Tests.tvOS",
      "Auth0Tests.visionOS",
      "OAuth2",
      "OAuth2TV",
      "OAuth2Mac",
      "OAuth2Vision"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Auth0"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Auth0 -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Auth0 -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SimpleKeychain: https://github.com/auth0/SimpleKeychain.git @ 1.3.0
  JWTDecode: https://github.com/auth0/JWTDecode.swift.git @ 3.3.0
  Auth0: /Users/admin/builder/spi-builder-workspace
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Nimble: https://github.com/Quick/Nimble.git @ 13.7.1
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Quick: https://github.com/Quick/Quick.git @ 7.6.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'Auth0' in project 'Auth0'
        ➜ Explicit dependency on target 'Auth0' in project 'Auth0'
        ➜ Explicit dependency on target 'Auth0_Auth0' in project 'Auth0'
        ➜ Explicit dependency on target 'SimpleKeychain' in project 'SimpleKeychain'
        ➜ Explicit dependency on target 'JWTDecode' in project 'JWTDecode'
    Target 'Auth0' in project 'Auth0'
        ➜ Explicit dependency on target 'Auth0_Auth0' in project 'Auth0'
        ➜ Explicit dependency on target 'SimpleKeychain' in project 'SimpleKeychain'
        ➜ Explicit dependency on target 'JWTDecode' in project 'JWTDecode'
    Target 'JWTDecode' in project 'JWTDecode'
        ➜ Explicit dependency on target 'JWTDecode' in project 'JWTDecode'
    Target 'JWTDecode' in project 'JWTDecode' (no dependencies)
    Target 'SimpleKeychain' in project 'SimpleKeychain'
        ➜ Explicit dependency on target 'SimpleKeychain' in project 'SimpleKeychain'
    Target 'SimpleKeychain' in project 'SimpleKeychain' (no dependencies)
    Target 'Auth0_Auth0' in project 'Auth0' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 959710b57f82eba61d93a221f85a82bf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/959710b57f82eba61d93a221f85a82bf.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.modulemap (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.DependencyMetadataFileList (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.DependencyStaticMetadataFileList (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-OutputFileMap.json (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftConstValuesFileList (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.LinkFileList (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftFileList (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_const_extract_protocols.json (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode_const_extract_protocols.json (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftFileList (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SimpleKeychain.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.modulemap (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftConstValuesFileList (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.LinkFileList (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-OutputFileMap.json (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.modulemap (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.DependencyMetadataFileList (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.DependencyStaticMetadataFileList (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0_Auth0.build/empty-Auth0_Auth0.plist (in target 'Auth0_Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0_Auth0.build/empty-Auth0_Auth0.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0_Auth0.build/Auth0_Auth0.DependencyStaticMetadataFileList (in target 'Auth0_Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0_Auth0.build/Auth0_Auth0.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0_Auth0.build/Auth0_Auth0.DependencyMetadataFileList (in target 'Auth0_Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0_Auth0.build/Auth0_Auth0.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0_const_extract_protocols.json (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.SwiftFileList (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.SwiftConstValuesFileList (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JWTDecode.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.modulemap (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.LinkFileList (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-OutputFileMap.json (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources/resource_bundle_accessor.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.modulemap (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.DependencyStaticMetadataFileList (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.DependencyMetadataFileList (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle (in target 'Auth0_Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0_Auth0.build/empty-Auth0_Auth0.plist (in target 'Auth0_Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0_Auth0.build/empty-Auth0_Auth0.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Auth0/PrivacyInfo.xcprivacy (in target 'Auth0_Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Auth0/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Auth0.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.modulemap (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle (in target 'Auth0_Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle (in target 'Auth0_Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0_Auth0.bundle
SwiftDriver SimpleKeychain normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleKeychain -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name simplekeychain -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver JWTDecode normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JWTDecode -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name jwtdecode_swift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SimpleKeychain (in target 'SimpleKeychain' from project 'SimpleKeychain')
EmitSwiftModule normal arm64 (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SimpleKeychainError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain/SimpleKeychain/SimpleKeychainError.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain/SimpleKeychain/SimpleKeychainError.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SimpleKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain/SimpleKeychain/SimpleKeychain.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain/SimpleKeychain/SimpleKeychain.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Accessibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain/SimpleKeychain/Accessibility.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JWT.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift/JWTDecode/JWT.swift (in target 'JWTDecode' from project 'JWTDecode')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift/JWTDecode/JWT.swift (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ JWTDecode (in target 'JWTDecode' from project 'JWTDecode')
EmitSwiftModule normal arm64 (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JWTDecode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift/JWTDecode/JWTDecode.swift (in target 'JWTDecode' from project 'JWTDecode')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift/JWTDecode/JWTDecode.swift (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JWTDecodeError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift/JWTDecode/JWTDecodeError.swift (in target 'JWTDecode' from project 'JWTDecode')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift/JWTDecode/JWTDecodeError.swift (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for JWTDecode (in target 'JWTDecode' from project 'JWTDecode')
SwiftDriver\ Compilation\ Requirements JWTDecode normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JWTDecode -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name jwtdecode_swift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JWTDecode-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-Swift.h (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JWTDecode-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftdoc (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftmodule (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.abi.json (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftsourceinfo (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Emitting module for SimpleKeychain (in target 'SimpleKeychain' from project 'SimpleKeychain')
SwiftDriver\ Compilation\ Requirements SimpleKeychain normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleKeychain -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name simplekeychain -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SimpleKeychain-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-Swift.h (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SimpleKeychain-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftmodule (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftdoc (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.abi.json (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftsourceinfo (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver Auth0 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Auth0 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DWEB_AUTH_PLATFORM -DPASSKEYS_PLATFORM -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ IDTokenSignatureValidator.swift,\ IDTokenValidator.swift,\ IDTokenValidatorContext.swift,\ JSONObjectPayload.swift,\ JWK+RSA.swift,\ JWKS.swift,\ JWT+Header.swift,\ JWTAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Auth0/IDTokenSignatureValidator.swift /Users/admin/builder/spi-builder-workspace/Auth0/IDTokenValidator.swift /Users/admin/builder/spi-builder-workspace/Auth0/IDTokenValidatorContext.swift /Users/admin/builder/spi-builder-workspace/Auth0/JSONObjectPayload.swift /Users/admin/builder/spi-builder-workspace/Auth0/JWK+RSA.swift /Users/admin/builder/spi-builder-workspace/Auth0/JWKS.swift /Users/admin/builder/spi-builder-workspace/Auth0/JWT+Header.swift /Users/admin/builder/spi-builder-workspace/Auth0/JWTAlgorithm.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/IDTokenSignatureValidator.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/IDTokenValidator.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/IDTokenValidatorContext.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/JSONObjectPayload.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/JWK+RSA.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/JWKS.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/JWT+Header.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/JWTAlgorithm.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Auth0 (in target 'Auth0' from project 'Auth0')
EmitSwiftModule normal arm64 (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Loggable.swift,\ Logger.swift,\ LoginPasskey.swift,\ LoginTransaction.swift,\ Management.swift,\ ManagementError.swift,\ MobileWebAuth.swift,\ MultifactorChallenge.swift /Users/admin/builder/spi-builder-workspace/Auth0/Loggable.swift /Users/admin/builder/spi-builder-workspace/Auth0/Logger.swift /Users/admin/builder/spi-builder-workspace/Auth0/LoginPasskey.swift /Users/admin/builder/spi-builder-workspace/Auth0/LoginTransaction.swift /Users/admin/builder/spi-builder-workspace/Auth0/Management.swift /Users/admin/builder/spi-builder-workspace/Auth0/ManagementError.swift /Users/admin/builder/spi-builder-workspace/Auth0/MobileWebAuth.swift /Users/admin/builder/spi-builder-workspace/Auth0/MultifactorChallenge.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Loggable.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Logger.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/LoginPasskey.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/LoginTransaction.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Management.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/ManagementError.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MobileWebAuth.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MultifactorChallenge.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PasswordlessType.swift,\ PublicKeyCredentialCreationOptions.swift,\ PublicKeyCredentialRequestOptions.swift,\ Request.swift,\ Requestable.swift,\ Response.swift,\ SSOCredentials.swift,\ SafariProvider.swift /Users/admin/builder/spi-builder-workspace/Auth0/PasswordlessType.swift /Users/admin/builder/spi-builder-workspace/Auth0/PublicKeyCredentialCreationOptions.swift /Users/admin/builder/spi-builder-workspace/Auth0/PublicKeyCredentialRequestOptions.swift /Users/admin/builder/spi-builder-workspace/Auth0/Request.swift /Users/admin/builder/spi-builder-workspace/Auth0/Requestable.swift /Users/admin/builder/spi-builder-workspace/Auth0/Response.swift /Users/admin/builder/spi-builder-workspace/Auth0/SSOCredentials.swift /Users/admin/builder/spi-builder-workspace/Auth0/SafariProvider.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/PasswordlessType.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/PublicKeyCredentialCreationOptions.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/PublicKeyCredentialRequestOptions.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Request.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Requestable.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Response.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/SSOCredentials.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/SafariProvider.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSData+URLSafe.swift,\ NSURL+Auth0.swift,\ NSURLComponents+OAuth2.swift,\ NewPasskey.swift,\ OAuth2Grant.swift,\ Optional+DebugDescription.swift,\ PasskeyLoginChallenge.swift,\ PasskeySignupChallenge.swift /Users/admin/builder/spi-builder-workspace/Auth0/NSData+URLSafe.swift /Users/admin/builder/spi-builder-workspace/Auth0/NSURL+Auth0.swift /Users/admin/builder/spi-builder-workspace/Auth0/NSURLComponents+OAuth2.swift /Users/admin/builder/spi-builder-workspace/Auth0/NewPasskey.swift /Users/admin/builder/spi-builder-workspace/Auth0/OAuth2Grant.swift /Users/admin/builder/spi-builder-workspace/Auth0/Optional+DebugDescription.swift /Users/admin/builder/spi-builder-workspace/Auth0/PasskeyLoginChallenge.swift /Users/admin/builder/spi-builder-workspace/Auth0/PasskeySignupChallenge.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/NSData+URLSafe.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/NSURL+Auth0.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/NSURLComponents+OAuth2.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/NewPasskey.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/OAuth2Grant.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Optional+DebugDescription.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/PasskeyLoginChallenge.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/PasskeySignupChallenge.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Accessibility.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
SwiftCompile normal arm64 Compiling\ Auth0WebAuth.swift,\ AuthTransaction.swift,\ Authentication.swift,\ AuthenticationError.swift,\ AuthenticationHandlers.swift,\ Barrier.swift,\ BioAuthentication.swift,\ ChallengeGenerator.swift /Users/admin/builder/spi-builder-workspace/Auth0/Auth0WebAuth.swift /Users/admin/builder/spi-builder-workspace/Auth0/AuthTransaction.swift /Users/admin/builder/spi-builder-workspace/Auth0/Authentication.swift /Users/admin/builder/spi-builder-workspace/Auth0/AuthenticationError.swift /Users/admin/builder/spi-builder-workspace/Auth0/AuthenticationHandlers.swift /Users/admin/builder/spi-builder-workspace/Auth0/Barrier.swift /Users/admin/builder/spi-builder-workspace/Auth0/BioAuthentication.swift /Users/admin/builder/spi-builder-workspace/Auth0/ChallengeGenerator.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Auth0WebAuth.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/AuthTransaction.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Authentication.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/AuthenticationError.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/AuthenticationHandlers.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Barrier.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/BioAuthentication.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/ChallengeGenerator.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling JWTDecodeError.swift (in target 'JWTDecode' from project 'JWTDecode')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ APICredentials.swift,\ ASProvider.swift,\ Array+Encode.swift,\ Auth0.swift,\ Auth0APIError.swift,\ Auth0Authentication.swift,\ Auth0Error.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Auth0/APICredentials.swift /Users/admin/builder/spi-builder-workspace/Auth0/ASProvider.swift /Users/admin/builder/spi-builder-workspace/Auth0/Array+Encode.swift /Users/admin/builder/spi-builder-workspace/Auth0/Auth0.swift /Users/admin/builder/spi-builder-workspace/Auth0/Auth0APIError.swift /Users/admin/builder/spi-builder-workspace/Auth0/Auth0Authentication.swift /Users/admin/builder/spi-builder-workspace/Auth0/Auth0Error.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources/resource_bundle_accessor.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/APICredentials.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/ASProvider.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Array+Encode.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Auth0.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Auth0APIError.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Auth0Authentication.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Auth0Error.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling JWT.swift (in target 'JWTDecode' from project 'JWTDecode')
SwiftCompile normal arm64 Compiling\ ClaimValidators.swift,\ ClearSessionTransaction.swift,\ Credentials.swift,\ CredentialsManager.swift,\ CredentialsManagerError.swift,\ CredentialsStorage.swift,\ DesktopWebAuth.swift,\ Helpers.swift /Users/admin/builder/spi-builder-workspace/Auth0/ClaimValidators.swift /Users/admin/builder/spi-builder-workspace/Auth0/ClearSessionTransaction.swift /Users/admin/builder/spi-builder-workspace/Auth0/Credentials.swift /Users/admin/builder/spi-builder-workspace/Auth0/CredentialsManager.swift /Users/admin/builder/spi-builder-workspace/Auth0/CredentialsManagerError.swift /Users/admin/builder/spi-builder-workspace/Auth0/CredentialsStorage.swift /Users/admin/builder/spi-builder-workspace/Auth0/DesktopWebAuth.swift /Users/admin/builder/spi-builder-workspace/Auth0/Helpers.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/ClaimValidators.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/ClearSessionTransaction.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Credentials.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/CredentialsManager.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/CredentialsManagerError.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/CredentialsStorage.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/DesktopWebAuth.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Helpers.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SimpleKeychainError.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
SwiftCompile normal arm64 Compiling\ SignupPasskey.swift,\ String+URLSafe.swift,\ Telemetry.swift,\ TransactionStore.swift,\ UIWindow+TopViewController.swift,\ UserInfo.swift,\ UserPatchAttributes.swift /Users/admin/builder/spi-builder-workspace/Auth0/SignupPasskey.swift /Users/admin/builder/spi-builder-workspace/Auth0/String+URLSafe.swift /Users/admin/builder/spi-builder-workspace/Auth0/Telemetry.swift /Users/admin/builder/spi-builder-workspace/Auth0/TransactionStore.swift /Users/admin/builder/spi-builder-workspace/Auth0/UIWindow+TopViewController.swift /Users/admin/builder/spi-builder-workspace/Auth0/UserInfo.swift /Users/admin/builder/spi-builder-workspace/Auth0/UserPatchAttributes.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/SignupPasskey.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/String+URLSafe.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Telemetry.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/TransactionStore.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/UIWindow+TopViewController.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/UserInfo.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/UserPatchAttributes.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling JWTDecode.swift (in target 'JWTDecode' from project 'JWTDecode')
SwiftDriver\ Compilation JWTDecode normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JWTDecode -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name jwtdecode_swift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SimpleKeychain.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
SwiftCompile normal arm64 Compiling\ Auth0MyAccount.swift,\ Auth0MyAccountAuthenticationMethods.swift,\ MyAccountAuthenticationMethods.swift,\ PasskeyAuthenticationMethod.swift,\ PasskeyEnrollmentChallenge.swift,\ MyAccount.swift,\ MyAccountError.swift,\ MyAccountHandlers.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/Auth0MyAccount.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/Auth0MyAccountAuthenticationMethods.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/MyAccountAuthenticationMethods.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PasskeyAuthenticationMethod.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PasskeyEnrollmentChallenge.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/MyAccount.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/MyAccountError.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/MyAccountHandlers.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/Auth0MyAccount.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/Auth0MyAccountAuthenticationMethods.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/MyAccountAuthenticationMethods.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PasskeyAuthenticationMethod.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PasskeyEnrollmentChallenge.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/MyAccount.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/MyAccountError.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/MyAccountHandlers.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.o normal (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.o
SwiftDriverJobDiscovery normal arm64 Emitting module for Auth0 (in target 'Auth0' from project 'Auth0')
SwiftDriver\ Compilation\ Requirements Auth0 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Auth0 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DWEB_AUTH_PLATFORM -DPASSKEYS_PLATFORM -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling IDTokenSignatureValidator.swift, IDTokenValidator.swift, IDTokenValidatorContext.swift, JSONObjectPayload.swift, JWK+RSA.swift, JWKS.swift, JWT+Header.swift, JWTAlgorithm.swift (in target 'Auth0' from project 'Auth0')
SwiftDriver\ Compilation SimpleKeychain normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleKeychain -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name simplekeychain -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Users.swift,\ Version.swift,\ WebAuth.swift,\ WebAuthError.swift,\ WebAuthUserAgent.swift,\ WebAuthentication.swift,\ WebViewProvider.swift /Users/admin/builder/spi-builder-workspace/Auth0/Users.swift /Users/admin/builder/spi-builder-workspace/Auth0/Version.swift /Users/admin/builder/spi-builder-workspace/Auth0/WebAuth.swift /Users/admin/builder/spi-builder-workspace/Auth0/WebAuthError.swift /Users/admin/builder/spi-builder-workspace/Auth0/WebAuthUserAgent.swift /Users/admin/builder/spi-builder-workspace/Auth0/WebAuthentication.swift /Users/admin/builder/spi-builder-workspace/Auth0/WebViewProvider.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Users.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/Version.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/WebAuth.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/WebAuthError.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/WebAuthUserAgent.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/WebAuthentication.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/WebViewProvider.swift (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.o normal (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.o
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Auth0-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-Swift.h (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Auth0-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Auth0MyAccount.swift, Auth0MyAccountAuthenticationMethods.swift, MyAccountAuthenticationMethods.swift, PasskeyAuthenticationMethod.swift, PasskeyEnrollmentChallenge.swift, MyAccount.swift, MyAccountError.swift, MyAccountHandlers.swift (in target 'Auth0' from project 'Auth0')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftmodule (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftdoc (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.abi.json (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftsourceinfo (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ExtractAppIntentsMetadata (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JWTDecode --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier jwtdecode.swift.JWTDecode --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/JWTDecode.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug-iphoneos/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-12 15:15:12.015 appintentsmetadataprocessor[1265:6325] Starting appintentsmetadataprocessor export
2025-06-12 15:15:12.060 appintentsmetadataprocessor[1265:6325] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SimpleKeychain --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier simplekeychain.SimpleKeychain --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/SimpleKeychain.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug-iphoneos/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-12 15:15:12.015 appintentsmetadataprocessor[1266:6326] Starting appintentsmetadataprocessor export
2025-06-12 15:15:12.060 appintentsmetadataprocessor[1266:6326] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.o (in target 'JWTDecode' from project 'JWTDecode')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JWTDecode.swift
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JWTDecode.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.o (in target 'SimpleKeychain' from project 'SimpleKeychain')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleKeychain
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleKeychain.o
SwiftDriverJobDiscovery normal arm64 Compiling Auth0WebAuth.swift, AuthTransaction.swift, Authentication.swift, AuthenticationError.swift, AuthenticationHandlers.swift, Barrier.swift, BioAuthentication.swift, ChallengeGenerator.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling ClaimValidators.swift, ClearSessionTransaction.swift, Credentials.swift, CredentialsManager.swift, CredentialsManagerError.swift, CredentialsStorage.swift, DesktopWebAuth.swift, Helpers.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling PasswordlessType.swift, PublicKeyCredentialCreationOptions.swift, PublicKeyCredentialRequestOptions.swift, Request.swift, Requestable.swift, Response.swift, SSOCredentials.swift, SafariProvider.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling Users.swift, Version.swift, WebAuth.swift, WebAuthError.swift, WebAuthUserAgent.swift, WebAuthentication.swift, WebViewProvider.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling SignupPasskey.swift, String+URLSafe.swift, Telemetry.swift, TransactionStore.swift, UIWindow+TopViewController.swift, UserInfo.swift, UserPatchAttributes.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling NSData+URLSafe.swift, NSURL+Auth0.swift, NSURLComponents+OAuth2.swift, NewPasskey.swift, OAuth2Grant.swift, Optional+DebugDescription.swift, PasskeyLoginChallenge.swift, PasskeySignupChallenge.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling Loggable.swift, Logger.swift, LoginPasskey.swift, LoginTransaction.swift, Management.swift, ManagementError.swift, MobileWebAuth.swift, MultifactorChallenge.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, APICredentials.swift, ASProvider.swift, Array+Encode.swift, Auth0.swift, Auth0APIError.swift, Auth0Authentication.swift, Auth0Error.swift (in target 'Auth0' from project 'Auth0')
SwiftDriver\ Compilation Auth0 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Auth0 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DWEB_AUTH_PLATFORM -DPASSKEYS_PLATFORM -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.o normal (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.o
ExtractAppIntentsMetadata (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Auth0 --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.Auth0 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Auth0.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug-iphoneos/Auth0.build/Objects-normal/arm64/Auth0.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-12 15:15:12.604 appintentsmetadataprocessor[1269:6364] Starting appintentsmetadataprocessor export
2025-06-12 15:15:12.636 appintentsmetadataprocessor[1269:6364] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.o (in target 'Auth0' from project 'Auth0')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Auth0.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplekeychain",
      "requirement" : {
        "exact" : [
          "1.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/auth0/SimpleKeychain.git"
    },
    {
      "identity" : "jwtdecode.swift",
      "requirement" : {
        "exact" : [
          "3.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/auth0/JWTDecode.swift.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "13.0.0",
            "upper_bound" : "14.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Auth0",
  "name" : "Auth0",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Auth0",
      "targets" : [
        "Auth0"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Auth0Tests",
      "module_type" : "SwiftTarget",
      "name" : "Auth0Tests",
      "path" : "Auth0Tests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "APICredentialsSpec.swift",
        "ASProviderSpec.swift",
        "Auth0Spec.swift",
        "AuthenticationErrorSpec.swift",
        "AuthenticationSpec.swift",
        "BioAuthenticationSpec.swift",
        "ChallengeGeneratorSpec.swift",
        "ClaimValidatorsSpec.swift",
        "ClearSessionTransactionSpec.swift",
        "CredentialsManagerErrorSpec.swift",
        "CredentialsManagerSpec.swift",
        "CredentialsSpec.swift",
        "Extensions/UIWindow+TopViewControllerSpec.swift",
        "Generators.swift",
        "IDTokenSignatureValidatorSpec.swift",
        "IDTokenValidatorBaseSpec.swift",
        "IDTokenValidatorMocks.swift",
        "IDTokenValidatorSpec.swift",
        "JWKSpec.swift",
        "JWTAlgorithmSpec.swift",
        "LoggerSpec.swift",
        "LoginTransactionSpec.swift",
        "ManagementErrorSpec.swift",
        "ManagementSpec.swift",
        "Matchers.swift",
        "Mocks.swift",
        "MyAccount/AuthenticationMethods/MyAccountAuthenticationMethodsSpec.swift",
        "MyAccount/AuthenticationMethods/PasskeyAuthenticationMethodSpec.swift",
        "MyAccount/AuthenticationMethods/PasskeyEnrollmentChallengeSpec.swift",
        "MyAccount/MyAccountErrorSpec.swift",
        "MyAccount/MyAccountSpec.swift",
        "NetworkStub.swift",
        "OAuth2GrantSpec.swift",
        "PasskeyLoginChallenge.swift",
        "PasskeySignupChallengeSpec.swift",
        "RequestSpec.swift",
        "ResponseSpec.swift",
        "Responses.swift",
        "SSOCredentialsSpec.swift",
        "SafariProviderSpec.swift",
        "StubURLProtocol.swift",
        "TelemetrySpec.swift",
        "TransactionStoreSpec.swift",
        "UserInfoSpec.swift",
        "UserPatchAttributesSpec.swift",
        "UsersSpec.swift",
        "WebAuthErrorSpec.swift",
        "WebAuthSpec.swift",
        "WebAuthSpies.swift",
        "WebAuthenticationSpec.swift",
        "WebViewProviderSpec.swift"
      ],
      "target_dependencies" : [
        "Auth0"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Auth0",
      "module_type" : "SwiftTarget",
      "name" : "Auth0",
      "path" : "Auth0",
      "product_dependencies" : [
        "SimpleKeychain",
        "JWTDecode"
      ],
      "product_memberships" : [
        "Auth0"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Auth0/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "APICredentials.swift",
        "ASProvider.swift",
        "Array+Encode.swift",
        "Auth0.swift",
        "Auth0APIError.swift",
        "Auth0Authentication.swift",
        "Auth0Error.swift",
        "Auth0WebAuth.swift",
        "AuthTransaction.swift",
        "Authentication.swift",
        "AuthenticationError.swift",
        "AuthenticationHandlers.swift",
        "Barrier.swift",
        "BioAuthentication.swift",
        "ChallengeGenerator.swift",
        "ClaimValidators.swift",
        "ClearSessionTransaction.swift",
        "Credentials.swift",
        "CredentialsManager.swift",
        "CredentialsManagerError.swift",
        "CredentialsStorage.swift",
        "DesktopWebAuth.swift",
        "Helpers.swift",
        "IDTokenSignatureValidator.swift",
        "IDTokenValidator.swift",
        "IDTokenValidatorContext.swift",
        "JSONObjectPayload.swift",
        "JWK+RSA.swift",
        "JWKS.swift",
        "JWT+Header.swift",
        "JWTAlgorithm.swift",
        "Loggable.swift",
        "Logger.swift",
        "LoginPasskey.swift",
        "LoginTransaction.swift",
        "Management.swift",
        "ManagementError.swift",
        "MobileWebAuth.swift",
        "MultifactorChallenge.swift",
        "MyAccount/Auth0MyAccount.swift",
        "MyAccount/AuthenticationMethods/Auth0MyAccountAuthenticationMethods.swift",
        "MyAccount/AuthenticationMethods/MyAccountAuthenticationMethods.swift",
        "MyAccount/AuthenticationMethods/PasskeyAuthenticationMethod.swift",
        "MyAccount/AuthenticationMethods/PasskeyEnrollmentChallenge.swift",
        "MyAccount/MyAccount.swift",
        "MyAccount/MyAccountError.swift",
        "MyAccount/MyAccountHandlers.swift",
        "NSData+URLSafe.swift",
        "NSURL+Auth0.swift",
        "NSURLComponents+OAuth2.swift",
        "NewPasskey.swift",
        "OAuth2Grant.swift",
        "Optional+DebugDescription.swift",
        "PasskeyLoginChallenge.swift",
        "PasskeySignupChallenge.swift",
        "PasswordlessType.swift",
        "PublicKeyCredentialCreationOptions.swift",
        "PublicKeyCredentialRequestOptions.swift",
        "Request.swift",
        "Requestable.swift",
        "Response.swift",
        "SSOCredentials.swift",
        "SafariProvider.swift",
        "SignupPasskey.swift",
        "String+URLSafe.swift",
        "Telemetry.swift",
        "TransactionStore.swift",
        "UIWindow+TopViewController.swift",
        "UserInfo.swift",
        "UserPatchAttributes.swift",
        "Users.swift",
        "Version.swift",
        "WebAuth.swift",
        "WebAuthError.swift",
        "WebAuthUserAgent.swift",
        "WebAuthentication.swift",
        "WebViewProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.