The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of LLM, reference v1.7.1 (e62b90), with Swift 5.9 for macOS (SPM) on 14 Apr 2025 17:56:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eastriverlee/LLM.swift.git
Reference: v1.7.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eastriverlee/LLM.swift
 * tag               v1.7.1     -> FETCH_HEAD
HEAD is now at e62b90f update xcframework
Cloned https://github.com/eastriverlee/LLM.swift.git
Revision (git rev-parse @):
e62b90f067ae89d2361c2dccae4ffa448a7b1d54
SUCCESS checkout https://github.com/eastriverlee/LLM.swift.git at v1.7.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/eastriverlee/LLM.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying llama.framework
[2/3] Emitting module LLM
[3/3] Compiling LLM LLM.swift
Build complete! (5.43s)
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.