The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CameLLM with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/camellm/camellm.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/camellm/camellm
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7cd0e42 add helper to initialize ParameterSize from String
Cloned https://github.com/camellm/camellm.git
Revision (git rev-parse @):
7cd0e42834f58a46f15eb2d162562f7ebc40ac61
SUCCESS checkout https://github.com/camellm/camellm.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "camellm",
      "name": "CameLLM",
      "url": "https://github.com/camellm/camellm.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/camellm",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/camellm/camellm.git
[2/72] Fetching camellm
Fetched https://github.com/camellm/camellm.git (0.28s)
Creating working copy for https://github.com/camellm/camellm.git
Working copy of https://github.com/camellm/camellm.git resolved at main
warning: '.resolve-product-dependencies': dependency 'camellm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling CameLLMObjCxx CameLLMError.m
[1/2] Compiling SessionContext.m
[3/16] Compiling CameLLM Session.swift
[4/16] Compiling CameLLM SessionContext.swift
[5/17] Compiling CameLLM ModelCard.swift
[6/17] Compiling CameLLM ModelUtils.swift
[7/17] Compiling CameLLM ParameterSize.swift
[8/17] Compiling CameLLM PredictionCancellable.swift
[9/17] Compiling CameLLM ModelConversion.swift
[10/17] Compiling CameLLM ModelConversionPipeline.swift
[11/17] Compiling CameLLM ModelConversionStep.swift
[12/17] Compiling CameLLM CameLLMError.swift
[13/17] Compiling CameLLM ModelConverter.swift
[14/17] Compiling CameLLM ChainedConversionStep.swift
[15/17] Emitting module CameLLM
[16/17] Compiling CameLLM SessionContextProviding.swift
[17/17] Compiling CameLLM SessionManager.swift
Build complete! (7.97s)
Build complete.
Done.