Build Information
Failed to build AWSAppSync with Swift 5.10 for macOS (Xcode) using Xcode 15.4.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme AWSAppSync -destination platform=macos,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.39.0
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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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: macosXcodebuild
Swift version: 5.10
Building package at path: $workDir
https://github.com/awslabs/aws-mobile-appsync-sdk-ios.git
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
objc[94775]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10bf5c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10ea540e0). One of the two will be used. Which one is undefined.
{
"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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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"
]
}
}
objc[95342]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10fa780e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10fdd80e0). One of the two will be used. Which one is undefined.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"AWSAppSync"
]
}
}
objc[95429]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10b8cc0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10c7b80e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme AWSAppSync -destination platform=macos,arch=arm64
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme AWSAppSync -destination platform=macos,arch=arm64
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
AWSiOSSDKV2: https://github.com/aws-amplify/aws-sdk-ios-spm.git @ 2.36.2
SQLite.swift: https://github.com/stephencelis/SQLite.swift.git @ 0.12.2
AWSAppSync: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Starscream: https://github.com/daltoniam/Starscream @ 4.0.8
AppSyncRealTimeClient: https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git @ 3.2.0
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-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b9e4edc73a93f65d3a32fe6d14b62ec5
Build description path: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b9e4edc73a93f65d3a32fe6d14b62ec5.xcbuilddata
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSCore' from project 'AWSiOSSDKV2')
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
objc[96649]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e9dc0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f98c0e0). One of the two will be used. Which one is undefined.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-0008793E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-0008793E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-0008793E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-0008793E26D2001E, name:My Mac }
{ platform:tvOS Simulator, id:2172E3CB-499B-4008-A1C6-A1ABE7BA513A, OS:17.2, name:Apple TV }
{ platform:tvOS Simulator, id:44B341D2-B4E5-40B1-8636-DF641BC25CB8, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:053D1F4B-3848-46D2-96E1-E423FA985AE4, OS:17.2, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:8D856C4D-DA0B-4A6B-BA72-44FCB586BFF2, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:6B6F6201-8DB7-43FA-A56C-2979B5B44F40, OS:17.2, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:tvOS Simulator, id:74191D95-D326-41AD-A67E-B51B419A5C59, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:6AC0F656-AA4E-43C7-8D43-5A0FF4CDF4F1, OS:1.0, name:Apple Vision Pro }
{ platform:visionOS Simulator, id:02B05875-5239-4DEF-9449-29F7BCCA9B25, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:8FC2CE5C-5B8B-44FD-9BAD-D2394880EDF9, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:B9EA9165-C0BD-4279-8BEF-287AB519D38F, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:0743923D-F4A6-43D9-B060-DF3819631954, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:3835AF24-B3EC-493E-9827-4370912DF15A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:3758C32A-0632-4B85-9663-9BA5E5726AB3, OS:10.2, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:088BD68C-5D1F-4419-86D3-BF0D25645E84, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:50E97C6C-26A9-41D6-9652-1681097293AD, OS:10.2, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:1C5FC30A-A3CF-460F-A0E6-AE9C68ABFE1C, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:2E1043B5-604D-4613-B302-C5179459B25D, OS:10.2, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:C0FE9742-4065-455E-BB16-8CD96A58FBC1, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:36BB1A71-0CBE-49B8-92AE-B08A9CB766D3, OS:10.2, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:8426D5B8-B9BA-4C55-B005-E770E824CA71, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:763E23C6-9983-4810-9B46-29BEA10D69DC, OS:10.2, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:CA501DDC-DCE5-4FB5-B14B-03E73CD3261F, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:E51609F2-09EB-447D-AABE-4539D3C7C166, OS:10.2, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:83097A14-B547-4666-9F17-1EB93074D9E8, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:1642F2C5-2C26-4498-94E0-C430C45A8068, OS:10.2, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:F6C0AFAB-8F10-4160-8E3D-D16A1F300CCA, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:A7ED3F51-2F3F-43EA-9F44-4031AF7FF83E, OS:10.2, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:218C7BFB-66B3-41B2-802D-3C593D342126, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:A1488A02-83BA-49F8-8497-470351748229, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
{ platform:watchOS Simulator, id:8E400AE6-37F1-4D2B-853D-80E271459614, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme AWSAppSync -destination platform=macos,arch=arm64
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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
AWSAppSync: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
AWSiOSSDKV2: https://github.com/aws-amplify/aws-sdk-ios-spm.git @ 2.36.2
Starscream: https://github.com/daltoniam/Starscream @ 4.0.8
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-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b9e4edc73a93f65d3a32fe6d14b62ec5
Build description path: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b9e4edc73a93f65d3a32fe6d14b62ec5.xcbuilddata
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSAppSync' from project 'AWSAppSync')
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/aws-sdk-ios-spm/AWSCore/AWSCore.xcframework'. (in target 'AWSCore' from project 'AWSiOSSDKV2')
objc[99961]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10efa00e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10efb40e0). One of the two will be used. Which one is undefined.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008103-0008793E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00008103-0008793E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00008103-0008793E26D2001E, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-0008793E26D2001E, name:My Mac }
{ platform:tvOS Simulator, id:2172E3CB-499B-4008-A1C6-A1ABE7BA513A, OS:17.2, name:Apple TV }
{ platform:tvOS Simulator, id:44B341D2-B4E5-40B1-8636-DF641BC25CB8, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:053D1F4B-3848-46D2-96E1-E423FA985AE4, OS:17.2, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:8D856C4D-DA0B-4A6B-BA72-44FCB586BFF2, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:6B6F6201-8DB7-43FA-A56C-2979B5B44F40, OS:17.2, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:tvOS Simulator, id:74191D95-D326-41AD-A67E-B51B419A5C59, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:6AC0F656-AA4E-43C7-8D43-5A0FF4CDF4F1, OS:1.0, name:Apple Vision Pro }
{ platform:visionOS Simulator, id:02B05875-5239-4DEF-9449-29F7BCCA9B25, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:8FC2CE5C-5B8B-44FD-9BAD-D2394880EDF9, OS:10.2, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:B9EA9165-C0BD-4279-8BEF-287AB519D38F, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:0743923D-F4A6-43D9-B060-DF3819631954, OS:10.2, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:3835AF24-B3EC-493E-9827-4370912DF15A, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:3758C32A-0632-4B85-9663-9BA5E5726AB3, OS:10.2, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:088BD68C-5D1F-4419-86D3-BF0D25645E84, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:50E97C6C-26A9-41D6-9652-1681097293AD, OS:10.2, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:1C5FC30A-A3CF-460F-A0E6-AE9C68ABFE1C, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:2E1043B5-604D-4613-B302-C5179459B25D, OS:10.2, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:C0FE9742-4065-455E-BB16-8CD96A58FBC1, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:36BB1A71-0CBE-49B8-92AE-B08A9CB766D3, OS:10.2, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:8426D5B8-B9BA-4C55-B005-E770E824CA71, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:763E23C6-9983-4810-9B46-29BEA10D69DC, OS:10.2, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:CA501DDC-DCE5-4FB5-B14B-03E73CD3261F, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:E51609F2-09EB-447D-AABE-4539D3C7C166, OS:10.2, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:83097A14-B547-4666-9F17-1EB93074D9E8, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:1642F2C5-2C26-4498-94E0-C430C45A8068, OS:10.2, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:F6C0AFAB-8F10-4160-8E3D-D16A1F300CCA, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:A7ED3F51-2F3F-43EA-9F44-4031AF7FF83E, OS:10.2, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:218C7BFB-66B3-41B2-802D-3C593D342126, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:A1488A02-83BA-49F8-8497-470351748229, OS:10.2, name:Apple Watch Ultra 2 (49mm) }
{ platform:watchOS Simulator, id:8E400AE6-37F1-4D2B-853D-80E271459614, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
BUILD FAILURE 5.10 macosXcodebuild