The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AlpacaChat, reference master (9b5600), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 05:54:19 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/niw/AlpacaChat.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/niw/AlpacaChat
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9b5600e Add syntax highlighting. (#3)
Cloned https://github.com/niw/AlpacaChat.git
Revision (git rev-parse @):
9b5600eb4624cb7739b6df03d3acde76cb7bd2ef
SUCCESS checkout https://github.com/niw/AlpacaChat.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/niw/AlpacaChat.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] Write swift-version-1EA4D86E10B52AF.txt
[2/6] Compiling alpaca.cpp ggml.c
[3/6] Compiling alpaca.cpp chat.cpp
[4/6] Compiling AlpacaChatObjC ALPChat.mm
[5/9] Compiling alpaca.cpp utils.cpp
[7/9] Compiling AlpacaChat Model.swift
[8/9] Compiling AlpacaChat Chat.swift
[9/9] Emitting module AlpacaChat
Build complete! (4.19s)
Build complete.
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
  ],
  "manifest_display_name" : "AlpacaChat",
  "name" : "AlpacaChat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AlpacaChat",
      "targets" : [
        "AlpacaChat",
        "AlpacaChatObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "alpaca_cpp",
      "module_type" : "ClangTarget",
      "name" : "alpaca.cpp",
      "path" : "Sources/alpaca.cpp",
      "product_memberships" : [
        "AlpacaChat"
      ],
      "sources" : [
        "chat.cpp",
        "ggml.c",
        "utils.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AlpacaChatObjC",
      "module_type" : "ClangTarget",
      "name" : "AlpacaChatObjC",
      "path" : "Sources/AlpacaChatObjC",
      "product_memberships" : [
        "AlpacaChat"
      ],
      "sources" : [
        "ALPChat.mm"
      ],
      "target_dependencies" : [
        "alpaca.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AlpacaChat",
      "module_type" : "SwiftTarget",
      "name" : "AlpacaChat",
      "path" : "Sources/AlpacaChat",
      "product_memberships" : [
        "AlpacaChat"
      ],
      "sources" : [
        "Chat.swift",
        "Model.swift"
      ],
      "target_dependencies" : [
        "AlpacaChatObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.