The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of llama.swift, reference 1.7406.0 (fe7a05), with Swift 6.2 for macOS (SPM) on 15 Dec 2025 11:41:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/llama.swift.git
Reference: 1.7406.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/llama.swift
 * tag               1.7406.0   -> FETCH_HEAD
HEAD is now at fe7a054 Update llama.cpp release to b7406
Cloned https://github.com/mattt/llama.swift.git
Revision (git rev-parse @):
fe7a054aee9ed6eb3d9eb59d06350609cf252282
SUCCESS checkout https://github.com/mattt/llama.swift.git at 1.7406.0
Downloading binary artifact https://github.com/ggml-org/llama.cpp/releases/download/b7406/llama-b7406-xcframework.zip
[16375/147180703] Downloading https://github.com/ggml-org/llama.cpp/releases/download/b7406/llama-b7406-xcframework.zip
Downloaded https://github.com/ggml-org/llama.cpp/releases/download/b7406/llama-b7406-xcframework.zip (7.36s)
========================================
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": "llama.swift",
      "name": "llama.swift",
      "url": "https://github.com/mattt/llama.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/llama.swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattt/llama.swift.git
[1/1483] Fetching llama.swift
Fetched https://github.com/mattt/llama.swift.git from cache (0.89s)
Creating working copy for https://github.com/mattt/llama.swift.git
Working copy of https://github.com/mattt/llama.swift.git resolved at 1.7406.0 (fe7a054)
Fetching binary artifact https://github.com/ggml-org/llama.cpp/releases/download/b7406/llama-b7406-xcframework.zip from cache
Fetched https://github.com/ggml-org/llama.cpp/releases/download/b7406/llama-b7406-xcframework.zip from cache (6.40s)
warning: '.resolve-product-dependencies': dependency 'llama.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattt/llama.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying llama.framework
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/5] Compiling Llama Llama.swift
[5/5] Emitting module Llama
Build complete! (0.93s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "llama.swift",
  "name" : "llama.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Llama",
      "targets" : [
        "Llama"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "llama_cpp",
      "module_type" : "BinaryTarget",
      "name" : "llama-cpp",
      "path" : "remote/archive/llama-b7406-xcframework.zip",
      "product_memberships" : [
        "Llama"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "LlamaTests",
      "module_type" : "SwiftTarget",
      "name" : "LlamaTests",
      "path" : "Tests/LlamaTests",
      "sources" : [
        "LlamaTests.swift"
      ],
      "target_dependencies" : [
        "Llama"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Llama",
      "module_type" : "SwiftTarget",
      "name" : "Llama",
      "path" : "Sources/Llama",
      "product_memberships" : [
        "Llama"
      ],
      "sources" : [
        "Llama.swift"
      ],
      "target_dependencies" : [
        "llama-cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.