Build Information
Failed to build SwiftyGPT with Swift 5.9 for iOS using Xcode 15.2.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SwiftyGPT -destination generic/platform=ios
Build Log
========================================
RunAll
========================================
Builder version: 4.37.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/antonio-war/SwiftyGPT.git
Reference: 3.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/antonio-war/SwiftyGPT
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 7bf281f Merge branch 'release/3.0.0'
Cloned https://github.com/antonio-war/SwiftyGPT.git
Revision (git rev-parse @):
7bf281fb4b854e6ac3ad22ec8675b2e5d66f880c
SUCCESS checkout https://github.com/antonio-war/SwiftyGPT.git at 3.0.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 5.9
Building package at path: $workDir
https://github.com/antonio-war/SwiftyGPT.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
resolved source packages: SwiftyGPT
objc[33514]: 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 (0x10b8400e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10b8680e0). One of the two will be used. Which one is undefined.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyGPT",
"name" : "SwiftyGPT",
"path" : "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftyGPTChat",
"targets" : [
"SwiftyGPTChat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyGPTNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyGPTNetworkingTests",
"path" : "Tests/SwiftyGPTNetworkingTests",
"sources" : [
"Clients/SwiftyGPTNetworkingClientTests.swift",
"Models/SwiftyGPTNetworkingRequestTests.swift"
],
"target_dependencies" : [
"SwiftyGPTNetworking"
],
"type" : "test"
},
{
"c99name" : "SwiftyGPTNetworking",
"module_type" : "SwiftTarget",
"name" : "SwiftyGPTNetworking",
"path" : "Sources/SwiftyGPTNetworking",
"product_memberships" : [
"SwiftyGPTChat"
],
"sources" : [
"Clients/SwiftyGPTNetworkingClient.swift",
"Models/SwiftyGPTNetworkingMethod.swift",
"Models/SwiftyGPTNetworkingRequest.swift",
"Models/SwiftyGPTNetworkingResponse.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftyGPTChatTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyGPTChatTests",
"path" : "Tests/SwiftyGPTChatTests",
"sources" : [
"Managers/SwiftyGPTChatManagerTests.swift",
"Models/SwiftyGPTChatMessageTests.swift",
"Models/SwiftyGPTChatModelTests.swift",
"Models/SwiftyGPTChatRequestBodyTests.swift",
"Models/SwiftyGPTChatRequestTests.swift",
"Models/SwiftyGPTChatResponseBodyTests.swift",
"Models/SwiftyGPTChatResponseChoiceTests.swift",
"Models/SwiftyGPTChatResponseFormatTests.swift",
"Models/SwiftyGPTChatResponseTests.swift",
"Models/SwiftyGPTChatRoleTests.swift",
"Services/SwiftyGPTChatMockServiceTests.swift",
"Services/SwiftyGPTChatNetworkingServiceTests.swift"
],
"target_dependencies" : [
"SwiftyGPTChat"
],
"type" : "test"
},
{
"c99name" : "SwiftyGPTChat",
"module_type" : "SwiftTarget",
"name" : "SwiftyGPTChat",
"path" : "Sources/SwiftyGPTChat",
"product_memberships" : [
"SwiftyGPTChat"
],
"sources" : [
"Managers/SwiftyGPTChatManager.swift",
"Models/SwiftyGPTChatMessage.swift",
"Models/SwiftyGPTChatModel.swift",
"Models/SwiftyGPTChatRequest.swift",
"Models/SwiftyGPTChatRequestBody.swift",
"Models/SwiftyGPTChatResponse.swift",
"Models/SwiftyGPTChatResponseBody.swift",
"Models/SwiftyGPTChatResponseChoice.swift",
"Models/SwiftyGPTChatResponseError.swift",
"Models/SwiftyGPTChatResponseFinishReason.swift",
"Models/SwiftyGPTChatResponseFormat.swift",
"Models/SwiftyGPTChatResponseObject.swift",
"Models/SwiftyGPTChatResponseTokenUsage.swift",
"Models/SwiftyGPTChatRole.swift",
"Services/SwiftyGPTChatMockService.swift",
"Services/SwiftyGPTChatNetworkingService.swift",
"Services/SwiftyGPTChatService.swift"
],
"target_dependencies" : [
"SwiftyGPTNetworking"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftyGPT",
"SwiftyGPTChat"
]
}
}
objc[33711]: 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 (0x10dda00e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e9e40e0). One of the two will be used. Which one is undefined.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftyGPT",
"SwiftyGPTChat"
]
}
}
objc[33740]: 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 (0x10b3800e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10b3fc0e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SwiftyGPT -destination generic/platform=ios
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination generic/platform=ios
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
objc[33765]: 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 (0x1127a80e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112ab00e0). One of the two will be used. Which one is undefined.
2024-04-28 13:53:00.189 xcodebuild[33765:16900226] Writing error result bundle to /var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/T/ResultBundle_2024-28-04_13-53-0000.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:ios }
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination generic/platform=ios
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
objc[33782]: 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 (0x10f3780e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1158d40e0). One of the two will be used. Which one is undefined.
2024-04-28 13:53:02.128 xcodebuild[33782:16900420] Writing error result bundle to /var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/T/ResultBundle_2024-28-04_13-53-0002.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:ios }
BUILD FAILURE 5.9 iOS