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 main (94fffc), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 11:07:50 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftedMind/GPTSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftedMind/GPTSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 94fffc2 Update README.md
Cloned https://github.com/SwiftedMind/GPTSwift.git
Revision (git rev-parse @):
94fffc26a5978bdf3720e5c31d225ae4dc69507d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftedMind/GPTSwift.git at main
Fetching https://github.com/kean/Get
[1/2335] Fetching get
Fetched https://github.com/kean/Get from cache (1.19s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (0.60s)
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
[1/370] Fetching gptswift
Fetched https://github.com/SwiftedMind/GPTSwift.git from cache (0.74s)
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.02s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
Creating working copy for https://github.com/SwiftedMind/GPTSwift.git
Working copy of https://github.com/SwiftedMind/GPTSwift.git resolved at main (94fffc2)
warning: '.resolve-product-dependencies': dependency 'gptswift' is not used by any target
Found 1 product dependencies
  - Get
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
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.1.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--7754E27361AE5C74.txt
[8/17] Compiling GPTSwiftSharedTypes URLRequest+curl.swift
[9/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 |         ///
[10/17] Compiling Get APIClient.swift
[11/17] Emitting module Get
[12/17] Compiling GPTSwiftSharedTypes OpenAIError.swift
[13/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 |         ///
[14/17] Compiling Get Response.swift
[15/17] Compiling Get APIClientDelegate.swift
[16/17] Compiling Get Request.swift
[17/17] Compiling Get DataLoader.swift
[18/20] Emitting module Base
[19/20] Compiling Base APIClientRequestHandler.swift
[20/20] Compiling Base API.swift
[21/40] Compiling ChatGPT ChatMessage.swift
[22/40] Compiling ChatGPT ChatGPTModel.swift
[23/40] Compiling ChatGPT ChatStreamedMessage.swift
[24/40] Compiling OpenAI ModelList.swift
[25/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 type 'Response<Response>' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; 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 type 'Response<Response>' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
118 |         } catch {
119 |             throw _errorToGPTSwiftError(error)
[26/40] Emitting module OpenAI
[27/40] Compiling ChatGPT ChatStreamedResponse.swift
[28/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 type 'Response<Response>' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; 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 type 'Response<Response>' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
158 |         } catch {
159 |             throw _errorToGPTSwiftError(error)
[29/40] Compiling ChatGPT ChatResponse.swift
[30/40] Compiling GPT GPT+StreamedAnswer.swift
[31/40] Compiling GPT GPTModel.swift
[32/40] Compiling GPT CompletionResponse.swift
[33/40] Compiling GPT CompletionStreamedResponse.swift
[34/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 type 'Response<Response>' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; 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 type 'Response<Response>' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
125 |         } catch {
126 |             throw _errorToGPTSwiftError(error)
[35/40] Compiling GPT CompletionRequest.swift
[36/40] Compiling ChatGPT ChatMessageRole.swift
[37/40] Compiling ChatGPT ChatRequest.swift
[38/40] Emitting module GPT
[39/40] Compiling ChatGPT ChatGPT+StreamedAnswer.swift
[40/40] Emitting module ChatGPT
Build complete! (14.83s)
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/main
Repository:               SwiftedMind/GPTSwift
Swift version used:       6.0
Target:                   GPTSwift
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/kean/Get
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Updated https://github.com/kean/Get (0.44s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3186] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
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
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
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit DeclarationFragments.swift
[8/57] Compiling SymbolKit Fragment.swift
[9/57] Compiling SymbolKit FragmentKind.swift
[10/57] Compiling SymbolKit FunctionParameter.swift
[11/57] Compiling SymbolKit FunctionSignature.swift
[12/57] Compiling SymbolKit Mixin+Equals.swift
[13/57] Compiling SymbolKit Mixin+Hash.swift
[14/57] Compiling SymbolKit Mixin.swift
[15/57] Compiling SymbolKit LineList.swift
[16/57] Compiling SymbolKit Position.swift
[17/57] Compiling SymbolKit SemanticVersion.swift
[18/57] Compiling SymbolKit AccessControl.swift
[19/57] Compiling SymbolKit Availability.swift
[20/57] Compiling SymbolKit AvailabilityItem.swift
[21/57] Compiling SymbolKit Domain.swift
[22/57] Compiling SymbolKit GenericConstraint.swift
[23/57] Compiling SymbolKit GenericParameter.swift
[24/57] Compiling SymbolKit Generics.swift
[25/57] Compiling SymbolKit Namespace.swift
[26/57] Compiling SymbolKit SourceRange.swift
[27/57] Compiling SymbolKit Metadata.swift
[28/57] Compiling SymbolKit Module.swift
[29/57] Compiling SymbolKit OperatingSystem.swift
[30/57] Compiling SymbolKit Platform.swift
[31/57] Compiling Snippets Snippet.swift
[32/57] Emitting module Snippets
[33/57] Compiling Snippets SnippetParser.swift
[34/57] Compiling SymbolKit Identifier.swift
[35/57] Compiling SymbolKit KindIdentifier.swift
[36/57] Compiling SymbolKit Location.swift
[37/57] Compiling SymbolKit Mutability.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.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] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.07s)
error: no target named 'GPTSwift'
compatible targets: 'ChatGPT', 'GPTSwiftSharedTypes', 'GPT', 'OpenAI', 'Base', 'Get'
       1
0	/Users/admin/builder/spi-builder-workspace/.docs/swiftedmind/gptswift/main
✅  Doc result (uploading) reported
Error while generating docs: Error Domain=NSCocoaErrorDomain Code=260 "The folder “documentation” doesn’t exist." UserInfo={NSFilePath=/Users/admin/builder/spi-builder-workspace/.docs/swiftedmind/gptswift/main/documentation, NSUserStringVariant=(
    Folder
), NSUnderlyingError=0x600003fe0930 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
✅  Doc result (failed) reported
Done.