Build Information
Successful build of LLM, reference main (e71431
), with Swift 6.0 for macOS (SPM) on 7 May 2025 16:33:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eastriverlee/LLM.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eastriverlee/LLM.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e714315 update xcframework and README.md
Cloned https://github.com/eastriverlee/LLM.swift.git
Revision (git rev-parse @):
e714315a389e2e6dff15d16f249c61b90c118331
SUCCESS checkout https://github.com/eastriverlee/LLM.swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/eastriverlee/LLM.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying llama.framework
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Emitting module LLM
[5/5] Compiling LLM LLM.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLM/LLM.swift:313:17: warning: passing argument of non-sendable type 'OpaquePointer' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
311 | do {
312 | self.core = try LLMCore(
313 | model: model,
| `- warning: passing argument of non-sendable type 'OpaquePointer' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
314 | path: self.path,
315 | seed: seed,
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
| `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
Build complete! (4.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LLM",
"name" : "LLM",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "LLM",
"targets" : [
"LLM"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "llama",
"module_type" : "BinaryTarget",
"name" : "llama",
"path" : "llama.cpp/llama.xcframework",
"product_memberships" : [
"LLM"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "LLMTests",
"module_type" : "SwiftTarget",
"name" : "LLMTests",
"path" : "Tests/LLMTests",
"sources" : [
"LLMTests.swift"
],
"target_dependencies" : [
"LLM"
],
"type" : "test"
},
{
"c99name" : "LLM",
"module_type" : "SwiftTarget",
"name" : "LLM",
"path" : "Sources/LLM",
"product_memberships" : [
"LLM"
],
"sources" : [
"LLM.swift"
],
"target_dependencies" : [
"llama"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.