The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GPTSwift, reference 3.0.1 (c90d3f), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 04:49:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftedMind/GPTSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/17] Compiling GPTSwiftSharedTypes OpenAIError.swift
[9/17] Emitting module GPTSwiftSharedTypes
[10/17] Compiling GPTSwiftSharedTypes GPTSwiftError.swift
[11/17] Compiling GPTSwiftSharedTypes URLRequest+curl.swift
[12/17] Compiling Get Request.swift
[13/17] Compiling Get Response.swift
[14/17] Compiling Get APIClientDelegate.swift
[15/17] Compiling Get DataLoader.swift
[16/17] Compiling Get APIClient.swift
[17/17] Emitting module Get
[18/20] Compiling Base APIClientRequestHandler.swift
[19/20] Compiling Base API.swift
[20/20] Emitting module Base
[21/40] Compiling OpenAI OpenAI.swift
[22/40] Emitting module OpenAI
[23/40] Compiling OpenAI ModelList.swift
[24/40] Compiling ChatGPT ChatStreamedResponse.swift
[25/40] Compiling ChatGPT ChatStreamedMessage.swift
[26/40] Compiling GPT CompletionStreamedResponse.swift
[27/40] Compiling GPT GPTModel.swift
[28/40] Compiling GPT CompletionResponse.swift
[29/40] Compiling GPT GPT.swift
[30/40] Compiling ChatGPT ChatResponse.swift
[31/40] Compiling GPT GPT+StreamedAnswer.swift
[32/40] Compiling GPT CompletionRequest.swift
[33/40] Emitting module GPT
[34/40] Compiling ChatGPT ChatMessageRole.swift
[35/40] Compiling ChatGPT ChatMessage.swift
[36/40] Compiling ChatGPT ChatGPTModel.swift
[37/40] Compiling ChatGPT ChatRequest.swift
[38/40] Compiling ChatGPT ChatGPT.swift
[39/40] Compiling ChatGPT ChatGPT+StreamedAnswer.swift
[40/40] Emitting module ChatGPT
Build complete! (8.96s)
Fetching https://github.com/kean/Get
[1/2349] Fetching get
Fetched https://github.com/kean/Get from cache (1.03s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (1.59s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
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"
}
Done.