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 AmplifyMapLibreAdapter, reference main (311b0e), with Swift 6.0 for tvOS using Xcode 16.2 on 1 Dec 2024 20:31:49 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AmplifyMapLibreAdapter-Package -destination generic/platform=tvOS 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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aws-amplify/amplify-ios-maplibre.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aws-amplify/amplify-ios-maplibre
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 311b0e7 fix: Fixing compilation issues with new Amplify version (#34)
Cloned https://github.com/aws-amplify/amplify-ios-maplibre.git
Revision (git rev-parse @):
311b0e75c6129cf17463a6d79995cab17cd70879
SUCCESS checkout https://github.com/aws-amplify/amplify-ios-maplibre.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/aws-amplify/amplify-ios-maplibre.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "amplify-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.41.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/amplify-swift.git"
    },
    {
      "identity" : "maplibre-gl-native-distribution",
      "requirement" : {
        "exact" : [
          "6.4.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maplibre/maplibre-gl-native-distribution"
    }
  ],
  "manifest_display_name" : "AmplifyMapLibreAdapter",
  "name" : "AmplifyMapLibreAdapter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AmplifyMapLibreAdapter",
      "targets" : [
        "AmplifyMapLibreAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AmplifyMapLibreUI",
      "targets" : [
        "AmplifyMapLibreUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AmplifyMapLibreUITests",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreUITests",
      "path" : "Tests/AmplifyMapLibreUITests",
      "sources" : [
        "AMLMapCompositeViewTestCase.swift",
        "AMLMapViewTestCase.swift"
      ],
      "target_dependencies" : [
        "AmplifyMapLibreAdapter",
        "AmplifyMapLibreUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmplifyMapLibreUI",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreUI",
      "path" : "Sources/AmplifyMapLibreUI",
      "product_memberships" : [
        "AmplifyMapLibreUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AmplifyMapLibreUI/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AmplifyMapLibreUI/Resources/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AmplifyMapLibreUI/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "AMLMapCompositeView/AMLMapCompositeView+iPad.swift",
        "AMLMapCompositeView/AMLMapCompositeView+iPhone.swift",
        "AMLMapCompositeView/AMLMapCompositeView.swift",
        "AMLMapCompositeView/AMLMapCompositeViewModel.swift",
        "AMLMapCompositeView/AMLMapCompositiveView+ViewModifiers.swift",
        "AMLMapView/AMLMapAttributionView.swift",
        "AMLMapView/AMLMapView+ClusteringBehavior.swift",
        "AMLMapView/AMLMapView+ProxyDelegate.swift",
        "AMLMapView/AMLMapView+ViewModifiers.swift",
        "AMLMapView/AMLMapView.swift",
        "AMLMapView/AMLMapViewSettings.swift",
        "AMLMapView/AMLMapViewState+MapLoadingStateMachine.swift",
        "AMLMapView/AMLMapViewState.swift",
        "Extensions/View+Hidden.swift",
        "Extensions/View+Snapshot.swift",
        "MLNMapViewWrapper/_MLNMapViewWrapper+Coordinator.swift",
        "MLNMapViewWrapper/_MLNMapViewWrapper+ViewModifiers.swift",
        "MLNMapViewWrapper/_MLNMapViewWrapper.swift",
        "SupportingTypes/IdentifiablePlace.swift",
        "SupportingViews/AMLActivityIndicator.swift",
        "SupportingViews/AMLCalloutUIView.swift",
        "SupportingViews/AMLMapControlButton.swift",
        "SupportingViews/AMLMapControlView.swift",
        "SupportingViews/AMLPlaceCellView.swift",
        "SupportingViews/AMLPlaceList.swift",
        "SupportingViews/AMLSearchBar.swift"
      ],
      "target_dependencies" : [
        "AmplifyMapLibreAdapter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AmplifyMapLibreAdapterTests",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreAdapterTests",
      "path" : "Tests/AmplifyMapLibreAdapterTests",
      "sources" : [
        "AmplifyMapLibreAdapterTests.swift"
      ],
      "target_dependencies" : [
        "AmplifyMapLibreAdapter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmplifyMapLibreAdapter",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreAdapter",
      "path" : "Sources/AmplifyMapLibreAdapter",
      "product_dependencies" : [
        "Amplify",
        "AWSCognitoAuthPlugin",
        "AWSLocationGeoPlugin",
        "MapLibre"
      ],
      "product_memberships" : [
        "AmplifyMapLibreAdapter",
        "AmplifyMapLibreUI"
      ],
      "sources" : [
        "AWSMapURLProtocol+GeoConfig.swift",
        "AWSMapURLProtocol.swift",
        "AWSMapURLProtocolError.swift",
        "AmplifyMapLibre.swift",
        "Extensions/Geo.BoundingBox+MLNCoordinateBounds.swift",
        "Extensions/Geo.SearchArea+MLNCoorindateBounds.swift",
        "Extensions/MLNPointFeature+Geo.Place.swift",
        "Extensions/MLNPointFeature+Init.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.1.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.git
Fetching from https://github.com/maplibre/maplibre-gl-native-distribution
Fetching from https://github.com/awslabs/aws-sdk-swift
Fetching from https://github.com/stephencelis/SQLite.swift.git
Fetching from https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching from https://github.com/smithy-lang/smithy-swift
Fetching from https://github.com/awslabs/aws-crt-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 ‘maplibre-gl-native-distribution’
Checking out 6.4.1 of package ‘maplibre-gl-native-distribution’
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 ‘smithy-swift’
Checking out 0.96.0 of package ‘smithy-swift’
Creating working copy of package ‘swift-log’
Checking out 1.6.2 of package ‘swift-log’
Creating working copy of package ‘amplify-swift’
Checking out 2.45.0 of package ‘amplify-swift’
Creating working copy of package ‘aws-sdk-swift’
Checking out 1.0.47 of package ‘aws-sdk-swift’
Resolve Package Graph
Resolved source packages:
  AmplifyMapLibreAdapter: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  aws-sdk-swift: https://github.com/awslabs/aws-sdk-swift @ 1.0.47
  Amplify: https://github.com/aws-amplify/amplify-swift.git @ 2.45.0
  MapLibre Native: https://github.com/maplibre/maplibre-gl-native-distribution @ 6.4.1
  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
  smithy-swift: https://github.com/smithy-lang/smithy-swift @ 0.96.0
resolved source packages: AmplifyMapLibreAdapter, swift-log, aws-sdk-swift, Amplify, MapLibre Native, SQLite.swift, AmplifyUtilsNotifications, aws-crt-swift, smithy-swift
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "amplify-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.41.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/amplify-swift.git"
    },
    {
      "identity" : "maplibre-gl-native-distribution",
      "requirement" : {
        "exact" : [
          "6.4.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maplibre/maplibre-gl-native-distribution"
    }
  ],
  "manifest_display_name" : "AmplifyMapLibreAdapter",
  "name" : "AmplifyMapLibreAdapter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AmplifyMapLibreAdapter",
      "targets" : [
        "AmplifyMapLibreAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AmplifyMapLibreUI",
      "targets" : [
        "AmplifyMapLibreUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AmplifyMapLibreUITests",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreUITests",
      "path" : "Tests/AmplifyMapLibreUITests",
      "sources" : [
        "AMLMapCompositeViewTestCase.swift",
        "AMLMapViewTestCase.swift"
      ],
      "target_dependencies" : [
        "AmplifyMapLibreAdapter",
        "AmplifyMapLibreUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmplifyMapLibreUI",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreUI",
      "path" : "Sources/AmplifyMapLibreUI",
      "product_memberships" : [
        "AmplifyMapLibreUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AmplifyMapLibreUI/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AmplifyMapLibreUI/Resources/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AmplifyMapLibreUI/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "AMLMapCompositeView/AMLMapCompositeView+iPad.swift",
        "AMLMapCompositeView/AMLMapCompositeView+iPhone.swift",
        "AMLMapCompositeView/AMLMapCompositeView.swift",
        "AMLMapCompositeView/AMLMapCompositeViewModel.swift",
        "AMLMapCompositeView/AMLMapCompositiveView+ViewModifiers.swift",
        "AMLMapView/AMLMapAttributionView.swift",
        "AMLMapView/AMLMapView+ClusteringBehavior.swift",
        "AMLMapView/AMLMapView+ProxyDelegate.swift",
        "AMLMapView/AMLMapView+ViewModifiers.swift",
        "AMLMapView/AMLMapView.swift",
        "AMLMapView/AMLMapViewSettings.swift",
        "AMLMapView/AMLMapViewState+MapLoadingStateMachine.swift",
        "AMLMapView/AMLMapViewState.swift",
        "Extensions/View+Hidden.swift",
        "Extensions/View+Snapshot.swift",
        "MLNMapViewWrapper/_MLNMapViewWrapper+Coordinator.swift",
        "MLNMapViewWrapper/_MLNMapViewWrapper+ViewModifiers.swift",
        "MLNMapViewWrapper/_MLNMapViewWrapper.swift",
        "SupportingTypes/IdentifiablePlace.swift",
        "SupportingViews/AMLActivityIndicator.swift",
        "SupportingViews/AMLCalloutUIView.swift",
        "SupportingViews/AMLMapControlButton.swift",
        "SupportingViews/AMLMapControlView.swift",
        "SupportingViews/AMLPlaceCellView.swift",
        "SupportingViews/AMLPlaceList.swift",
        "SupportingViews/AMLSearchBar.swift"
      ],
      "target_dependencies" : [
        "AmplifyMapLibreAdapter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AmplifyMapLibreAdapterTests",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreAdapterTests",
      "path" : "Tests/AmplifyMapLibreAdapterTests",
      "sources" : [
        "AmplifyMapLibreAdapterTests.swift"
      ],
      "target_dependencies" : [
        "AmplifyMapLibreAdapter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmplifyMapLibreAdapter",
      "module_type" : "SwiftTarget",
      "name" : "AmplifyMapLibreAdapter",
      "path" : "Sources/AmplifyMapLibreAdapter",
      "product_dependencies" : [
        "Amplify",
        "AWSCognitoAuthPlugin",
        "AWSLocationGeoPlugin",
        "MapLibre"
      ],
      "product_memberships" : [
        "AmplifyMapLibreAdapter",
        "AmplifyMapLibreUI"
      ],
      "sources" : [
        "AWSMapURLProtocol+GeoConfig.swift",
        "AWSMapURLProtocol.swift",
        "AWSMapURLProtocolError.swift",
        "AmplifyMapLibre.swift",
        "Extensions/Geo.BoundingBox+MLNCoordinateBounds.swift",
        "Extensions/Geo.SearchArea+MLNCoorindateBounds.swift",
        "Extensions/MLNPointFeature+Geo.Place.swift",
        "Extensions/MLNPointFeature+Init.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Amplify",
      "Amplify-Build",
      "Amplify-Package",
      "AmplifyAsyncTestingTests",
      "AmplifyMapLibreAdapter",
      "AmplifyMapLibreAdapter-Package",
      "AmplifyMapLibreUI",
      "AWSAPIPlugin",
      "AWSCloudWatchLoggingPlugin",
      "AWSCognitoAuthPlugin",
      "AWSDataStorePlugin",
      "AWSLocationGeoPlugin",
      "AWSPinpointAnalyticsPlugin",
      "AWSPinpointPushNotificationsPlugin",
      "AWSPluginsCore",
      "AWSPredictionsPlugin",
      "AWSS3StoragePlugin",
      "CoreMLPredictionsPlugin",
      "InternalAWSPinpointUnitTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AmplifyMapLibreAdapter-Package -destination generic/platform=tvOS 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.1.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 AmplifyMapLibreAdapter-Package -destination generic/platform=tvOS "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:
  aws-crt-swift: https://github.com/awslabs/aws-crt-swift @ 0.37.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  smithy-swift: https://github.com/smithy-lang/smithy-swift @ 0.96.0
  Amplify: https://github.com/aws-amplify/amplify-swift.git @ 2.45.0
  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
  MapLibre Native: https://github.com/maplibre/maplibre-gl-native-distribution @ 6.4.1
  AmplifyMapLibreAdapter: /Users/admin/builder/spi-builder-workspace
  AmplifyUtilsNotifications: https://github.com/aws-amplify/amplify-swift-utils-notifications.git @ 1.1.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (88 targets)
    Target 'AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter_AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter_AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'AmplifyMapLibreAdapter_AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter' (no dependencies)
    Target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibre' in project 'MapLibre Native' (no dependencies)
    Target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' 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 'AWSLocation' in project 'aws-sdk-swift'
    Target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' 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 'AWSLocation' in project 'aws-sdk-swift'
    Target 'AWSLocation' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSLocation' 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 'AWSLocation' 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 'Amplify_AWSLocationGeoPlugin' in project 'Amplify' (no dependencies)
    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)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ReadFileContents /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4385d9935073af62a67a973f83133816
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4385d9935073af62a67a973f83133816.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibre' from project 'MapLibre Native')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreUI' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreUI' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreAdapter' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreUI' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreAdapter' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreAdapter' from project 'AmplifyMapLibreAdapter')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AmplifyMapLibreAdapter-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.1.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 AmplifyMapLibreAdapter-Package -destination generic/platform=tvOS "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
  MapLibre Native: https://github.com/maplibre/maplibre-gl-native-distribution @ 6.4.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.2
  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
  Amplify: https://github.com/aws-amplify/amplify-swift.git @ 2.45.0
  AmplifyMapLibreAdapter: /Users/admin/builder/spi-builder-workspace
  aws-crt-swift: https://github.com/awslabs/aws-crt-swift @ 0.37.0
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.15.3
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (88 targets)
    Target 'AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter_AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter_AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'AmplifyMapLibreAdapter_AmplifyMapLibreUI' in project 'AmplifyMapLibreAdapter' (no dependencies)
    Target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'AmplifyMapLibreAdapter' in project 'AmplifyMapLibreAdapter'
        ➜ Explicit dependency on target 'Amplify' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSCognitoAuthPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibre' in project 'MapLibre Native' (no dependencies)
    Target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' 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 'AWSLocation' in project 'aws-sdk-swift'
    Target 'AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify_AWSLocationGeoPlugin' in project 'Amplify'
        ➜ Explicit dependency on target 'Amplify' 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 'AWSLocation' in project 'aws-sdk-swift'
    Target 'AWSLocation' in project 'aws-sdk-swift'
        ➜ Explicit dependency on target 'AWSLocation' 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 'AWSLocation' 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 'Amplify_AWSLocationGeoPlugin' in project 'Amplify' (no dependencies)
    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)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ReadFileContents /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4385d9935073af62a67a973f83133816
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4385d9935073af62a67a973f83133816.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreAdapter' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreAdapter' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreAdapter' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibre' from project 'MapLibre Native')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreUI' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreUI' from project 'AmplifyMapLibreAdapter')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'AmplifyMapLibreUI' from project 'AmplifyMapLibreAdapter')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AmplifyMapLibreAdapter-Package
(1 failure)
BUILD FAILURE 6.0 tvOS