The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GPTSwift with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftedMind/GPTSwift.git
Reference: 3.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 into spi-builder-workspace
c90d3fc4418119aa6cc796ded049fa73f4b28185
SPI manifest file found: spi-builder-workspace/.spi.yml
SUCCESS checkout https://github.com/SwiftedMind/GPTSwift.git at 3.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/kean/Get from cache
Fetched https://github.com/kean/Get (0.18s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (0.02s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.1.6
Building for debugging...
[1/10] Compiling Get Response.swift
[2/10] Compiling GPTSwiftSharedTypes GPTSwiftError.swift
[3/10] Emitting module GPTSwiftSharedTypes
[4/10] Compiling GPTSwiftSharedTypes OpenAIError.swift
[5/10] Compiling GPTSwiftSharedTypes URLRequest+curl.swift
[6/10] Compiling Get Request.swift
[7/10] Compiling Get APIClientDelegate.swift
[8/10] Compiling Get APIClient.swift
[9/10] Emitting module Get
[10/10] Compiling Get DataLoader.swift
[11/13] Compiling Base API.swift
[12/13] Emitting module Base
[13/13] Compiling Base APIClientRequestHandler.swift
[14/32] Compiling ChatGPT ChatStreamedMessage.swift
[15/33] Compiling GPT GPTModel.swift
[16/33] Compiling GPT CompletionStreamedResponse.swift
[17/33] Compiling GPT GPT.swift
[18/33] Compiling GPT CompletionRequest.swift
[19/33] Compiling GPT GPT+StreamedAnswer.swift
[20/33] Emitting module GPT
[21/33] Compiling GPT CompletionResponse.swift
[22/33] Emitting module OpenAI
[23/33] Compiling OpenAI ModelList.swift
[24/33] Compiling OpenAI OpenAI.swift
[25/33] Compiling ChatGPT ChatRequest.swift
[26/33] Compiling ChatGPT ChatMessageRole.swift
[27/33] Compiling ChatGPT ChatMessage.swift
[28/33] Compiling ChatGPT ChatResponse.swift
[29/33] Compiling ChatGPT ChatGPTModel.swift
[30/33] Compiling ChatGPT ChatStreamedResponse.swift
[31/33] Compiling ChatGPT ChatGPT+StreamedAnswer.swift
[32/33] Compiling ChatGPT ChatGPT.swift
[33/33] Emitting module ChatGPT
Build complete! (7.86s)
Build complete.
Done.