The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Loro, reference 1.6.1 (ff3105), with Swift 6.2 (beta) for macOS (SPM) on 7 Sep 2025 08:31:09 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loro-dev/loro-swift.git
Reference: 1.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loro-dev/loro-swift
 * tag               1.6.1      -> FETCH_HEAD
HEAD is now at ff31051 chore: update version to 1.6.1
Cloned https://github.com/loro-dev/loro-swift.git
Revision (git rev-parse @):
ff310517e7c8d27d9bf7acf35e6f22dca8a55cb3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/loro-dev/loro-swift.git at 1.6.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/loro-dev/loro-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying libloro_swift.a
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/11] Compiling Loro Event.swift
[5/11] Compiling Loro Ephemeral.swift
[6/11] Compiling Loro Value.swift
[7/11] Compiling Loro Version.swift
[8/11] Compiling Loro Loro.swift
[9/11] Compiling Loro LoroFFI.swift
[10/11] Emitting module Loro
[11/11] Compiling Loro Container.swift
Build complete! (11.13s)
Downloading binary artifact https://github.com/loro-dev/loro-swift/releases/download/1.6.1/loroFFI.xcframework.zip
[2258/104741113] Downloading https://github.com/loro-dev/loro-swift/releases/download/1.6.1/loroFFI.xcframework.zip
Downloaded https://github.com/loro-dev/loro-swift/releases/download/1.6.1/loroFFI.xcframework.zip (5.22s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Loro",
  "name" : "Loro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Loro",
      "targets" : [
        "Loro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoroTests",
      "module_type" : "SwiftTarget",
      "name" : "LoroTests",
      "path" : "Tests/LoroTests",
      "sources" : [
        "EphemeralStoreTests.swift",
        "LoroTests.swift"
      ],
      "target_dependencies" : [
        "Loro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoroFFI",
      "module_type" : "BinaryTarget",
      "name" : "LoroFFI",
      "path" : "remote/archive/loroFFI.xcframework.zip",
      "product_memberships" : [
        "Loro"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Loro",
      "module_type" : "SwiftTarget",
      "name" : "Loro",
      "path" : "Sources/Loro",
      "product_memberships" : [
        "Loro"
      ],
      "sources" : [
        "Container.swift",
        "Ephemeral.swift",
        "Event.swift",
        "Loro.swift",
        "LoroFFI.swift",
        "Value.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "LoroFFI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.