Build Information
Successful build of Auth0, reference 2.15.0 (17108c
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 12 Sep 2025 23:13:57 UTC.
Swift 6 data race errors: 0
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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/auth0/Auth0.swift.git
Reference: 2.15.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/auth0/Auth0.swift
* tag 2.15.0 -> FETCH_HEAD
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 2.15.0
========================================
Build
========================================
Selected platform: macosXcodebuild
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",
"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"
}
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 ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
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",
"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"
}
{
"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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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:
Nimble: https://github.com/Quick/Nimble.git @ 13.7.1
Quick: https://github.com/Quick/Quick.git @ 7.6.2
JWTDecode: https://github.com/auth0/JWTDecode.swift.git @ 3.3.0
Auth0: /Users/admin/builder/spi-builder-workspace
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.1
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.0
SimpleKeychain: https://github.com/auth0/SimpleKeychain.git @ 1.3.0
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.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/MacOSX.platform/Developer/SDKs/MacOSX15.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: faa3af11a50699b1fb6534ba8487c017
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/faa3af11a50699b1fb6534ba8487c017.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/SimpleKeychain.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/SimpleKeychain.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/SimpleKeychain.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/JWTDecode.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/JWTDecode.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/JWTDecode.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SimpleKeychain.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/SimpleKeychain.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0_Auth0.build/empty-Auth0_Auth0.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0_Auth0.build/Auth0_Auth0.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0_Auth0.build/Auth0_Auth0.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JWTDecode.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/JWTDecode.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Auth0.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Auth0.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Auth0.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0_Auth0.bundle/Contents (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/Auth0_Auth0.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Auth0_Auth0.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0_Auth0.bundle/Contents/Resources (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/Auth0_Auth0.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0_Auth0.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0_Auth0.build/empty-Auth0_Auth0.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0_Auth0.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0_Auth0.bundle/Contents/Resources/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/Auth0_Auth0.bundle/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Auth0.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Auth0.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Auth0_Auth0.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/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/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/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/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/JWTDecode.build/Objects-normal/arm64/JWTDecode_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/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\ 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\ 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\ 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\ 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
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\ 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
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
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
SwiftDriverJobDiscovery normal arm64 Emitting module for SimpleKeychain (in target 'SimpleKeychain' from project 'SimpleKeychain')
SwiftDriverJobDiscovery normal arm64 Emitting module for JWTDecode (in target 'JWTDecode' from project 'JWTDecode')
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/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/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/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\ 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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/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/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/JWTDecode.build/Objects-normal/arm64/JWTDecode_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/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/JWTDecode-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/JWTDecode-Swift.h
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SimpleKeychain-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SimpleKeychain-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.swiftmodule/Project/arm64-apple-macos.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/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/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/Auth0.build/Objects-normal/arm64/Auth0_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/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\ resource_bundle_accessor.swift,\ APICredentials.swift,\ ASProvider.swift,\ Array+Encode.swift,\ Auth0.swift,\ Auth0APIError.swift,\ Auth0Authentication.swift,\ Auth0Error.swift,\ Auth0WebAuth.swift,\ AuthTransaction.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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 /Users/admin/builder/spi-builder-workspace/Auth0/Auth0WebAuth.swift /Users/admin/builder/spi-builder-workspace/Auth0/AuthTransaction.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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
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
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\ UserInfo.swift,\ UserPatchAttributes.swift,\ Users.swift,\ Version.swift,\ WebAuth.swift,\ WebAuthError.swift,\ WebAuthUserAgent.swift,\ WebAuthentication.swift,\ WebViewProvider.swift /Users/admin/builder/spi-builder-workspace/Auth0/UserInfo.swift /Users/admin/builder/spi-builder-workspace/Auth0/UserPatchAttributes.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/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
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
SwiftCompile normal arm64 Compiling\ Authentication.swift,\ AuthenticationError.swift,\ AuthenticationHandlers.swift,\ Barrier.swift,\ BioAuthentication.swift,\ ChallengeGenerator.swift,\ ClaimValidators.swift,\ ClearSessionTransaction.swift,\ Credentials.swift,\ CredentialsManager.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 /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 (in target 'Auth0' from project 'Auth0')
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
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 Compiling\ OAuth2Grant.swift,\ Optional+DebugDescription.swift,\ PasskeyLoginChallenge.swift,\ PasskeySignupChallenge.swift,\ PasswordlessType.swift,\ PublicKeyCredentialCreationOptions.swift,\ PublicKeyCredentialRequestOptions.swift,\ Request.swift,\ Requestable.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 /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 (in target 'Auth0' from project 'Auth0')
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
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
SwiftDriverJobDiscovery normal arm64 Compiling Accessibility.swift (in target 'SimpleKeychain' from project 'SimpleKeychain')
SwiftCompile normal arm64 Compiling\ SenderConstraining.swift,\ DesktopWebAuth.swift,\ 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/DPoP/SenderConstraining.swift /Users/admin/builder/spi-builder-workspace/Auth0/DesktopWebAuth.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/DPoP/SenderConstraining.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/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
SwiftDriverJobDiscovery normal arm64 Compiling JWTDecodeError.swift (in target 'JWTDecode' from project 'JWTDecode')
SwiftCompile normal arm64 Compiling\ EmailEnrollmentChallenge.swift,\ Factor.swift,\ GetAuthenticationMethodsResponse.swift,\ MyAccountAuthenticationMethods.swift,\ PasskeyAuthenticationMethod.swift,\ PasskeyEnrollmentChallenge.swift,\ PhoneEnrollmentChallenge.swift,\ PreferredAuthenticationMethod.swift,\ PushEnrollmentChallenge.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/Factor.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/GetAuthenticationMethodsResponse.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/AuthenticationMethods/PhoneEnrollmentChallenge.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PreferredAuthenticationMethod.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift (in target 'Auth0' from project 'Auth0')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
~~~~^~~~~~~~~~~~~~~~~~~~~~
_
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/Factor.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/GetAuthenticationMethodsResponse.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/AuthenticationMethods/PhoneEnrollmentChallenge.swift (in target 'Auth0' from project 'Auth0')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
~~~~^~~~~~~~~~~~~~~~~~~~~~
_
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/PreferredAuthenticationMethod.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/PushEnrollmentChallenge.swift (in target 'Auth0' from project 'Auth0')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
~~~~^~~~~~~~~~~~~~~~~~~~~~
_
SwiftDriverJobDiscovery normal arm64 Compiling JWT.swift (in target 'JWTDecode' from project 'JWTDecode')
SwiftCompile normal arm64 Compiling\ CredentialsManagerError.swift,\ CredentialsStorage.swift,\ DPoP.swift,\ DPoPChallenge.swift,\ DPoPError.swift,\ DPoPKeyStore.swift,\ DPoPProofGenerator.swift,\ ECPublicKey.swift,\ KeychainKeyStore.swift,\ SecureEnclaveKeyStore.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/DPoP/DPoP.swift /Users/admin/builder/spi-builder-workspace/Auth0/DPoP/DPoPChallenge.swift /Users/admin/builder/spi-builder-workspace/Auth0/DPoP/DPoPError.swift /Users/admin/builder/spi-builder-workspace/Auth0/DPoP/DPoPKeyStore.swift /Users/admin/builder/spi-builder-workspace/Auth0/DPoP/DPoPProofGenerator.swift /Users/admin/builder/spi-builder-workspace/Auth0/DPoP/ECPublicKey.swift /Users/admin/builder/spi-builder-workspace/Auth0/DPoP/KeychainKeyStore.swift /Users/admin/builder/spi-builder-workspace/Auth0/DPoP/SecureEnclaveKeyStore.swift (in target 'Auth0' from project 'Auth0')
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/DPoP/DPoP.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/DPoP/DPoPChallenge.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/DPoP/DPoPError.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/DPoP/DPoPKeyStore.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/DPoP/DPoPProofGenerator.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/DPoP/ECPublicKey.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/DPoP/KeychainKeyStore.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/DPoP/SecureEnclaveKeyStore.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\ RecoveryCodeEnrollmentChallenge.swift,\ TOTPEnrollmentChallenge.swift,\ MyAccount.swift,\ MyAccountError.swift,\ MyAccountHandlers.swift,\ NSData+URLSafe.swift,\ NSURL+Auth0.swift,\ NSURLComponents+OAuth2.swift,\ NewPasskey.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.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 /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 (in target 'Auth0' from project 'Auth0')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift (in target 'Auth0' from project 'Auth0')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
~~~~^~~~~~~~~~~~~~~~~~~~~~
_
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift (in target 'Auth0' from project 'Auth0')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
let authenticationMethodId = locationHeader.components(separatedBy: "/").last else {
~~~~^~~~~~~~~~~~~~~~~~~~~~
_
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
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
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/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/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/JWTDecode.build/Objects-normal/arm64/JWTDecode_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/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\ Loggable.swift,\ Logger.swift,\ LoginPasskey.swift,\ LoginTransaction.swift,\ Management.swift,\ ManagementError.swift,\ MobileWebAuth.swift,\ MultifactorChallenge.swift,\ Auth0MyAccount.swift,\ Auth0MyAccountAuthenticationMethods.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 /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/Auth0MyAccount.swift /Users/admin/builder/spi-builder-workspace/Auth0/MyAccount/AuthenticationMethods/Auth0MyAccountAuthenticationMethods.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 /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
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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-macos11.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/Objects-normal/arm64/JWTDecode.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.o
SwiftDriverJobDiscovery normal arm64 Compiling UserInfo.swift, UserPatchAttributes.swift, Users.swift, Version.swift, WebAuth.swift, WebAuthError.swift, WebAuthUserAgent.swift, WebAuthentication.swift, WebViewProvider.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/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/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/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/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\ Response.swift,\ SSOCredentials.swift,\ SafariProvider.swift,\ Shared.swift,\ SignupPasskey.swift,\ String+URLSafe.swift,\ Telemetry.swift,\ TransactionStore.swift,\ UIWindow+TopViewController.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 /Users/admin/builder/spi-builder-workspace/Auth0/Shared.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 (in target 'Auth0' from project 'Auth0')
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 /Users/admin/builder/spi-builder-workspace/Auth0/Shared.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/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
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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-macos11.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/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/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/Auth0.build/Objects-normal/arm64/Auth0_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 11.0 --bundle-identifier simplekeychain.SimpleKeychain --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.appintents --target-triple arm64-apple-macos11.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SimpleKeychain.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/SimpleKeychain.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/SimpleKeychain.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleKeychain.build/Debug/SimpleKeychain.build/Objects-normal/arm64/SimpleKeychain.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-12 16:13:55.509 appintentsmetadataprocessor[1277:6474] Starting appintentsmetadataprocessor export
2025-09-12 16:13:55.559 appintentsmetadataprocessor[1277:6474] Extracted no relevant App Intents symbols, skipping writing output
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Auth0-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Auth0-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling EmailEnrollmentChallenge.swift, Factor.swift, GetAuthenticationMethodsResponse.swift, MyAccountAuthenticationMethods.swift, PasskeyAuthenticationMethod.swift, PasskeyEnrollmentChallenge.swift, PhoneEnrollmentChallenge.swift, PreferredAuthenticationMethod.swift, PushEnrollmentChallenge.swift (in target 'Auth0' from project 'Auth0')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/Auth0.build/Objects-normal/arm64/Auth0.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.swiftmodule/Project/arm64-apple-macos.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 11.0 --bundle-identifier jwtdecode.swift.JWTDecode --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.appintents --target-triple arm64-apple-macos11.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JWTDecode.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/Objects-normal/arm64/JWTDecode_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/JWTDecode.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/JWTDecode.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JWTDecode.build/Debug/JWTDecode.build/Objects-normal/arm64/JWTDecode.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-12 16:13:55.509 appintentsmetadataprocessor[1278:6476] Starting appintentsmetadataprocessor export
2025-09-12 16:13:55.560 appintentsmetadataprocessor[1278:6476] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling OAuth2Grant.swift, Optional+DebugDescription.swift, PasskeyLoginChallenge.swift, PasskeySignupChallenge.swift, PasswordlessType.swift, PublicKeyCredentialCreationOptions.swift, PublicKeyCredentialRequestOptions.swift, Request.swift, Requestable.swift (in target 'Auth0' from project 'Auth0')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/SimpleKeychain.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/JWTDecode.o
SwiftDriverJobDiscovery normal arm64 Compiling CredentialsManagerError.swift, CredentialsStorage.swift, DPoP.swift, DPoPChallenge.swift, DPoPError.swift, DPoPKeyStore.swift, DPoPProofGenerator.swift, ECPublicKey.swift, KeychainKeyStore.swift, SecureEnclaveKeyStore.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling Authentication.swift, AuthenticationError.swift, AuthenticationHandlers.swift, Barrier.swift, BioAuthentication.swift, ChallengeGenerator.swift, ClaimValidators.swift, ClearSessionTransaction.swift, Credentials.swift, CredentialsManager.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling Response.swift, SSOCredentials.swift, SafariProvider.swift, Shared.swift, SignupPasskey.swift, String+URLSafe.swift, Telemetry.swift, TransactionStore.swift, UIWindow+TopViewController.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling RecoveryCodeEnrollmentChallenge.swift, TOTPEnrollmentChallenge.swift, MyAccount.swift, MyAccountError.swift, MyAccountHandlers.swift, NSData+URLSafe.swift, NSURL+Auth0.swift, NSURLComponents+OAuth2.swift, NewPasskey.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, Auth0MyAccount.swift, Auth0MyAccountAuthenticationMethods.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, Auth0WebAuth.swift, AuthTransaction.swift (in target 'Auth0' from project 'Auth0')
SwiftDriverJobDiscovery normal arm64 Compiling SenderConstraining.swift, DesktopWebAuth.swift, 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 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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos11.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/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/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/Auth0.build/Objects-normal/arm64/Auth0_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/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/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-macos11.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/Objects-normal/arm64/Auth0.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 11.0 --bundle-identifier spi-builder-workspace.Auth0 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.appintents --target-triple arm64-apple-macos11.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Auth0.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/Objects-normal/arm64/Auth0_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/Objects-normal/arm64/Auth0.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/Auth0.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/Auth0.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Auth0.build/Debug/Auth0.build/Objects-normal/arm64/Auth0.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-12 16:13:56.204 appintentsmetadataprocessor[1281:6523] Starting appintentsmetadataprocessor export
2025-09-12 16:13:56.239 appintentsmetadataprocessor[1281:6523] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Auth0.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f323f8ba7d41a238afaf4a7f070412354cb378fe, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f323f8ba7d41a238afaf4a7f070412354cb378fe, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f323f8ba7d41a238afaf4a7f070412354cb378fe, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f323f8ba7d41a238afaf4a7f070412354cb378fe, name:My Mac }
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.