Build Information
Failed to build SwiftyGPT 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 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/UKfvDsi8u/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: macosXcodebuild
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/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
resolved source packages: SwiftyGPT
objc[33937]: 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 (0x10eea80e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10efc40e0). One of the two will be used. Which one is undefined.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyGPT",
"name" : "SwiftyGPT",
"path" : "/Users/builder/builds/UKfvDsi8u/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[33949]: 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 (0x10e7640e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e8800e0). One of the two will be used. Which one is undefined.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftyGPT",
"SwiftyGPTChat"
]
}
}
objc[33952]: 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 (0x11031c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1101cc0e0). 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 platform=macos,arch=arm64
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination platform=macos,arch=arm64
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
objc[33953]: 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 (0x1129a40e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112ac00e0). One of the two will be used. Which one is undefined.
2024-04-28 13:53:41.466 xcodebuild[33953:16901044] Writing error result bundle to /var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/T/ResultBundle_2024-28-04_13-53-0041.xcresult
xcodebuild: error: Unable to find a device matching the provided destination specifier:
{ platform:macos, arch:arm64 }
The requested device could not be found because no available devices matched the request.
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination platform=macos,arch=arm64
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftyGPT: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
objc[34717]: 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 (0x1129dc0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112b580e0). One of the two will be used. Which one is undefined.
2024-04-28 13:54:13.419 xcodebuild[34717:16903747] Writing error result bundle to /var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/T/ResultBundle_2024-28-04_13-54-0013.xcresult
xcodebuild: error: Unable to find a device matching the provided destination specifier:
{ platform:macos, arch:arm64 }
The requested device could not be found because no available devices matched the request.
BUILD FAILURE 5.10 macosXcodebuild