Build Information
Successful build of GPTSwift, reference main (94fffc
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 04:41:35 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: 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
========================================
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 URLRequest+curl.swift
[9/17] Compiling Get Request.swift
[10/17] Compiling Get Response.swift
[11/17] Compiling GPTSwiftSharedTypes GPTSwiftError.swift
[12/17] Compiling GPTSwiftSharedTypes OpenAIError.swift
[13/17] Emitting module GPTSwiftSharedTypes
[14/17] Compiling Get APIClientDelegate.swift
[15/17] Compiling Get APIClient.swift
[16/17] Emitting module Get
[17/17] Compiling Get DataLoader.swift
[18/20] Compiling Base APIClientRequestHandler.swift
[19/20] Emitting module Base
[20/20] Compiling Base API.swift
[21/40] Compiling OpenAI OpenAI.swift
[22/40] Compiling GPT GPTModel.swift
[23/40] Compiling GPT CompletionStreamedResponse.swift
[24/40] Compiling ChatGPT ChatGPTModel.swift
[25/40] Compiling ChatGPT ChatStreamedMessage.swift
[26/40] Compiling ChatGPT ChatStreamedResponse.swift
[27/40] Compiling OpenAI ModelList.swift
[28/40] Emitting module OpenAI
[29/40] Compiling GPT CompletionResponse.swift
[30/40] Compiling ChatGPT ChatGPT.swift
[31/40] Compiling GPT GPT.swift
[32/40] Emitting module GPT
[33/40] Compiling GPT GPT+StreamedAnswer.swift
[34/40] Compiling GPT CompletionRequest.swift
[35/40] Compiling ChatGPT ChatResponse.swift
[36/40] Compiling ChatGPT ChatMessageRole.swift
[37/40] Compiling ChatGPT ChatRequest.swift
[38/40] Compiling ChatGPT ChatMessage.swift
[39/40] Emitting module ChatGPT
[40/40] Compiling ChatGPT ChatGPT+StreamedAnswer.swift
Build complete! (8.77s)
Fetching https://github.com/kean/Get
[1/2349] Fetching get
Fetched https://github.com/kean/Get from cache (1.04s)
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.