Build Information
Successful build of CleverBird, reference main (8b1fa8
), with Swift 5.10 for macOS (SPM) on 25 Jul 2024 11:15:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/CleverBird.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/btfranklin/CleverBird
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8b1fa83 Added banner image to the README
Cloned https://github.com/btfranklin/CleverBird.git
Revision (git rev-parse @):
8b1fa839e9eb92bc889a42a7b887375805bb5064
SUCCESS checkout https://github.com/btfranklin/CleverBird.git at main
Fetching https://github.com/kean/Get
[1/2329] Fetching get
Fetched https://github.com/kean/Get from cache (1.68s)
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": "cleverbird",
"name": "CleverBird",
"url": "https://github.com/btfranklin/CleverBird.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CleverBird",
"dependencies": [
{
"identity": "get",
"name": "Get",
"url": "https://github.com/kean/Get",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Get",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/btfranklin/CleverBird.git
[1/1160] Fetching cleverbird
Fetched https://github.com/btfranklin/CleverBird.git from cache (1.19s)
Fetching https://github.com/kean/Get from cache
Fetched https://github.com/kean/Get from cache (0.47s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.0 (0.03s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.0
Creating working copy for https://github.com/btfranklin/CleverBird.git
Working copy of https://github.com/btfranklin/CleverBird.git resolved at main (8b1fa83)
warning: '.resolve-product-dependencies': dependency 'cleverbird' is not used by any target
Found 1 product dependencies
- Get
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/btfranklin/CleverBird.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Copying gpt3-vocab.bpe
[3/5] Copying gpt3-encoder.json
[4/5] Write swift-version-33747A42983211AE.txt
[6/11] Compiling Get Response.swift
[7/11] Compiling Get APIClient.swift
[8/11] Compiling Get DataLoader.swift
[9/11] Compiling Get APIClientDelegate.swift
[10/11] Emitting module Get
[11/11] Compiling Get Request.swift
[12/46] Emitting module CleverBird
[13/49] Compiling CleverBird EmbeddingModel.swift
[14/49] Compiling CleverBird EmbeddingRequestParameters.swift
[15/49] Compiling CleverBird EmbeddingResponse.swift
[16/49] Compiling CleverBird FunctionRegistry.swift
[17/49] Compiling CleverBird JSONType.swift
[18/49] Compiling CleverBird JSONValue.swift
[19/49] Compiling CleverBird MessageContent.swift
[20/49] Compiling CleverBird OpenAIAPIConnection+createChatCompletionRequest.swift
[21/49] Compiling CleverBird Penalty.swift
[22/49] Compiling CleverBird Percentage.swift
[23/49] Compiling CleverBird ChatStreamedResponseChunk.swift
[24/49] Compiling CleverBird ChatThread+withStreaming.swift
[25/49] Compiling CleverBird OpenAIAPIConnection+createChatCompletionAsyncByteStream.swift
[26/49] Compiling CleverBird StreamOptions.swift
[27/49] Compiling CleverBird StreamableChatThread+complete.swift
[28/49] Compiling CleverBird OpenAIAPIConnection+createEmbeddingRequest.swift
[29/49] Compiling CleverBird typealiases.swift
[30/49] Compiling CleverBird Pattern.swift
[31/49] Compiling CleverBird CleverBirdError.swift
[32/49] Compiling CleverBird OpenAIAPIConnection.swift
[33/49] Compiling CleverBird ChatCompletionRequestParameters.swift
[34/49] Compiling CleverBird ChatCompletionResponse.swift
[35/49] Compiling CleverBird ChatThread.swift
[36/49] Compiling CleverBird Function.swift
[37/49] Compiling CleverBird FunctionCall.swift
[38/49] Compiling CleverBird FunctionCallMode.swift
[39/49] Compiling CleverBird ChatMessage.swift
[40/49] Compiling CleverBird ChatModel.swift
[41/49] Compiling CleverBird ChatThread+complete.swift
[42/49] Compiling CleverBird ChatThread+tokenCount.swift
[43/49] Compiling CleverBird Token.swift
[44/49] Compiling CleverBird TokenEncoder.swift
[45/49] Compiling CleverBird resource_bundle_accessor.swift
[46/49] Compiling CleverBird StreamableChatThread.swift
[47/49] Compiling CleverBird EmbeddedDocumentStore+persistence.swift
[48/49] Compiling CleverBird EmbeddedDocumentStore.SimilarityMetric.swift
[49/49] Compiling CleverBird EmbeddedDocumentStore.swift
Build complete! (9.37s)
Build complete.
Done.