The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VectorNest, reference main (0fb7aa), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:38:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/btfranklin/CleverBird
Fetching https://github.com/kean/Get
[1/1160] Fetching cleverbird
[257/3509] Fetching cleverbird, get
Fetched https://github.com/kean/Get from cache (1.20s)
Fetched https://github.com/btfranklin/CleverBird from cache (1.20s)
Computing version for https://github.com/btfranklin/CleverBird
Computed https://github.com/btfranklin/CleverBird at 3.2.1 (4.41s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (0.66s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.1.6
Creating working copy for https://github.com/btfranklin/CleverBird
Working copy of https://github.com/btfranklin/CleverBird resolved at 3.2.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "picovector",
      "name": "VectorNest",
      "url": "https://github.com/PicoMLX/PicoVector.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PicoVector",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "cleverbird",
          "name": "CleverBird",
          "url": "https://github.com/btfranklin/CleverBird",
          "version": "3.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CleverBird",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "get",
              "name": "Get",
              "url": "https://github.com/kean/Get",
              "version": "2.2.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Get",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/PicoMLX/PicoVector.git
[1/81] Fetching picovector
Fetched https://github.com/PicoMLX/PicoVector.git from cache (0.82s)
Fetching https://github.com/btfranklin/CleverBird from cache
Fetched https://github.com/btfranklin/CleverBird from cache (0.48s)
Computing version for https://github.com/btfranklin/CleverBird
Computed https://github.com/btfranklin/CleverBird at 3.2.1 (0.54s)
Fetching https://github.com/kean/Get from cache
Fetched https://github.com/kean/Get from cache (0.46s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (0.52s)
Creating working copy for https://github.com/PicoMLX/PicoVector.git
Working copy of https://github.com/PicoMLX/PicoVector.git resolved at main (0fb7aac)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
Creating working copy for https://github.com/btfranklin/CleverBird
Working copy of https://github.com/btfranklin/CleverBird resolved at 3.2.1
warning: '.resolve-product-dependencies': dependency 'picovector' is not used by any target
Found 1 product dependencies
  - CleverBird
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/PicoMLX/PicoVector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Copying gpt3-encoder.json
[3/6] Write sources
[4/6] Copying gpt3-vocab.bpe
[5/6] Write swift-version--6988338F2F200930.txt
[7/12] Compiling Get DataLoader.swift
[8/12] Compiling Get Request.swift
[9/12] Compiling Get APIClientDelegate.swift
[10/12] Compiling Get APIClient.swift
[11/12] Emitting module Get
[12/12] Compiling Get Response.swift
[13/38] Compiling CleverBird StreamableChatThread+complete.swift
[14/38] Compiling CleverBird StreamableChatThread.swift
[15/40] Compiling CleverBird OpenAIAPIConnection+createChatCompletionRequest.swift
[16/40] Compiling CleverBird Penalty.swift
[17/40] Compiling CleverBird Percentage.swift
[18/40] Compiling CleverBird FunctionRegistry.swift
[19/40] Compiling CleverBird JSONType.swift
[20/40] Compiling CleverBird JSONValue.swift
[21/40] Compiling CleverBird ChatStreamedResponseChunk.swift
[22/40] Compiling CleverBird ChatThread+withStreaming.swift
[23/40] Compiling CleverBird OpenAIAPIConnection+createChatCompletionAsyncByteStream.swift
[24/40] Compiling CleverBird Pattern.swift
[25/40] Compiling CleverBird Token.swift
[26/40] Compiling CleverBird ChatCompletionResponse.swift
[27/40] Compiling CleverBird ChatMessage.swift
[28/40] Compiling CleverBird ChatModel.swift
[29/40] Compiling CleverBird CleverBirdError.swift
[30/40] Compiling CleverBird OpenAIAPIConnection.swift
[31/40] Compiling CleverBird ChatCompletionRequestParameters.swift
[32/40] Emitting module CleverBird
[33/40] Compiling CleverBird ChatThread+complete.swift
[34/40] Compiling CleverBird ChatThread+tokenCount.swift
[35/40] Compiling CleverBird ChatThread.swift
[36/40] Compiling CleverBird Function.swift
[37/40] Compiling CleverBird FunctionCall.swift
[38/40] Compiling CleverBird FunctionCallMode.swift
[39/40] Compiling CleverBird TokenEncoder.swift
[40/40] Compiling CleverBird resource_bundle_accessor.swift
[41/45] Compiling VectorNest TextSplitter.swift
[42/45] Emitting module VectorNest
[43/45] Compiling VectorNest RecursiveTextSplitter.swift
[44/45] Compiling VectorNest VectorNest.swift
[45/45] Compiling VectorNest ParagraphTextSplitter.swift
Build complete! (12.53s)
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.