Build Information
Successful build of Auth0, reference master (17108c
), with Swift 6.0 for macOS (SPM) on 12 Sep 2025 15:05:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.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 17108c6 Release 2.15.0 (#1003)
Cloned https://github.com/auth0/Auth0.swift.git
Revision (git rev-parse @):
17108c6174fc11d69d623f92e65ea6b8c0c4680f
SUCCESS checkout https://github.com/auth0/Auth0.swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/auth0/Auth0.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin DefocusCommandPlugin
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin LintCommandPlugin
[5/5] Compiling plugin LintError
[6/6] Compiling plugin LintWarning
Building for debugging...
[6/11] Copying PrivacyInfo.xcprivacy
[6/11] Write sources
[10/11] Write swift-version-5BDAB9E9C0126B9D.txt
[12/19] Compiling JWTDecode JWTDecodeError.swift
[13/19] Compiling JWTDecode JWT.swift
[14/19] Emitting module JWTDecode
[15/19] Compiling JWTDecode JWTDecode.swift
[16/19] Compiling SimpleKeychain Accessibility.swift
[17/19] Compiling SimpleKeychain SimpleKeychainError.swift
[18/19] Emitting module SimpleKeychain
[19/19] Compiling SimpleKeychain SimpleKeychain.swift
[20/106] Emitting module Auth0
[21/115] Compiling Auth0 CredentialsStorage.swift
[22/115] Compiling Auth0 DPoP.swift
[23/115] Compiling Auth0 DPoPChallenge.swift
[24/115] Compiling Auth0 DPoPError.swift
[25/115] Compiling Auth0 DPoPKeyStore.swift
[26/115] Compiling Auth0 DPoPProofGenerator.swift
[27/115] Compiling Auth0 ECPublicKey.swift
[28/115] Compiling Auth0 KeychainKeyStore.swift
[29/115] Compiling Auth0 SecureEnclaveKeyStore.swift
[30/115] Compiling Auth0 SenderConstraining.swift
[31/115] Compiling Auth0 Optional+DebugDescription.swift
[32/115] Compiling Auth0 PasskeyLoginChallenge.swift
[33/115] Compiling Auth0 PasskeySignupChallenge.swift
[34/115] Compiling Auth0 PasswordlessType.swift
[35/115] Compiling Auth0 PublicKeyCredentialCreationOptions.swift
[36/115] Compiling Auth0 PublicKeyCredentialRequestOptions.swift
[37/115] Compiling Auth0 Request.swift
[38/115] Compiling Auth0 Requestable.swift
[39/115] Compiling Auth0 Response.swift
[40/115] Compiling Auth0 UserPatchAttributes.swift
[41/115] Compiling Auth0 Users.swift
[42/115] Compiling Auth0 Version.swift
[43/115] Compiling Auth0 WebAuth.swift
[44/115] Compiling Auth0 WebAuthError.swift
[45/115] Compiling Auth0 WebAuthUserAgent.swift
[46/115] Compiling Auth0 WebAuthentication.swift
[47/115] Compiling Auth0 WebViewProvider.swift
[48/115] Compiling Auth0 resource_bundle_accessor.swift
[49/115] Compiling Auth0 AuthenticationError.swift
[50/115] Compiling Auth0 AuthenticationHandlers.swift
[51/115] Compiling Auth0 Barrier.swift
[52/115] Compiling Auth0 BioAuthentication.swift
[53/115] Compiling Auth0 ChallengeGenerator.swift
[54/115] Compiling Auth0 ClaimValidators.swift
[55/115] Compiling Auth0 ClearSessionTransaction.swift
[56/115] Compiling Auth0 Credentials.swift
[57/115] Compiling Auth0 CredentialsManager.swift
[58/115] Compiling Auth0 CredentialsManagerError.swift
[59/115] Compiling Auth0 Factor.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift:27:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
25 | public init(from decoder: Decoder) throws {
26 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
27 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
28 | let errorDescription = "Missing authentication method identifier in header 'Location'"
29 | let errorContext = DecodingError.Context(codingPath: [],
[60/115] Compiling Auth0 GetAuthenticationMethodsResponse.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift:27:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
25 | public init(from decoder: Decoder) throws {
26 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
27 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
28 | let errorDescription = "Missing authentication method identifier in header 'Location'"
29 | let errorContext = DecodingError.Context(codingPath: [],
[61/115] Compiling Auth0 MyAccountAuthenticationMethods.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift:27:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
25 | public init(from decoder: Decoder) throws {
26 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
27 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
28 | let errorDescription = "Missing authentication method identifier in header 'Location'"
29 | let errorContext = DecodingError.Context(codingPath: [],
[62/115] Compiling Auth0 PasskeyAuthenticationMethod.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift:27:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
25 | public init(from decoder: Decoder) throws {
26 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
27 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
28 | let errorDescription = "Missing authentication method identifier in header 'Location'"
29 | let errorContext = DecodingError.Context(codingPath: [],
[63/115] Compiling Auth0 PasskeyEnrollmentChallenge.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift:27:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
25 | public init(from decoder: Decoder) throws {
26 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
27 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
28 | let errorDescription = "Missing authentication method identifier in header 'Location'"
29 | let errorContext = DecodingError.Context(codingPath: [],
[64/115] Compiling Auth0 PhoneEnrollmentChallenge.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift:27:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
25 | public init(from decoder: Decoder) throws {
26 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
27 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
28 | let errorDescription = "Missing authentication method identifier in header 'Location'"
29 | let errorContext = DecodingError.Context(codingPath: [],
[65/115] Compiling Auth0 PreferredAuthenticationMethod.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift:27:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
25 | public init(from decoder: Decoder) throws {
26 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
27 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
28 | let errorDescription = "Missing authentication method identifier in header 'Location'"
29 | let errorContext = DecodingError.Context(codingPath: [],
[66/115] Compiling Auth0 PushEnrollmentChallenge.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift:27:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
25 | public init(from decoder: Decoder) throws {
26 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
27 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
28 | let errorDescription = "Missing authentication method identifier in header 'Location'"
29 | let errorContext = DecodingError.Context(codingPath: [],
[67/115] Compiling Auth0 RecoveryCodeEnrollmentChallenge.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift:27:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
25 | public init(from decoder: Decoder) throws {
26 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
27 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
28 | let errorDescription = "Missing authentication method identifier in header 'Location'"
29 | let errorContext = DecodingError.Context(codingPath: [],
[68/115] Compiling Auth0 TOTPEnrollmentChallenge.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
[69/115] Compiling Auth0 MyAccount.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
[70/115] Compiling Auth0 MyAccountError.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
[71/115] Compiling Auth0 MyAccountHandlers.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
[72/115] Compiling Auth0 NSData+URLSafe.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
[73/115] Compiling Auth0 NSURL+Auth0.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
[74/115] Compiling Auth0 NSURLComponents+OAuth2.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
[75/115] Compiling Auth0 NewPasskey.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
[76/115] Compiling Auth0 OAuth2Grant.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift:31:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
29 | public init(from decoder: Decoder) throws {
30 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
31 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
32 | let errorDescription = "Missing authentication method identifier in header 'Location'"
33 | let errorContext = DecodingError.Context(codingPath: [],
[77/115] Compiling Auth0 SSOCredentials.swift
[78/115] Compiling Auth0 SafariProvider.swift
[79/115] Compiling Auth0 Shared.swift
[80/115] Compiling Auth0 SignupPasskey.swift
[81/115] Compiling Auth0 String+URLSafe.swift
[82/115] Compiling Auth0 Telemetry.swift
[83/115] Compiling Auth0 TransactionStore.swift
[84/115] Compiling Auth0 UIWindow+TopViewController.swift
[85/115] Compiling Auth0 UserInfo.swift
[86/115] Compiling Auth0 DesktopWebAuth.swift
[87/115] Compiling Auth0 IDTokenSignatureValidator.swift
[88/115] Compiling Auth0 IDTokenValidator.swift
[89/115] Compiling Auth0 IDTokenValidatorContext.swift
[90/115] Compiling Auth0 JSONObjectPayload.swift
[91/115] Compiling Auth0 JWK+RSA.swift
[92/115] Compiling Auth0 JWKS.swift
[93/115] Compiling Auth0 JWT+Header.swift
[94/115] Compiling Auth0 JWTAlgorithm.swift
[95/115] Compiling Auth0 Loggable.swift
[96/115] Compiling Auth0 Logger.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[97/115] Compiling Auth0 LoginPasskey.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[98/115] Compiling Auth0 LoginTransaction.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[99/115] Compiling Auth0 Management.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[100/115] Compiling Auth0 ManagementError.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[101/115] Compiling Auth0 MobileWebAuth.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[102/115] Compiling Auth0 MultifactorChallenge.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[103/115] Compiling Auth0 Auth0MyAccount.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[104/115] Compiling Auth0 Auth0MyAccountAuthenticationMethods.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[105/115] Compiling Auth0 EmailEnrollmentChallenge.swift
/Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift:21:19: warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
19 | public init(from decoder: Decoder) throws {
20 | guard let locationHeader = decoder.userInfo[.locationHeaderKey] as? String,
21 | let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
| `- warning: immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
22 | let errorDescription = "Missing authentication method identifier in header 'Location'"
23 | let errorContext = DecodingError.Context(codingPath: [],
[106/115] Compiling Auth0 APICredentials.swift
[107/115] Compiling Auth0 ASProvider.swift
[108/115] Compiling Auth0 Array+Encode.swift
[109/115] Compiling Auth0 Auth0.swift
[110/115] Compiling Auth0 Auth0APIError.swift
[111/115] Compiling Auth0 Auth0Authentication.swift
[112/115] Compiling Auth0 Auth0Error.swift
[113/115] Compiling Auth0 Auth0WebAuth.swift
[114/115] Compiling Auth0 AuthTransaction.swift
[115/115] Compiling Auth0 Authentication.swift
Build complete! (35.75s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/auth0/JWTDecode.swift.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/auth0/SimpleKeychain.git
[1/4451] Fetching simplekeychain
[135/8188] Fetching simplekeychain, jwtdecode.swift
[1273/27823] Fetching simplekeychain, jwtdecode.swift, nimble
[1274/42664] Fetching simplekeychain, jwtdecode.swift, nimble, quick
Fetched https://github.com/Quick/Quick.git from cache (1.95s)
Fetched https://github.com/Quick/Nimble.git from cache (1.95s)
Fetched https://github.com/auth0/SimpleKeychain.git from cache (1.95s)
Fetched https://github.com/auth0/JWTDecode.swift.git from cache (1.96s)
Computing version for https://github.com/auth0/JWTDecode.swift.git
Computed https://github.com/auth0/JWTDecode.swift.git at 3.3.0 (0.49s)
Computing version for https://github.com/auth0/SimpleKeychain.git
Computed https://github.com/auth0/SimpleKeychain.git at 1.3.0 (0.47s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (0.50s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/5985] Fetching swift-algorithms
[121/21926] Fetching swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms.git from cache (3.13s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.13s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.20s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.05s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.48s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.7.1 (0.49s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.84s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.57s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.71s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.57s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.7.1
Creating working copy for https://github.com/auth0/JWTDecode.swift.git
Working copy of https://github.com/auth0/JWTDecode.swift.git resolved at 3.3.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.6.2
Creating working copy for https://github.com/auth0/SimpleKeychain.git
Working copy of https://github.com/auth0/SimpleKeychain.git resolved at 1.3.0
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
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",
"DPoP/DPoPChallengeSpec.swift",
"DPoP/DPoPErrorSpec.swift",
"DPoP/DPoPProofGeneratorSpec.swift",
"DPoP/DPoPSpec.swift",
"DPoP/ECPublicKeySpec.swift",
"DPoP/KeychainKeyStoreSpec.swift",
"DPoP/SecureEnclaveKeyStoreSpec.swift",
"DPoP/SenderConstrainingSpec.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",
"DPoP/DPoP.swift",
"DPoP/DPoPChallenge.swift",
"DPoP/DPoPError.swift",
"DPoP/DPoPKeyStore.swift",
"DPoP/DPoPProofGenerator.swift",
"DPoP/ECPublicKey.swift",
"DPoP/KeychainKeyStore.swift",
"DPoP/SecureEnclaveKeyStore.swift",
"DPoP/SenderConstraining.swift",
"DesktopWebAuth.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/EmailEnrollmentChallenge.swift",
"MyAccount/AuthenticationMethods/Factor.swift",
"MyAccount/AuthenticationMethods/GetAuthenticationMethodsResponse.swift",
"MyAccount/AuthenticationMethods/MyAccountAuthenticationMethods.swift",
"MyAccount/AuthenticationMethods/PasskeyAuthenticationMethod.swift",
"MyAccount/AuthenticationMethods/PasskeyEnrollmentChallenge.swift",
"MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift",
"MyAccount/AuthenticationMethods/PreferredAuthenticationMethod.swift",
"MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift",
"MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift",
"MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.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",
"Shared.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.