Build Information
Successful build of llama.swift 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/alexrozanski/llama.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/alexrozanski/llama.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 74eb467 fix error handling in LlamaEvent
Cloned https://github.com/alexrozanski/llama.swift.git
Revision (git rev-parse @):
74eb4678ad42fa464208a1a037285a56407e9b70
SUCCESS checkout https://github.com/alexrozanski/llama.swift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "llama.swift",
"name": "llama.swift",
"url": "https://github.com/alexrozanski/llama.swift.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/llama.swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/alexrozanski/llama.swift.git
[1/5186] Fetching llama.swift
Fetched https://github.com/alexrozanski/llama.swift.git (0.72s)
Creating working copy for https://github.com/alexrozanski/llama.swift.git
Working copy of https://github.com/alexrozanski/llama.swift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'llama.swift' 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/7] Compiling LlamaEvent.mm
[1/7] Compiling ggml.c
[2/7] Compiling LlamaRunnerBridge.mm
[3/7] Compiling llamaObjCxx LlamaError.m
[4/7] Compiling LlamaRunnerBridgeConfig.m
[5/7] Compiling LlamaPredictOperation.mm
[6/7] Compiling utils.cpp
[8/9] Compiling llama LlamaRunner.swift
[9/9] Emitting module llama
Build complete! (11.13s)
Build complete.
Done.