Build Information
Failed to build SwiftyGPT with Swift 5.9 for macOS (Xcode) 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 platform=macos,arch=arm64
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/3/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: macosXcodebuild
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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
resolved source packages: SwiftyGPT
objc[78501]: 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 (0x1113b40e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1113dc0e0). One of the two will be used. Which one is undefined.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyGPT",
"name" : "SwiftyGPT",
"path" : "/Users/builder/builds/TDmZkXJm/3/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[78512]: 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 (0x10ceec0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10d1400e0). One of the two will be used. Which one is undefined.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftyGPT",
"SwiftyGPTChat"
]
}
}
objc[78563]: 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 (0x10a7f40e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10c3ac0e0). 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 platform=macos,arch=arm64
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination platform=macos,arch=arm64
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
objc[78643]: 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 (0x1106d00e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x11136c0e0). One of the two will be used. Which one is undefined.
2024-04-28 13:53:31.348 xcodebuild[78643:7993508] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-28-04_13-53-0031.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ platform:macos, arch:arm64 }
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination platform=macos,arch=arm64
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
objc[78848]: 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 (0x114e500e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x117a080e0). One of the two will be used. Which one is undefined.
2024-04-28 13:53:33.230 xcodebuild[78848:7994166] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-28-04_13-53-0033.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ platform:macos, arch:arm64 }
BUILD FAILURE 5.9 macosXcodebuild