The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GPTSwift, reference 3.0.1 (c90d3f), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 12:53:13 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftedMind/GPTSwift.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftedMind/GPTSwift
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at c90d3fc Fixed a bug where streaming would not be enabled where needed
Cloned https://github.com/SwiftedMind/GPTSwift.git
Revision (git rev-parse @):
c90d3fc4418119aa6cc796ded049fa73f4b28185
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftedMind/GPTSwift.git at 3.0.1
Fetching https://github.com/kean/Get
[1/2349] Fetching get
Fetched https://github.com/kean/Get from cache (1.07s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (1.66s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.1.6
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "gptswift",
      "name": "GPTSwift",
      "url": "https://github.com/SwiftedMind/GPTSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GPTSwift",
      "dependencies": [
        {
          "identity": "get",
          "name": "Get",
          "url": "https://github.com/kean/Get",
          "version": "2.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Get",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SwiftedMind/GPTSwift.git
[4/370] Fetching gptswift
Fetched https://github.com/SwiftedMind/GPTSwift.git from cache (0.69s)
Fetching https://github.com/kean/Get from cache
Fetched https://github.com/kean/Get from cache (0.45s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (0.51s)
Creating working copy for https://github.com/SwiftedMind/GPTSwift.git
Working copy of https://github.com/SwiftedMind/GPTSwift.git resolved at 3.0.1 (c90d3fc)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
warning: '.resolve-product-dependencies': dependency 'gptswift' is not used by any target
Found 1 product dependencies
  - Get
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftedMind/GPTSwift.git
https://github.com/SwiftedMind/GPTSwift.git
{
  "dependencies" : [
    {
      "identity" : "get",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.6",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Get"
    }
  ],
  "manifest_display_name" : "GPTSwift",
  "name" : "GPTSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ChatGPT",
      "targets" : [
        "ChatGPT",
        "GPTSwiftSharedTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GPT",
      "targets" : [
        "GPT",
        "GPTSwiftSharedTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAI",
      "targets" : [
        "OpenAI",
        "GPTSwiftSharedTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAI",
      "module_type" : "SwiftTarget",
      "name" : "OpenAI",
      "path" : "Sources/OpenAI",
      "product_dependencies" : [
        "Get"
      ],
      "product_memberships" : [
        "OpenAI"
      ],
      "sources" : [
        "Models/ModelList.swift",
        "OpenAI.swift"
      ],
      "target_dependencies" : [
        "Base",
        "GPTSwiftSharedTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GPTSwiftSharedTypes",
      "module_type" : "SwiftTarget",
      "name" : "GPTSwiftSharedTypes",
      "path" : "Sources/GPTSwiftSharedTypes",
      "product_memberships" : [
        "ChatGPT",
        "GPT",
        "OpenAI"
      ],
      "sources" : [
        "GPTSwiftError.swift",
        "OpenAIError.swift",
        "URLRequest+curl.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GPT",
      "module_type" : "SwiftTarget",
      "name" : "GPT",
      "path" : "Sources/GPT",
      "product_dependencies" : [
        "Get"
      ],
      "product_memberships" : [
        "GPT"
      ],
      "sources" : [
        "GPT+StreamedAnswer.swift",
        "GPT.swift",
        "Models/CompletionRequest.swift",
        "Models/CompletionResponse.swift",
        "Models/CompletionStreamedResponse.swift",
        "Models/GPTModel.swift"
      ],
      "target_dependencies" : [
        "Base",
        "GPTSwiftSharedTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ChatGPT",
      "module_type" : "SwiftTarget",
      "name" : "ChatGPT",
      "path" : "Sources/ChatGPT",
      "product_dependencies" : [
        "Get"
      ],
      "product_memberships" : [
        "ChatGPT"
      ],
      "sources" : [
        "ChatGPT+StreamedAnswer.swift",
        "ChatGPT.swift",
        "Models/ChatGPTModel.swift",
        "Models/ChatMessage.swift",
        "Models/ChatMessageRole.swift",
        "Models/ChatRequest.swift",
        "Models/ChatResponse.swift",
        "Models/ChatStreamedMessage.swift",
        "Models/ChatStreamedResponse.swift"
      ],
      "target_dependencies" : [
        "Base",
        "GPTSwiftSharedTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Base",
      "module_type" : "SwiftTarget",
      "name" : "Base",
      "path" : "Sources/Base",
      "product_dependencies" : [
        "Get"
      ],
      "product_memberships" : [
        "ChatGPT",
        "GPT",
        "OpenAI"
      ],
      "sources" : [
        "API.swift",
        "APIClientRequestHandler.swift"
      ],
      "target_dependencies" : [
        "GPTSwiftSharedTypes"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/17] Compiling Get Response.swift
[9/17] Compiling Get Request.swift
[10/17] Compiling Get APIClientDelegate.swift
[11/17] Compiling Get DataLoader.swift
[12/17] Compiling GPTSwiftSharedTypes GPTSwiftError.swift
/Users/admin/builder/spi-builder-workspace/Sources/GPTSwiftSharedTypes/GPTSwiftError.swift:67:16: warning: stored property 'kind' of 'Sendable'-conforming struct 'GPTSwiftError' has non-sendable type 'GPTSwiftError.Kind'; this is an error in the Swift 6 language mode
 65 |
 66 |     /// The specific kind of `GPTSwiftError`.
 67 |     public var kind: Kind
    |                `- warning: stored property 'kind' of 'Sendable'-conforming struct 'GPTSwiftError' has non-sendable type 'GPTSwiftError.Kind'; this is an error in the Swift 6 language mode
 68 |
 69 |     /// A string prefix used for error messages.
    :
101 | /// An extension to `GPTSwiftError` containing an enumeration for different error kinds.
102 | extension GPTSwiftError {
103 |     public enum Kind {
    |                 `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
104 |         /// An error kind indicating that a request failed.
105 |         ///
[13/17] Compiling GPTSwiftSharedTypes OpenAIError.swift
[14/17] Compiling GPTSwiftSharedTypes URLRequest+curl.swift
[15/17] Emitting module GPTSwiftSharedTypes
/Users/admin/builder/spi-builder-workspace/Sources/GPTSwiftSharedTypes/GPTSwiftError.swift:67:16: warning: stored property 'kind' of 'Sendable'-conforming struct 'GPTSwiftError' has non-sendable type 'GPTSwiftError.Kind'; this is an error in the Swift 6 language mode
 65 |
 66 |     /// The specific kind of `GPTSwiftError`.
 67 |     public var kind: Kind
    |                `- warning: stored property 'kind' of 'Sendable'-conforming struct 'GPTSwiftError' has non-sendable type 'GPTSwiftError.Kind'; this is an error in the Swift 6 language mode
 68 |
 69 |     /// A string prefix used for error messages.
    :
101 | /// An extension to `GPTSwiftError` containing an enumeration for different error kinds.
102 | extension GPTSwiftError {
103 |     public enum Kind {
    |                 `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
104 |         /// An error kind indicating that a request failed.
105 |         ///
[16/17] Emitting module Get
[17/17] Compiling Get APIClient.swift
[18/20] Emitting module Base
[19/20] Compiling Base APIClientRequestHandler.swift
[20/20] Compiling Base API.swift
[21/40] Compiling OpenAI OpenAI.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/OpenAI.swift:51:38: warning: capture of 'apiClientRequestHandler' with non-sendable type '_APIClientRequestHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 49 |         self.apiClientRequestHandler = .init(apiKey: apiKey)
 50 |         self.client = APIClient(baseURL: URL(string: API.base)) { [apiClientRequestHandler] configuration in
 51 |             configuration.delegate = apiClientRequestHandler
    |                                      `- warning: capture of 'apiClientRequestHandler' with non-sendable type '_APIClientRequestHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 52 |             if let urlSessionConfiguration {
 53 |                 configuration.sessionConfiguration = urlSessionConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/Base/APIClientRequestHandler.swift:31:14: note: class '_APIClientRequestHandler' does not conform to the 'Sendable' protocol
29 | }
30 |
31 | public class _APIClientRequestHandler: APIClientDelegate {
   |              `- note: class '_APIClientRequestHandler' does not conform to the 'Sendable' protocol
32 |     public let apiKey: String
33 |
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/OpenAI.swift:25:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Base'
 23 | import Foundation
 24 | import Get
 25 | import Base
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Base'
 26 | @_exported import GPTSwiftSharedTypes
 27 |
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/OpenAI.swift:117:37: warning: non-sendable result type 'Response<Response>' cannot be sent from actor-isolated context in call to instance method 'send(_:delegate:configure:)'; this is an error in the Swift 6 language mode
113 |     /// - Parameter request: The request to send.
114 |     /// - Returns: The response object, already decoded.
115 |     private func send<Response: Codable>(request: Request<Response>) async throws -> Response {
    |                       `- note: consider making generic parameter 'Response' conform to the 'Sendable' protocol
116 |         do {
117 |             return try await client.send(request).value
    |                                     `- warning: non-sendable result type 'Response<Response>' cannot be sent from actor-isolated context in call to instance method 'send(_:delegate:configure:)'; this is an error in the Swift 6 language mode
118 |         } catch {
119 |             throw _errorToGPTSwiftError(error)
[22/40] Compiling OpenAI ModelList.swift
[23/40] Emitting module OpenAI
[24/40] Compiling ChatGPT ChatStreamedMessage.swift
[25/40] Compiling ChatGPT ChatStreamedResponse.swift
[26/40] Compiling GPT GPTModel.swift
[27/40] Compiling GPT GPT.swift
/Users/admin/builder/spi-builder-workspace/Sources/GPT/GPT.swift:54:38: warning: capture of 'apiClientRequestHandler' with non-sendable type '_APIClientRequestHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 52 |         self.defaultModel = defaultModel
 53 |         self.client = APIClient(baseURL: URL(string: API.base)) { [apiClientRequestHandler] configuration in
 54 |             configuration.delegate = apiClientRequestHandler
    |                                      `- warning: capture of 'apiClientRequestHandler' with non-sendable type '_APIClientRequestHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 55 |             if let urlSessionConfiguration {
 56 |                 configuration.sessionConfiguration = urlSessionConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/Base/APIClientRequestHandler.swift:31:14: note: class '_APIClientRequestHandler' does not conform to the 'Sendable' protocol
29 | }
30 |
31 | public class _APIClientRequestHandler: APIClientDelegate {
   |              `- note: class '_APIClientRequestHandler' does not conform to the 'Sendable' protocol
32 |     public let apiKey: String
33 |
/Users/admin/builder/spi-builder-workspace/Sources/GPT/GPT.swift:25:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Base'
 23 | import Foundation
 24 | import Get
 25 | import Base
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Base'
 26 | @_exported import GPTSwiftSharedTypes
 27 |
/Users/admin/builder/spi-builder-workspace/Sources/GPT/GPT.swift:124:37: warning: non-sendable result type 'Response<Response>' cannot be sent from actor-isolated context in call to instance method 'send(_:delegate:configure:)'; this is an error in the Swift 6 language mode
120 |     /// - Parameter request: The request to send.
121 |     /// - Returns: The response object, already decoded.
122 |     private func send<Response: Codable>(request: Request<Response>) async throws -> Response {
    |                       `- note: consider making generic parameter 'Response' conform to the 'Sendable' protocol
123 |         do {
124 |             return try await client.send(request).value
    |                                     `- warning: non-sendable result type 'Response<Response>' cannot be sent from actor-isolated context in call to instance method 'send(_:delegate:configure:)'; this is an error in the Swift 6 language mode
125 |         } catch {
126 |             throw _errorToGPTSwiftError(error)
[28/40] Compiling GPT CompletionStreamedResponse.swift
[29/40] Compiling GPT CompletionResponse.swift
[30/40] Compiling ChatGPT ChatResponse.swift
[31/40] Compiling ChatGPT ChatMessage.swift
[32/40] Compiling ChatGPT ChatGPTModel.swift
[33/40] Compiling ChatGPT ChatRequest.swift
[34/40] Compiling ChatGPT ChatMessageRole.swift
[35/40] Compiling GPT GPT+StreamedAnswer.swift
[36/40] Compiling GPT CompletionRequest.swift
[37/40] Emitting module GPT
[38/40] Compiling ChatGPT ChatGPT.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPT/ChatGPT.swift:56:38: warning: capture of 'apiClientRequestHandler' with non-sendable type '_APIClientRequestHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 54 |         self.defaultModel = defaultModel
 55 |         self.client = APIClient(baseURL: URL(string: API.base)) { [apiClientRequestHandler] configuration in
 56 |             configuration.delegate = apiClientRequestHandler
    |                                      `- warning: capture of 'apiClientRequestHandler' with non-sendable type '_APIClientRequestHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 57 |             if let urlSessionConfiguration {
 58 |                 configuration.sessionConfiguration = urlSessionConfiguration
/Users/admin/builder/spi-builder-workspace/Sources/Base/APIClientRequestHandler.swift:31:14: note: class '_APIClientRequestHandler' does not conform to the 'Sendable' protocol
29 | }
30 |
31 | public class _APIClientRequestHandler: APIClientDelegate {
   |              `- note: class '_APIClientRequestHandler' does not conform to the 'Sendable' protocol
32 |     public let apiKey: String
33 |
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPT/ChatGPT.swift:25:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Base'
 23 | import Foundation
 24 | import Get
 25 | import Base
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Base'
 26 | @_exported import GPTSwiftSharedTypes
 27 |
/Users/admin/builder/spi-builder-workspace/Sources/ChatGPT/ChatGPT.swift:157:37: warning: non-sendable result type 'Response<Response>' cannot be sent from actor-isolated context in call to instance method 'send(_:delegate:configure:)'; this is an error in the Swift 6 language mode
153 |     /// - Parameter request: The request to send.
154 |     /// - Returns: The response object, already decoded.
155 |     private func send<Response: Codable>(request: Request<Response>) async throws -> Response {
    |                       `- note: consider making generic parameter 'Response' conform to the 'Sendable' protocol
156 |         do {
157 |             return try await client.send(request).value
    |                                     `- warning: non-sendable result type 'Response<Response>' cannot be sent from actor-isolated context in call to instance method 'send(_:delegate:configure:)'; this is an error in the Swift 6 language mode
158 |         } catch {
159 |             throw _errorToGPTSwiftError(error)
[39/40] Emitting module ChatGPT
[40/40] Compiling ChatGPT ChatGPT+StreamedAnswer.swift
Build complete! (7.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "get",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.6",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Get"
    }
  ],
  "manifest_display_name" : "GPTSwift",
  "name" : "GPTSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ChatGPT",
      "targets" : [
        "ChatGPT",
        "GPTSwiftSharedTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GPT",
      "targets" : [
        "GPT",
        "GPTSwiftSharedTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAI",
      "targets" : [
        "OpenAI",
        "GPTSwiftSharedTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAI",
      "module_type" : "SwiftTarget",
      "name" : "OpenAI",
      "path" : "Sources/OpenAI",
      "product_dependencies" : [
        "Get"
      ],
      "product_memberships" : [
        "OpenAI"
      ],
      "sources" : [
        "Models/ModelList.swift",
        "OpenAI.swift"
      ],
      "target_dependencies" : [
        "Base",
        "GPTSwiftSharedTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GPTSwiftSharedTypes",
      "module_type" : "SwiftTarget",
      "name" : "GPTSwiftSharedTypes",
      "path" : "Sources/GPTSwiftSharedTypes",
      "product_memberships" : [
        "ChatGPT",
        "GPT",
        "OpenAI"
      ],
      "sources" : [
        "GPTSwiftError.swift",
        "OpenAIError.swift",
        "URLRequest+curl.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GPT",
      "module_type" : "SwiftTarget",
      "name" : "GPT",
      "path" : "Sources/GPT",
      "product_dependencies" : [
        "Get"
      ],
      "product_memberships" : [
        "GPT"
      ],
      "sources" : [
        "GPT+StreamedAnswer.swift",
        "GPT.swift",
        "Models/CompletionRequest.swift",
        "Models/CompletionResponse.swift",
        "Models/CompletionStreamedResponse.swift",
        "Models/GPTModel.swift"
      ],
      "target_dependencies" : [
        "Base",
        "GPTSwiftSharedTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ChatGPT",
      "module_type" : "SwiftTarget",
      "name" : "ChatGPT",
      "path" : "Sources/ChatGPT",
      "product_dependencies" : [
        "Get"
      ],
      "product_memberships" : [
        "ChatGPT"
      ],
      "sources" : [
        "ChatGPT+StreamedAnswer.swift",
        "ChatGPT.swift",
        "Models/ChatGPTModel.swift",
        "Models/ChatMessage.swift",
        "Models/ChatMessageRole.swift",
        "Models/ChatRequest.swift",
        "Models/ChatResponse.swift",
        "Models/ChatStreamedMessage.swift",
        "Models/ChatStreamedResponse.swift"
      ],
      "target_dependencies" : [
        "Base",
        "GPTSwiftSharedTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Base",
      "module_type" : "SwiftTarget",
      "name" : "Base",
      "path" : "Sources/Base",
      "product_dependencies" : [
        "Get"
      ],
      "product_memberships" : [
        "ChatGPT",
        "GPT",
        "OpenAI"
      ],
      "sources" : [
        "API.swift",
        "APIClientRequestHandler.swift"
      ],
      "target_dependencies" : [
        "GPTSwiftSharedTypes"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/swiftedmind/gptswift/3.0.1
Repository:               SwiftedMind/GPTSwift
Swift version used:       6.1
Target:                   GPTSwift
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/kean/Get
Updated https://github.com/kean/Get (0.41s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.49s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.38s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit Identifier.swift
[10/53] Compiling SymbolKit KindIdentifier.swift
[11/53] Compiling SymbolKit Location.swift
[12/53] Compiling SymbolKit Mutability.swift
[13/57] Compiling SymbolKit Relationship.swift
[14/57] Compiling SymbolKit RelationshipKind.swift
[15/57] Compiling SymbolKit SourceOrigin.swift
[16/57] Compiling SymbolKit GenericConstraints.swift
[17/57] Compiling SymbolKit Swift.swift
[18/57] Compiling SymbolKit Names.swift
[19/57] Compiling SymbolKit SPI.swift
[20/57] Compiling SymbolKit Snippet.swift
[21/57] Compiling SymbolKit Extension.swift
[22/57] Compiling SymbolKit DeclarationFragments.swift
[23/57] Compiling SymbolKit Fragment.swift
[24/57] Compiling SymbolKit FragmentKind.swift
[25/57] Compiling SymbolKit FunctionParameter.swift
[26/57] Compiling SymbolKit FunctionSignature.swift
[27/57] Compiling SymbolKit SemanticVersion.swift
[28/57] Compiling SymbolKit AccessControl.swift
[29/57] Compiling SymbolKit Availability.swift
[30/57] Compiling SymbolKit AvailabilityItem.swift
[31/57] Compiling SymbolKit Domain.swift
[32/57] Compiling SymbolKit Mixin+Equals.swift
[33/57] Compiling SymbolKit Mixin+Hash.swift
[34/57] Compiling SymbolKit Mixin.swift
[35/57] Compiling SymbolKit LineList.swift
[36/57] Compiling SymbolKit Position.swift
[37/57] Compiling SymbolKit Symbol.swift
[38/57] Compiling SymbolKit SymbolKind.swift
[39/57] Compiling SymbolKit SymbolGraph.swift
[40/57] Compiling SymbolKit GraphCollector.swift
[41/57] Compiling SymbolKit GenericConstraint.swift
[42/57] Compiling SymbolKit GenericParameter.swift
[43/57] Compiling SymbolKit Generics.swift
[44/57] Compiling SymbolKit Namespace.swift
[45/57] Emitting module SymbolKit
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.24s)
error: no target named 'GPTSwift'
compatible targets: 'ChatGPT', 'GPTSwiftSharedTypes', 'GPT', 'OpenAI', 'Base', 'Get'
       1
0	/Users/admin/builder/spi-builder-workspace/.docs/swiftedmind/gptswift/3.0.1
✅  Doc result (uploading) reported
Error while generating docs: Error Domain=NSCocoaErrorDomain Code=260 "The folder “documentation” doesn’t exist." UserInfo={NSUserStringVariant=(
    Folder
), NSFilePath=/Users/admin/builder/spi-builder-workspace/.docs/swiftedmind/gptswift/3.0.1/documentation, NSURL=file:///Users/admin/builder/spi-builder-workspace/.docs/swiftedmind/gptswift/3.0.1/documentation, NSUnderlyingError=0x600001a5d620 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
✅  Doc result (failed) reported
Done.