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 AWSAppSync, reference 3.7.1 (d84b19), with Swift 6.0 for watchOS using Xcode 16.2 on 1 Dec 2024 02:45:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git
Reference: 3.7.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/awslabs/aws-mobile-appsync-sdk-ios
 * tag               3.7.1      -> FETCH_HEAD
HEAD is now at d84b196 chore: Release SDK version 3.7.1 (#599)
Cloned https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git
Revision (git rev-parse @):
d84b19619c41e6e108eb4d7d8c4da46d620a1fdf
SUCCESS checkout https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git at 3.7.1
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git
{
  "dependencies" : [
    {
      "identity" : "aws-sdk-ios-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.36.0",
            "upper_bound" : "2.37.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/aws-sdk-ios-spm.git"
    },
    {
      "identity" : "aws-appsync-realtime-client-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "3.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "0.13.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "AWSAppSync",
  "name" : "AWSAppSync",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AWSAppSync",
      "targets" : [
        "AWSAppSync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AWSAppSync",
      "module_type" : "SwiftTarget",
      "name" : "AWSAppSync",
      "path" : "AWSAppSyncClient",
      "product_dependencies" : [
        "SQLite",
        "AppSyncRealTimeClient",
        "AWSCore"
      ],
      "product_memberships" : [
        "AWSAppSync"
      ],
      "sources" : [
        "AWSAppSyncAuthProvider.swift",
        "AWSAppSyncAuthType.swift",
        "AWSAppSyncCache.swift",
        "AWSAppSyncCacheConfigurationMigration.swift",
        "AWSAppSyncClient.swift",
        "AWSAppSyncClientConfiguration.swift",
        "AWSAppSyncClientConfigurationError.swift",
        "AWSAppSyncClientConflictResolutionExtensions.swift",
        "AWSAppSyncClientError.swift",
        "AWSAppSyncClientInfo.swift",
        "AWSAppSyncClientInfoError.swift",
        "AWSAppSyncClientLogFormatter.swift",
        "AWSAppSyncClientS3ObjectsExtensions.swift",
        "AWSAppSyncConnection.swift",
        "AWSAppSyncHTTPNetworkTransport.swift",
        "AWSAppSyncMutations.swift",
        "AWSAppSyncReachability.swift",
        "AWSAppSyncRetryStrategy.swift",
        "AWSAppSyncServiceConfig.swift",
        "AWSAppSyncServiceConfigError.swift",
        "AWSAppSyncSubscriptionError.swift",
        "AWSAppSyncSubscriptionWatcher.swift",
        "AWSAppSyncSubscriptionWatcherStatus.swift",
        "AWSNetworkTransport.swift",
        "AWSS3ObjectProtocol.swift",
        "Apollo/Sources/Apollo/AWSGraphQLSubscriptionResponse.swift",
        "Apollo/Sources/Apollo/ApolloClient.swift",
        "Apollo/Sources/Apollo/ApolloStore.swift",
        "Apollo/Sources/Apollo/AsynchronousOperation.swift",
        "Apollo/Sources/Apollo/Collections.swift",
        "Apollo/Sources/Apollo/DataLoader.swift",
        "Apollo/Sources/Apollo/GraphQLDependencyTracker.swift",
        "Apollo/Sources/Apollo/GraphQLError.swift",
        "Apollo/Sources/Apollo/GraphQLExecutor.swift",
        "Apollo/Sources/Apollo/GraphQLInputValue.swift",
        "Apollo/Sources/Apollo/GraphQLOperation.swift",
        "Apollo/Sources/Apollo/GraphQLQueryWatcher.swift",
        "Apollo/Sources/Apollo/GraphQLResponse.swift",
        "Apollo/Sources/Apollo/GraphQLResponseGenerator.swift",
        "Apollo/Sources/Apollo/GraphQLResult.swift",
        "Apollo/Sources/Apollo/GraphQLResultAccumulator.swift",
        "Apollo/Sources/Apollo/GraphQLResultNormalizer.swift",
        "Apollo/Sources/Apollo/GraphQLSelectionSet.swift",
        "Apollo/Sources/Apollo/GraphQLSelectionSetMapper.swift",
        "Apollo/Sources/Apollo/HTTPNetworkTransport.swift",
        "Apollo/Sources/Apollo/InMemoryNormalizedCache.swift",
        "Apollo/Sources/Apollo/JSON.swift",
        "Apollo/Sources/Apollo/JSONSerializationFormat.swift",
        "Apollo/Sources/Apollo/JSONStandardTypeConversions.swift",
        "Apollo/Sources/Apollo/Locking.swift",
        "Apollo/Sources/Apollo/NetworkTransport.swift",
        "Apollo/Sources/Apollo/NormalizedCache.swift",
        "Apollo/Sources/Apollo/Promise.swift",
        "Apollo/Sources/Apollo/Record.swift",
        "Apollo/Sources/Apollo/RecordSet.swift",
        "Apollo/Sources/Apollo/Result.swift",
        "Apollo/Sources/Apollo/ResultOrPromise.swift",
        "Apollo/Sources/Apollo/Utilities.swift",
        "Internal/AWSAppSyncRetryHandler.swift",
        "Internal/AWSAppSyncSubscriptionMetadataCache.swift",
        "Internal/AWSConfigurationFile.swift",
        "Internal/AWSMutationCache.swift",
        "Internal/AWSMutationRetryAdviceHelper.swift",
        "Internal/AWSMutationRetryNotifier.swift",
        "Internal/AWSMutationState.swift",
        "Internal/AWSOfflineMutation.swift",
        "Internal/AWSPerformMutationQueue.swift",
        "Internal/AWSRequestBuilder.swift",
        "Internal/AWSSQLiteNormalizedCache.swift",
        "Internal/AppSyncLogHelper.swift",
        "Internal/AppSyncLogWrapper.swift",
        "Internal/AppSyncSubscriptionWithSync.swift",
        "Internal/AuthInterceptor/IAMAuthInterceptor.swift",
        "Internal/AuthInterceptor/LambdaAuthInterceptor.swift",
        "Internal/BasicAWSAPIKeyAuthProvider.swift",
        "Internal/CachedMutationOperation.swift",
        "Internal/Foundation+Utils.swift",
        "Internal/InternalS3ObjectDetails.swift",
        "Internal/NetworkReachabilityNotifier.swift",
        "Internal/SQLiteSerialization.swift",
        "Internal/SessionMutationOperation.swift",
        "Internal/SubscriptionFactory/APIKeyBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/AppSyncRealTimeClientOIDCAuthProvider.swift",
        "Internal/SubscriptionFactory/ConnectionPool/BasicSubscriptionConnectionFactory.swift",
        "Internal/SubscriptionFactory/IAMBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/LambdaBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/OIDCBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/SubscriptionConnectionFactory.swift",
        "Internal/SubscriptionFactory/UserPoolsBasedConnectionPool.swift",
        "Internal/SubscriptionMessageQueue.swift",
        "Internal/SyncConfiguration.swift",
        "Internal/SyncStrategy.swift",
        "NetworkReachability.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
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "aws-sdk-ios-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.36.0",
            "upper_bound" : "2.37.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/aws-sdk-ios-spm.git"
    },
    {
      "identity" : "aws-appsync-realtime-client-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "3.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "0.13.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "AWSAppSync",
  "name" : "AWSAppSync",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AWSAppSync",
      "targets" : [
        "AWSAppSync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AWSAppSync",
      "module_type" : "SwiftTarget",
      "name" : "AWSAppSync",
      "path" : "AWSAppSyncClient",
      "product_dependencies" : [
        "SQLite",
        "AppSyncRealTimeClient",
        "AWSCore"
      ],
      "product_memberships" : [
        "AWSAppSync"
      ],
      "sources" : [
        "AWSAppSyncAuthProvider.swift",
        "AWSAppSyncAuthType.swift",
        "AWSAppSyncCache.swift",
        "AWSAppSyncCacheConfigurationMigration.swift",
        "AWSAppSyncClient.swift",
        "AWSAppSyncClientConfiguration.swift",
        "AWSAppSyncClientConfigurationError.swift",
        "AWSAppSyncClientConflictResolutionExtensions.swift",
        "AWSAppSyncClientError.swift",
        "AWSAppSyncClientInfo.swift",
        "AWSAppSyncClientInfoError.swift",
        "AWSAppSyncClientLogFormatter.swift",
        "AWSAppSyncClientS3ObjectsExtensions.swift",
        "AWSAppSyncConnection.swift",
        "AWSAppSyncHTTPNetworkTransport.swift",
        "AWSAppSyncMutations.swift",
        "AWSAppSyncReachability.swift",
        "AWSAppSyncRetryStrategy.swift",
        "AWSAppSyncServiceConfig.swift",
        "AWSAppSyncServiceConfigError.swift",
        "AWSAppSyncSubscriptionError.swift",
        "AWSAppSyncSubscriptionWatcher.swift",
        "AWSAppSyncSubscriptionWatcherStatus.swift",
        "AWSNetworkTransport.swift",
        "AWSS3ObjectProtocol.swift",
        "Apollo/Sources/Apollo/AWSGraphQLSubscriptionResponse.swift",
        "Apollo/Sources/Apollo/ApolloClient.swift",
        "Apollo/Sources/Apollo/ApolloStore.swift",
        "Apollo/Sources/Apollo/AsynchronousOperation.swift",
        "Apollo/Sources/Apollo/Collections.swift",
        "Apollo/Sources/Apollo/DataLoader.swift",
        "Apollo/Sources/Apollo/GraphQLDependencyTracker.swift",
        "Apollo/Sources/Apollo/GraphQLError.swift",
        "Apollo/Sources/Apollo/GraphQLExecutor.swift",
        "Apollo/Sources/Apollo/GraphQLInputValue.swift",
        "Apollo/Sources/Apollo/GraphQLOperation.swift",
        "Apollo/Sources/Apollo/GraphQLQueryWatcher.swift",
        "Apollo/Sources/Apollo/GraphQLResponse.swift",
        "Apollo/Sources/Apollo/GraphQLResponseGenerator.swift",
        "Apollo/Sources/Apollo/GraphQLResult.swift",
        "Apollo/Sources/Apollo/GraphQLResultAccumulator.swift",
        "Apollo/Sources/Apollo/GraphQLResultNormalizer.swift",
        "Apollo/Sources/Apollo/GraphQLSelectionSet.swift",
        "Apollo/Sources/Apollo/GraphQLSelectionSetMapper.swift",
        "Apollo/Sources/Apollo/HTTPNetworkTransport.swift",
        "Apollo/Sources/Apollo/InMemoryNormalizedCache.swift",
        "Apollo/Sources/Apollo/JSON.swift",
        "Apollo/Sources/Apollo/JSONSerializationFormat.swift",
        "Apollo/Sources/Apollo/JSONStandardTypeConversions.swift",
        "Apollo/Sources/Apollo/Locking.swift",
        "Apollo/Sources/Apollo/NetworkTransport.swift",
        "Apollo/Sources/Apollo/NormalizedCache.swift",
        "Apollo/Sources/Apollo/Promise.swift",
        "Apollo/Sources/Apollo/Record.swift",
        "Apollo/Sources/Apollo/RecordSet.swift",
        "Apollo/Sources/Apollo/Result.swift",
        "Apollo/Sources/Apollo/ResultOrPromise.swift",
        "Apollo/Sources/Apollo/Utilities.swift",
        "Internal/AWSAppSyncRetryHandler.swift",
        "Internal/AWSAppSyncSubscriptionMetadataCache.swift",
        "Internal/AWSConfigurationFile.swift",
        "Internal/AWSMutationCache.swift",
        "Internal/AWSMutationRetryAdviceHelper.swift",
        "Internal/AWSMutationRetryNotifier.swift",
        "Internal/AWSMutationState.swift",
        "Internal/AWSOfflineMutation.swift",
        "Internal/AWSPerformMutationQueue.swift",
        "Internal/AWSRequestBuilder.swift",
        "Internal/AWSSQLiteNormalizedCache.swift",
        "Internal/AppSyncLogHelper.swift",
        "Internal/AppSyncLogWrapper.swift",
        "Internal/AppSyncSubscriptionWithSync.swift",
        "Internal/AuthInterceptor/IAMAuthInterceptor.swift",
        "Internal/AuthInterceptor/LambdaAuthInterceptor.swift",
        "Internal/BasicAWSAPIKeyAuthProvider.swift",
        "Internal/CachedMutationOperation.swift",
        "Internal/Foundation+Utils.swift",
        "Internal/InternalS3ObjectDetails.swift",
        "Internal/NetworkReachabilityNotifier.swift",
        "Internal/SQLiteSerialization.swift",
        "Internal/SessionMutationOperation.swift",
        "Internal/SubscriptionFactory/APIKeyBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/AppSyncRealTimeClientOIDCAuthProvider.swift",
        "Internal/SubscriptionFactory/ConnectionPool/BasicSubscriptionConnectionFactory.swift",
        "Internal/SubscriptionFactory/IAMBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/LambdaBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/OIDCBasedConnectionPool.swift",
        "Internal/SubscriptionFactory/SubscriptionConnectionFactory.swift",
        "Internal/SubscriptionFactory/UserPoolsBasedConnectionPool.swift",
        "Internal/SubscriptionMessageQueue.swift",
        "Internal/SyncConfiguration.swift",
        "Internal/SyncStrategy.swift",
        "NetworkReachability.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AWSAppSyncClient",
    "schemes" : [
      "AWSAppSync",
      "AWSAppSync-IntegTests",
      "AWSAppSyncTestApp",
      "AWSAppSyncTestCommon",
      "AWSAppSyncTestHostApp",
      "StarWarsAPI"
    ],
    "targets" : [
      "AWSAppSync",
      "AWSAppSyncTestCommon",
      "AWSAppSyncTestHostApp",
      "AWSAppSyncUnitTests",
      "AWSAppSyncIntegrationTests",
      "AWSAppSyncTestApp",
      "AWSAppSyncTestAppUITests",
      "ApolloTests",
      "StarWarsAPI"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AWSAppSync"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AWSAppSync -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.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 AWSAppSync -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.12.2
  AppSyncRealTimeClient: https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git @ 3.2.0
  AWSiOSSDKV2: https://github.com/aws-amplify/aws-sdk-ios-spm.git @ 2.36.7
  Starscream: https://github.com/daltoniam/Starscream @ 4.0.8
  AWSAppSync: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
    Target 'AWSAppSync' in project 'AWSAppSync'
        ➜ Explicit dependency on target 'AWSAppSync' in project 'AWSAppSync'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'AWSCore' in project 'AWSiOSSDKV2'
    Target 'AWSAppSync' in project 'AWSAppSync'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'AWSCore' in project 'AWSiOSSDKV2'
    Target 'AWSCore' in project 'AWSiOSSDKV2' (no dependencies)
    Target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'Starscream' in project 'Starscream'
    Target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'Starscream' in project 'Starscream'
    Target 'Starscream' in project 'Starscream'
        ➜ Explicit dependency on target 'Starscream' in project 'Starscream'
        ➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
    Target 'Starscream' in project 'Starscream'
        ➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
    Target 'Starscream_Starscream' in project 'Starscream' (no dependencies)
    Target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLiteObjc' in project 'SQLite.swift'
    Target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLiteObjc' in project 'SQLite.swift'
    Target 'SQLiteObjc' in project 'SQLite.swift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x objective-c -c /dev/null
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 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -arch armv7k -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -arch arm64_32 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
Build description signature: 12bed44c4f61b44d4a7c277029cfc1ae
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/12bed44c4f61b44d4a7c277029cfc1ae.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSCore' from project 'AWSiOSSDKV2')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AWSAppSync
(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 AWSAppSync -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  Starscream: https://github.com/daltoniam/Starscream @ 4.0.8
  AWSiOSSDKV2: https://github.com/aws-amplify/aws-sdk-ios-spm.git @ 2.36.7
  AppSyncRealTimeClient: https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git @ 3.2.0
  AWSAppSync: /Users/admin/builder/spi-builder-workspace
  SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.12.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
    Target 'AWSAppSync' in project 'AWSAppSync'
        ➜ Explicit dependency on target 'AWSAppSync' in project 'AWSAppSync'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'AWSCore' in project 'AWSiOSSDKV2'
    Target 'AWSAppSync' in project 'AWSAppSync'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'AWSCore' in project 'AWSiOSSDKV2'
    Target 'AWSCore' in project 'AWSiOSSDKV2' (no dependencies)
    Target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'Starscream' in project 'Starscream'
    Target 'AppSyncRealTimeClient' in project 'AppSyncRealTimeClient'
        ➜ Explicit dependency on target 'Starscream' in project 'Starscream'
    Target 'Starscream' in project 'Starscream'
        ➜ Explicit dependency on target 'Starscream' in project 'Starscream'
        ➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
    Target 'Starscream' in project 'Starscream'
        ➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
    Target 'Starscream_Starscream' in project 'Starscream' (no dependencies)
    Target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLiteObjc' in project 'SQLite.swift'
    Target 'SQLite' in project 'SQLite.swift'
        ➜ Explicit dependency on target 'SQLiteObjc' in project 'SQLite.swift'
    Target 'SQLiteObjc' in project 'SQLite.swift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSCore' from project 'AWSiOSSDKV2')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AWSAppSync
(1 failure)
BUILD FAILURE 6.0 watchOS