Build Information
Failed to build SwiftyGPT with Swift 5.10 for visionOS 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 SwiftyGPT -destination generic/platform=xros
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/TDmZkXJm/0/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: visionOS
Swift version: 5.10
Building package at path: $workDir
https://github.com/antonio-war/SwiftyGPT.git
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
resolved source packages: SwiftyGPT
objc[77300]: 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 (0x11207c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1127b00e0). One of the two will be used. Which one is undefined.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyGPT",
"name" : "SwiftyGPT",
"path" : "/Users/builder/builds/TDmZkXJm/0/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[77522]: 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 (0x110ae00e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1115f00e0). One of the two will be used. Which one is undefined.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftyGPT",
"SwiftyGPTChat"
]
}
}
objc[77564]: 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 (0x1130600e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x113b4c0e0). 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 SwiftyGPT -destination generic/platform=xros
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination generic/platform=xros
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
objc[77596]: 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 (0x112f8c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x11361c0e0). One of the two will be used. Which one is undefined.
2024-04-28 13:53:00.002 xcodebuild[77596:7989778] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-28-04_13-53-0000.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xros }
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination generic/platform=xros
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
objc[77664]: 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 (0x11411c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1141440e0). One of the two will be used. Which one is undefined.
2024-04-28 13:53:01.881 xcodebuild[77664:7990209] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-28-04_13-53-0001.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xros }
BUILD FAILURE 5.10 visionOS