The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VectorNest, reference main (0fb7aa), with Swift 6.2 for macOS (SPM) on 29 Jun 2025 04:34:20 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/PicoMLX/PicoVector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PicoMLX/PicoVector
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0fb7aac Update README.md
Cloned https://github.com/PicoMLX/PicoVector.git
Revision (git rev-parse @):
0fb7aaca8c715327e8a4032ad0c3a44b0db7dac2
SUCCESS checkout https://github.com/PicoMLX/PicoVector.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PicoMLX/PicoVector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Copying gpt3-vocab.bpe
[2/6] Write sources
[4/6] Copying gpt3-encoder.json
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/12] Compiling Get Request.swift
[8/12] Compiling Get Response.swift
[9/12] Compiling Get DataLoader.swift
[10/12] Emitting module Get
[11/12] Compiling Get APIClientDelegate.swift
[12/12] Compiling Get APIClient.swift
[13/38] Emitting module CleverBird
[14/40] Compiling CleverBird Pattern.swift
[15/40] Compiling CleverBird Token.swift
[16/40] Compiling CleverBird OpenAIAPIConnection+createChatCompletionRequest.swift
[17/40] Compiling CleverBird Penalty.swift
[18/40] Compiling CleverBird Percentage.swift
[19/40] Compiling CleverBird CleverBirdError.swift
[20/40] Compiling CleverBird OpenAIAPIConnection.swift
[21/40] Compiling CleverBird ChatCompletionRequestParameters.swift
[22/40] Compiling CleverBird ChatThread+complete.swift
[23/40] Compiling CleverBird ChatThread+tokenCount.swift
[24/40] Compiling CleverBird ChatThread.swift
[25/40] Compiling CleverBird Function.swift
[26/40] Compiling CleverBird FunctionCall.swift
[27/40] Compiling CleverBird FunctionCallMode.swift
[28/40] Compiling CleverBird TokenEncoder.swift
[29/40] Compiling CleverBird resource_bundle_accessor.swift
[30/40] Compiling CleverBird FunctionRegistry.swift
[31/40] Compiling CleverBird JSONType.swift
[32/40] Compiling CleverBird JSONValue.swift
[33/40] Compiling CleverBird ChatCompletionResponse.swift
[34/40] Compiling CleverBird ChatMessage.swift
[35/40] Compiling CleverBird ChatModel.swift
[36/40] Compiling CleverBird StreamableChatThread+complete.swift
[37/40] Compiling CleverBird StreamableChatThread.swift
[38/40] Compiling CleverBird ChatStreamedResponseChunk.swift
[39/40] Compiling CleverBird ChatThread+withStreaming.swift
[40/40] Compiling CleverBird OpenAIAPIConnection+createChatCompletionAsyncByteStream.swift
[41/45] Emitting module VectorNest
[42/45] Compiling VectorNest VectorNest.swift
[43/45] Compiling VectorNest RecursiveTextSplitter.swift
[44/45] Compiling VectorNest ParagraphTextSplitter.swift
[45/45] Compiling VectorNest TextSplitter.swift
Build complete! (15.74s)
Fetching https://github.com/btfranklin/CleverBird
[1/1160] Fetching cleverbird
Fetched https://github.com/btfranklin/CleverBird from cache (1.05s)
Computing version for https://github.com/btfranklin/CleverBird
Computed https://github.com/btfranklin/CleverBird at 3.2.1 (3.44s)
Fetching https://github.com/kean/Get
[1/2349] Fetching get
Fetched https://github.com/kean/Get from cache (1.02s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (1.54s)
Creating working copy for https://github.com/btfranklin/CleverBird
Working copy of https://github.com/btfranklin/CleverBird resolved at 3.2.1
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" : "cleverbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/btfranklin/CleverBird"
    }
  ],
  "manifest_display_name" : "VectorNest",
  "name" : "VectorNest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "VectorNest",
      "targets" : [
        "VectorNest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VectorNestTests",
      "module_type" : "SwiftTarget",
      "name" : "VectorNestTests",
      "path" : "Tests/VectorNestTests",
      "sources" : [
        "VectorNestTests.swift"
      ],
      "target_dependencies" : [
        "VectorNest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VectorNest",
      "module_type" : "SwiftTarget",
      "name" : "VectorNest",
      "path" : "Sources/VectorNest",
      "product_dependencies" : [
        "CleverBird"
      ],
      "product_memberships" : [
        "VectorNest"
      ],
      "sources" : [
        "TextSplitter/ParagraphTextSplitter.swift",
        "TextSplitter/RecursiveTextSplitter.swift",
        "TextSplitter/TextSplitter.swift",
        "VectorNest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.