The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftyGPT with Swift 5.9 for visionOS 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=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/UKfvDsi8u/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:         visionOS
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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  SwiftyGPT: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
resolved source packages: SwiftyGPT
objc[33666]: 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 (0x1151ec0e0). One of the two will be used. Which one is undefined.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyGPT",
  "name" : "SwiftyGPT",
  "path" : "/Users/builder/builds/UKfvDsi8u/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[33764]: 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 (0x10f8f80e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x110c480e0). One of the two will be used. Which one is undefined.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftyGPT",
      "SwiftyGPTChat"
    ]
  }
}
objc[33768]: 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 (0x10d1ec0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10d3d80e0). 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=xros
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination generic/platform=xros
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  SwiftyGPT: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
objc[33777]: 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 (0x10e5840e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f5d80e0). One of the two will be used. Which one is undefined.
2024-04-28 13:53:01.509 xcodebuild[33777:16900372] Writing error result bundle to /var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/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 }
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPT -destination generic/platform=xros
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  SwiftyGPT: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
objc[33805]: 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 (0x10f5900e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f6140e0). One of the two will be used. Which one is undefined.
2024-04-28 13:53:03.196 xcodebuild[33805:16900557] Writing error result bundle to /var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/T/ResultBundle_2024-28-04_13-53-0003.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:xros }
BUILD FAILURE 5.9 visionOS