The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build AmplifyUIAuthenticator, reference 1.2.3 (fd8632), with Swift 6.0 for watchOS using Xcode 16.2 on 16 Dec 2024 19:43:59 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AmplifyUIAuthenticator -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aws-amplify/amplify-ui-swift-authenticator.git
Reference: 1.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aws-amplify/amplify-ui-swift-authenticator
 * tag               1.2.3      -> FETCH_HEAD
HEAD is now at fd86328 fix: Avoiding signing out users when the token refresh fails due to no connectivity (#104)
Cloned https://github.com/aws-amplify/amplify-ui-swift-authenticator.git
Revision (git rev-parse @):
fd86328a479da989fce14ef1e13a64f1adcc096c
SUCCESS checkout https://github.com/aws-amplify/amplify-ui-swift-authenticator.git at 1.2.3
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/aws-amplify/amplify-ui-swift-authenticator.git
https://github.com/aws-amplify/amplify-ui-swift-authenticator.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "amplify-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.45.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/amplify-swift"
    }
  ],
  "manifest_display_name" : "AmplifyUIAuthenticator",
  "name" : "AmplifyUIAuthenticator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Authenticator",
      "targets" : [
        "Authenticator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AuthenticatorTests",
      "module_type" : "SwiftTarget",
      "name" : "AuthenticatorTests",
      "path" : "Tests/AuthenticatorTests",
      "sources" : [
        "Mocks/MockAuthenticationService.swift",
        "Mocks/MockAuthenticatorState.swift",
        "States/AuthenticatorBaseStateTests.swift",
        "States/ConfirmResetPasswordStateTests.swift",
        "States/ConfirmSignInWithCodeStateTests.swift",
        "States/ConfirmSignInWithNewPasswordStateTests.swift",
        "States/ConfirmSignUpStateTests.swift",
        "States/ConfirmVerifyUserStateTests.swift",
        "States/ContinueSignInWithEmailMFASetupStateTests.swift",
        "States/ContinueSignInWithMFASelectionStateTests.swift",
        "States/ContinueSignInWithMFASetupSelectionStateTests.swift",
        "States/ContinueSignInWithTOTPSetupStateTests.swift",
        "States/ResetPasswordStateTests.swift",
        "States/SignInStateTests.swift",
        "States/SignUpStateTests.swift",
        "States/SignedInStateTests.swift",
        "States/VerifyUserStateTests.swift"
      ],
      "target_dependencies" : [
        "Authenticator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Authenticator",
      "module_type" : "SwiftTarget",
      "name" : "Authenticator",
      "path" : "Sources/Authenticator",
      "product_dependencies" : [
        "Amplify",
        "AWSCognitoAuthPlugin"
      ],
      "product_memberships" : [
        "Authenticator"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Authenticator/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Authenticator.swift",
        "Configuration/AmplifyConfiguration.swift",
        "Configuration/AuthenticatorOptions.swift",
        "Constants/ComponentInformation.swift",
        "Extensions/AuthError+Connectivity.swift",
        "Extensions/AuthUserAttributeKey+LocalizedTitle.swift",
        "Extensions/Bundle+Utils.swift",
        "Extensions/Color+AmplifyUI.swift",
        "Extensions/Color+Utils.swift",
        "Extensions/DeliveryDestination+Value.swift",
        "Extensions/EnvironmentValues+Authenticator.swift",
        "Extensions/Logger+Error.swift",
        "Extensions/String+Localizable.swift",
        "Models/AuthenticatorMessage.swift",
        "Models/AuthenticatorState.swift",
        "Models/AuthenticatorStep.swift",
        "Models/Internal/AuthenticatorMFAType.swift",
        "Models/Internal/AuthenticatorStateProtocol.swift",
        "Models/Internal/Credentials.swift",
        "Models/Internal/InputType.swift",
        "Models/Internal/Step.swift",
        "Models/Internal/Validator.swift",
        "Models/SignUpAttribute.swift",
        "Models/SignUpField.swift",
        "Options/TOTPOptions.swift",
        "Service/AmplifyAuthenticationService.swift",
        "Service/AuthenticationService.swift",
        "States/AuthenticatorBaseState.swift",
        "States/ConfirmResetPasswordState.swift",
        "States/ConfirmSignInWithCodeState.swift",
        "States/ConfirmSignInWithNewPasswordState.swift",
        "States/ConfirmSignUpState.swift",
        "States/ConfirmVerifyUserState.swift",
        "States/ContinueSignInWithEmailMFASetupState.swift",
        "States/ContinueSignInWithMFASelectionState.swift",
        "States/ContinueSignInWithMFASetupSelectionState.swift",
        "States/ContinueSignInWithTOTPSetupState.swift",
        "States/ResetPasswordState.swift",
        "States/SignInState.swift",
        "States/SignUpState.swift",
        "States/SignedInState.swift",
        "States/VerifyUserState.swift",
        "Theming/AuthenticatorTheme.swift",
        "Utilities/AuthenticatorField.swift",
        "Utilities/AuthenticatorLogging.swift",
        "Utilities/FieldValidator.swift",
        "Utilities/KeyboardIterableFields.swift",
        "Utilities/Padding.swift",
        "Utilities/Platform.swift",
        "Utilities/PreviewFactory.swift",
        "Utilities/RegionUtils.swift",
        "Views/ConfirmResetPasswordView.swift",
        "Views/ConfirmSignInWithCustomChallengeView.swift",
        "Views/ConfirmSignInWithMFACodeView.swift",
        "Views/ConfirmSignInWithNewPasswordView.swift",
        "Views/ConfirmSignInWithOTPView.swift",
        "Views/ConfirmSignInWithTOTPCodeView.swift",
        "Views/ConfirmSignUpView.swift",
        "Views/ConfirmVerifyUserView.swift",
        "Views/ContinueSignInWithEmailMFASetupView.swift",
        "Views/ContinueSignInWithMFASelectionView.swift",
        "Views/ContinueSignInWithMFASetupSelectionView.swift",
        "Views/ContinueSignInWithTOTPCopyKeyView.swift",
        "Views/ContinueSignInWithTOTPSetupQRCodeView.swift",
        "Views/ContinueSignInWithTOTPSetupView.swift",
        "Views/ErrorView.swift",
        "Views/Internal/AuthenticatorMessageView.swift",
        "Views/Internal/AuthenticatorTextWithHeader.swift",
        "Views/Internal/AuthenticatorView.swift",
        "Views/Internal/ConfirmSignInWithCodeView.swift",
        "Views/Internal/DefaultHeader.swift",
        "Views/Internal/SignUpInputField.swift",
        "Views/Primitives/Button.swift",
        "Views/Primitives/DatePicker.swift",
        "Views/Primitives/ImageButton.swift",
        "Views/Primitives/PasswordField.swift",
        "Views/Primitives/PhoneNumberField.swift",
        "Views/Primitives/RadioButton.swift",
        "Views/Primitives/TextField.swift",
        "Views/ResetPasswordView.swift",
        "Views/SignInView.swift",
        "Views/SignUpView.swift",
        "Views/VerifyUserView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/aws-amplify/amplify-swift
Fetching from https://github.com/awslabs/aws-sdk-swift
Fetching from https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching from https://github.com/stephencelis/SQLite.swift.git
Fetching from https://github.com/awslabs/aws-crt-swift
Fetching from https://github.com/smithy-lang/smithy-swift
Fetching from https://github.com/apple/swift-log.git
Creating working copy of package ‘amplify-swift-utils-notifications’
Checking out 1.1.1 of package ‘amplify-swift-utils-notifications’
Creating working copy of package ‘aws-sdk-swift’
Checking out 1.0.47 of package ‘aws-sdk-swift’
Creating working copy of package ‘smithy-swift’
Checking out 0.96.0 of package ‘smithy-swift’
Creating working copy of package ‘amplify-swift’
Checking out 2.45.2 of package ‘amplify-swift’
Creating working copy of package ‘SQLite.swift’
Checking out 0.15.3 of package ‘SQLite.swift’
Creating working copy of package ‘aws-crt-swift’
Checking out 0.37.0 of package ‘aws-crt-swift’
Creating working copy of package ‘swift-log’
Checking out 1.6.2 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  aws-crt-swift: https://github.com/awslabs/aws-crt-swift @ 0.37.0
  smithy-swift: https://github.com/smithy-lang/smithy-swift @ 0.96.0
  AmplifyUtilsNotifications: https://github.com/aws-amplify/amplify-swift-utils-notifications.git @ 1.1.1
  aws-sdk-swift: https://github.com/awslabs/aws-sdk-swift @ 1.0.47
  Amplify: https://github.com/aws-amplify/amplify-swift @ 2.45.2
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  AmplifyUIAuthenticator: /Users/admin/builder/spi-builder-workspace
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.15.3
resolved source packages: aws-crt-swift, smithy-swift, AmplifyUtilsNotifications, aws-sdk-swift, Amplify, swift-log, AmplifyUIAuthenticator, SQLite.swift
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "amplify-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.45.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/amplify-swift"
    }
  ],
  "manifest_display_name" : "AmplifyUIAuthenticator",
  "name" : "AmplifyUIAuthenticator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Authenticator",
      "targets" : [
        "Authenticator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AuthenticatorTests",
      "module_type" : "SwiftTarget",
      "name" : "AuthenticatorTests",
      "path" : "Tests/AuthenticatorTests",
      "sources" : [
        "Mocks/MockAuthenticationService.swift",
        "Mocks/MockAuthenticatorState.swift",
        "States/AuthenticatorBaseStateTests.swift",
        "States/ConfirmResetPasswordStateTests.swift",
        "States/ConfirmSignInWithCodeStateTests.swift",
        "States/ConfirmSignInWithNewPasswordStateTests.swift",
        "States/ConfirmSignUpStateTests.swift",
        "States/ConfirmVerifyUserStateTests.swift",
        "States/ContinueSignInWithEmailMFASetupStateTests.swift",
        "States/ContinueSignInWithMFASelectionStateTests.swift",
        "States/ContinueSignInWithMFASetupSelectionStateTests.swift",
        "States/ContinueSignInWithTOTPSetupStateTests.swift",
        "States/ResetPasswordStateTests.swift",
        "States/SignInStateTests.swift",
        "States/SignUpStateTests.swift",
        "States/SignedInStateTests.swift",
        "States/VerifyUserStateTests.swift"
      ],
      "target_dependencies" : [
        "Authenticator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Authenticator",
      "module_type" : "SwiftTarget",
      "name" : "Authenticator",
      "path" : "Sources/Authenticator",
      "product_dependencies" : [
        "Amplify",
        "AWSCognitoAuthPlugin"
      ],
      "product_memberships" : [
        "Authenticator"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Authenticator/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Authenticator.swift",
        "Configuration/AmplifyConfiguration.swift",
        "Configuration/AuthenticatorOptions.swift",
        "Constants/ComponentInformation.swift",
        "Extensions/AuthError+Connectivity.swift",
        "Extensions/AuthUserAttributeKey+LocalizedTitle.swift",
        "Extensions/Bundle+Utils.swift",
        "Extensions/Color+AmplifyUI.swift",
        "Extensions/Color+Utils.swift",
        "Extensions/DeliveryDestination+Value.swift",
        "Extensions/EnvironmentValues+Authenticator.swift",
        "Extensions/Logger+Error.swift",
        "Extensions/String+Localizable.swift",
        "Models/AuthenticatorMessage.swift",
        "Models/AuthenticatorState.swift",
        "Models/AuthenticatorStep.swift",
        "Models/Internal/AuthenticatorMFAType.swift",
        "Models/Internal/AuthenticatorStateProtocol.swift",
        "Models/Internal/Credentials.swift",
        "Models/Internal/InputType.swift",
        "Models/Internal/Step.swift",
        "Models/Internal/Validator.swift",
        "Models/SignUpAttribute.swift",
        "Models/SignUpField.swift",
        "Options/TOTPOptions.swift",
        "Service/AmplifyAuthenticationService.swift",
        "Service/AuthenticationService.swift",
        "States/AuthenticatorBaseState.swift",
        "States/ConfirmResetPasswordState.swift",
        "States/ConfirmSignInWithCodeState.swift",
        "States/ConfirmSignInWithNewPasswordState.swift",
        "States/ConfirmSignUpState.swift",
        "States/ConfirmVerifyUserState.swift",
        "States/ContinueSignInWithEmailMFASetupState.swift",
        "States/ContinueSignInWithMFASelectionState.swift",
        "States/ContinueSignInWithMFASetupSelectionState.swift",
        "States/ContinueSignInWithTOTPSetupState.swift",
        "States/ResetPasswordState.swift",
        "States/SignInState.swift",
        "States/SignUpState.swift",
        "States/SignedInState.swift",
        "States/VerifyUserState.swift",
        "Theming/AuthenticatorTheme.swift",
        "Utilities/AuthenticatorField.swift",
        "Utilities/AuthenticatorLogging.swift",
        "Utilities/FieldValidator.swift",
        "Utilities/KeyboardIterableFields.swift",
        "Utilities/Padding.swift",
        "Utilities/Platform.swift",
        "Utilities/PreviewFactory.swift",
        "Utilities/RegionUtils.swift",
        "Views/ConfirmResetPasswordView.swift",
        "Views/ConfirmSignInWithCustomChallengeView.swift",
        "Views/ConfirmSignInWithMFACodeView.swift",
        "Views/ConfirmSignInWithNewPasswordView.swift",
        "Views/ConfirmSignInWithOTPView.swift",
        "Views/ConfirmSignInWithTOTPCodeView.swift",
        "Views/ConfirmSignUpView.swift",
        "Views/ConfirmVerifyUserView.swift",
        "Views/ContinueSignInWithEmailMFASetupView.swift",
        "Views/ContinueSignInWithMFASelectionView.swift",
        "Views/ContinueSignInWithMFASetupSelectionView.swift",
        "Views/ContinueSignInWithTOTPCopyKeyView.swift",
        "Views/ContinueSignInWithTOTPSetupQRCodeView.swift",
        "Views/ContinueSignInWithTOTPSetupView.swift",
        "Views/ErrorView.swift",
        "Views/Internal/AuthenticatorMessageView.swift",
        "Views/Internal/AuthenticatorTextWithHeader.swift",
        "Views/Internal/AuthenticatorView.swift",
        "Views/Internal/ConfirmSignInWithCodeView.swift",
        "Views/Internal/DefaultHeader.swift",
        "Views/Internal/SignUpInputField.swift",
        "Views/Primitives/Button.swift",
        "Views/Primitives/DatePicker.swift",
        "Views/Primitives/ImageButton.swift",
        "Views/Primitives/PasswordField.swift",
        "Views/Primitives/PhoneNumberField.swift",
        "Views/Primitives/RadioButton.swift",
        "Views/Primitives/TextField.swift",
        "Views/ResetPasswordView.swift",
        "Views/SignInView.swift",
        "Views/SignUpView.swift",
        "Views/VerifyUserView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Amplify",
      "Amplify-Build",
      "Amplify-Package",
      "AmplifyAsyncTestingTests",
      "AmplifyUIAuthenticator",
      "Authenticator",
      "AWSAPIPlugin",
      "AWSCloudWatchLoggingPlugin",
      "AWSCognitoAuthPlugin",
      "AWSDataStorePlugin",
      "AWSLocationGeoPlugin",
      "AWSPinpointAnalyticsPlugin",
      "AWSPinpointPushNotificationsPlugin",
      "AWSPluginsCore",
      "AWSPredictionsPlugin",
      "AWSS3StoragePlugin",
      "CoreMLPredictionsPlugin",
      "InternalAWSPinpointUnitTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Amplify",
      "Amplify-Build",
      "Amplify-Package",
      "AmplifyAsyncTestingTests",
      "AmplifyUIAuthenticator",
      "Authenticator",
      "AWSAPIPlugin",
      "AWSCloudWatchLoggingPlugin",
      "AWSCognitoAuthPlugin",
      "AWSDataStorePlugin",
      "AWSLocationGeoPlugin",
      "AWSPinpointAnalyticsPlugin",
      "AWSPinpointPushNotificationsPlugin",
      "AWSPluginsCore",
      "AWSPredictionsPlugin",
      "AWSS3StoragePlugin",
      "CoreMLPredictionsPlugin",
      "InternalAWSPinpointUnitTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AmplifyUIAuthenticator -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.2.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 AmplifyUIAuthenticator -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  AmplifyUtilsNotifications: https://github.com/aws-amplify/amplify-swift-utils-notifications.git @ 1.1.1
  aws-sdk-swift: https://github.com/awslabs/aws-sdk-swift @ 1.0.47
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.15.3
  AmplifyUIAuthenticator: /Users/admin/builder/spi-builder-workspace
  aws-crt-swift: https://github.com/awslabs/aws-crt-swift @ 0.37.0
  Amplify: https://github.com/aws-amplify/amplify-swift @ 2.45.2
  smithy-swift: https://github.com/smithy-lang/smithy-swift @ 0.96.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (80 targets)
    Target 'Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'AmplifyUIAuthenticator_Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
    Target 'Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'AmplifyUIAuthenticator_Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
    Target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'libtommathAmplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifyBigInteger' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifySRP' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'InternalAmplifyCredentials' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
    Target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'libtommathAmplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifyBigInteger' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifySRP' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'InternalAmplifyCredentials' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
    Target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'SmithyWaitersAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'SmithyWaitersAPI' in project 'smithy-swift' (no dependencies)
    Target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
    Target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'InternalAmplifyCredentials' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_InternalAmplifyCredentials' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
    Target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'aws-sdk-swift_AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
    Target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'aws-sdk-swift_AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
    Target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
    Target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
    Target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
    Target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
    Target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'smithy-swift_ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyXML' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyJSON' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyFormURL' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'smithy-swift_ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyXML' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyJSON' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyFormURL' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyFormURL' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyJSON' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyXML' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyTimestamps' in project 'smithy-swift' (no dependencies)
    Target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyRetriesAPI' in project 'smithy-swift' (no dependencies)
    Target 'smithy-swift_ClientRuntime' in project 'smithy-swift' (no dependencies)
    Target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'aws-crt-swift_AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCHttp' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCSdkUtils' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCAuth' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCChecksums' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCEventStream' in project 'aws-crt-swift'
    Target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'aws-crt-swift_AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCHttp' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCSdkUtils' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCAuth' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCChecksums' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCEventStream' in project 'aws-crt-swift'
    Target 'AwsCEventStream' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCChecksums' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
    Target 'AwsCChecksums' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
    Target 'AwsCAuth' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCHttp' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCSdkUtils' in project 'aws-crt-swift'
    Target 'AwsCSdkUtils' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
    Target 'AwsCHttp' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
    Target 'AwsCIo' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
    Target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
    Target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
    Target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
    Target 'AwsCPlatformConfig' in project 'aws-crt-swift' (no dependencies)
    Target 'aws-crt-swift_AwsCommonRuntimeKit' in project 'aws-crt-swift' (no dependencies)
    Target 'aws-sdk-swift_AWSClientRuntime' in project 'aws-sdk-swift' (no dependencies)
    Target 'Amplify_InternalAmplifyCredentials' in project 'Amplify' (no dependencies)
    Target 'AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
    Target 'Amplify_AWSPluginsCore' in project 'Amplify' (no dependencies)
    Target 'AmplifySRP' in project 'Amplify'
        ➜ Explicit dependency on target 'libtommathAmplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifyBigInteger' in project 'Amplify'
    Target 'AmplifyBigInteger' in project 'Amplify'
        ➜ Explicit dependency on target 'libtommathAmplify' in project 'Amplify'
    Target 'libtommathAmplify' in project 'Amplify' (no dependencies)
    Target 'Amplify_AWSCognitoAuthPlugin' in project 'Amplify' (no dependencies)
    Target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_Amplify' in project 'Amplify'
    Target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_Amplify' in project 'Amplify'
    Target 'Amplify_Amplify' in project 'Amplify' (no dependencies)
    Target 'AmplifyUIAuthenticator_Authenticator' in project 'AmplifyUIAuthenticator' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: 148109c03b27e9afdd6a5cbb1648b433
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/148109c03b27e9afdd6a5cbb1648b433.xcbuilddata
error: The package product 'Amplify' requires minimum platform version 9.0 for the watchOS platform, but this target supports 8.0 (in target 'Authenticator' from project 'AmplifyUIAuthenticator')
error: The package product 'AWSCognitoAuthPlugin' requires minimum platform version 9.0 for the watchOS platform, but this target supports 8.0 (in target 'Authenticator' from project 'AmplifyUIAuthenticator')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AmplifyUIAuthenticator
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.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 AmplifyUIAuthenticator -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  aws-sdk-swift: https://github.com/awslabs/aws-sdk-swift @ 1.0.47
  AmplifyUIAuthenticator: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.15.3
  AmplifyUtilsNotifications: https://github.com/aws-amplify/amplify-swift-utils-notifications.git @ 1.1.1
  aws-crt-swift: https://github.com/awslabs/aws-crt-swift @ 0.37.0
  Amplify: https://github.com/aws-amplify/amplify-swift @ 2.45.2
  smithy-swift: https://github.com/smithy-lang/smithy-swift @ 0.96.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (80 targets)
    Target 'Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'AmplifyUIAuthenticator_Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
    Target 'Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'AmplifyUIAuthenticator_Authenticator' in project 'AmplifyUIAuthenticator'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
    Target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'libtommathAmplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifyBigInteger' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifySRP' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'InternalAmplifyCredentials' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
    Target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'libtommathAmplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifyBigInteger' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifySRP' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'InternalAmplifyCredentials' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
    Target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'AWSCognitoIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'AWSCognitoIdentityProvider' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'SmithyWaitersAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyWaitersAPI' in project 'smithy-swift'
    Target 'SmithyWaitersAPI' in project 'smithy-swift' (no dependencies)
    Target 'AWSSDKEventStreamsAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
    Target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'InternalAmplifyCredentials' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_InternalAmplifyCredentials' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
    Target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'aws-sdk-swift_AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
    Target 'AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'aws-sdk-swift_AWSClientRuntime' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
    Target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
    Target 'AWSSDKHTTPAuth' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
    Target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'AWSSDKChecksums' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
    Target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'AWSSDKIdentity' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
    Target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'smithy-swift_ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyXML' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyJSON' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyFormURL' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'smithy-swift_ClientRuntime' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyXML' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyJSON' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyFormURL' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyChecksums' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyEventStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyEventStreamsAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyEventStreamsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyHTTPAuth' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyChecksumsAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyHTTPAuthAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyHTTPClient' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyStreams' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyHTTPAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyIdentity' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyIdentityAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyFormURL' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyJSON' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyXML' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyReadWrite' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyTimestamps' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SmithyTimestamps' in project 'smithy-swift' (no dependencies)
    Target 'SmithyRetries' in project 'smithy-swift'
        ➜ Explicit dependency on target 'SmithyRetriesAPI' in project 'smithy-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'SmithyRetriesAPI' in project 'smithy-swift' (no dependencies)
    Target 'smithy-swift_ClientRuntime' in project 'smithy-swift' (no dependencies)
    Target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Smithy' in project 'smithy-swift'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'AWSSDKCommon' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
    Target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'aws-crt-swift_AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCHttp' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCSdkUtils' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCAuth' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCChecksums' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCEventStream' in project 'aws-crt-swift'
    Target 'AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'aws-crt-swift_AwsCommonRuntimeKit' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCHttp' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCSdkUtils' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCAuth' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCChecksums' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCEventStream' in project 'aws-crt-swift'
    Target 'AwsCEventStream' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCChecksums' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
    Target 'AwsCChecksums' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
    Target 'AwsCAuth' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCHttp' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCSdkUtils' in project 'aws-crt-swift'
    Target 'AwsCSdkUtils' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
    Target 'AwsCHttp' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCIo' in project 'aws-crt-swift'
    Target 'AwsCIo' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCal' in project 'aws-crt-swift'
    Target 'AwsCCal' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
    Target 'AwsCCompression' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCCommon' in project 'aws-crt-swift'
    Target 'AwsCCommon' in project 'aws-crt-swift'
        ➜ Explicit dependency on target 'AwsCPlatformConfig' in project 'aws-crt-swift'
    Target 'AwsCPlatformConfig' in project 'aws-crt-swift' (no dependencies)
    Target 'aws-crt-swift_AwsCommonRuntimeKit' in project 'aws-crt-swift' (no dependencies)
    Target 'aws-sdk-swift_AWSClientRuntime' in project 'aws-sdk-swift' (no dependencies)
    Target 'Amplify_InternalAmplifyCredentials' in project 'Amplify' (no dependencies)
    Target 'AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSPluginsCore' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
    Target 'Amplify_AWSPluginsCore' in project 'Amplify' (no dependencies)
    Target 'AmplifySRP' in project 'Amplify'
        ➜ Explicit dependency on target 'libtommathAmplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AmplifyBigInteger' in project 'Amplify'
    Target 'AmplifyBigInteger' in project 'Amplify'
        ➜ Explicit dependency on target 'libtommathAmplify' in project 'Amplify'
    Target 'libtommathAmplify' in project 'Amplify' (no dependencies)
    Target 'Amplify_AWSCognitoAuthPlugin' in project 'Amplify' (no dependencies)
    Target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_Amplify' in project 'Amplify'
    Target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_Amplify' in project 'Amplify'
    Target 'Amplify_Amplify' in project 'Amplify' (no dependencies)
    Target 'AmplifyUIAuthenticator_Authenticator' in project 'AmplifyUIAuthenticator' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: 148109c03b27e9afdd6a5cbb1648b433
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/148109c03b27e9afdd6a5cbb1648b433.xcbuilddata
error: The package product 'Amplify' requires minimum platform version 9.0 for the watchOS platform, but this target supports 8.0 (in target 'Authenticator' from project 'AmplifyUIAuthenticator')
error: The package product 'AWSCognitoAuthPlugin' requires minimum platform version 9.0 for the watchOS platform, but this target supports 8.0 (in target 'Authenticator' from project 'AmplifyUIAuthenticator')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AmplifyUIAuthenticator
(1 failure)
BUILD FAILURE 6.0 watchOS