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 main (9d0be5), with Swift 6.0 for macOS (SPM) on 10 Jun 2025 13:38:12 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loro-dev/loro-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loro-dev/loro-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9d0be55 chore: update version to 1.5.2
Submodule path 'loro-ffi': checked out '9fd4bce14c9102cd5e83c50d1be5fe88ebdafd95'
Submodule 'loro-ffi' (https://github.com/loro-dev/loro-ffi.git) registered for path 'loro-ffi'
Cloning into '/Users/admin/builder/spi-builder-workspace/loro-ffi'...
Cloned https://github.com/loro-dev/loro-swift.git
Revision (git rev-parse @):
9d0be5591b470955284062b4c9ba7f660db18b54
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/loro-dev/loro-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/loro-dev/loro-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying libloro_ffi.a
[1/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/11] Compiling Loro Value.swift
[5/11] Compiling Loro Version.swift
[6/11] Compiling Loro Ephemeral.swift
[7/11] Emitting module Loro
[8/11] Compiling Loro Container.swift
[9/11] Compiling Loro LoroFFI.swift
[10/11] Compiling Loro Event.swift
[11/11] Compiling Loro Loro.swift
Build complete! (10.54s)
[16375/76937396] Downloading https://github.com/loro-dev/loro-swift/releases/download/1.5.2/loroFFI.xcframework.zip
Downloading binary artifact https://github.com/loro-dev/loro-swift/releases/download/1.5.2/loroFFI.xcframework.zip
Downloaded https://github.com/loro-dev/loro-swift/releases/download/1.5.2/loroFFI.xcframework.zip (4.45s)
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.