The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DotLottie, reference main (a1bcc5), with Swift 6.0 for macOS (SPM) on 27 Apr 2026 18:14:59 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LottieFiles/dotlottie-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LottieFiles/dotlottie-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a1bcc55 Merge pull request #115 from LottieFiles/fix/notify-docs
Submodule path 'deps/dotlottie-rs': checked out '53e567b843c792dc0aa9e635bbb7b4d0d8b12dc5'
Submodule path 'deps/dotlottie-rs/dotlottie-rs/deps/thorvg': checked out '8e912af4f050e1c25dcddf0c4324779516f7a028'
Submodule 'deps/dotlottie-rs' (https://github.com/Lottiefiles/dotlottie-rs) registered for path 'deps/dotlottie-rs'
Cloning into '/Users/admin/builder/spi-builder-workspace/deps/dotlottie-rs'...
Submodule 'dotlottie-rs/deps/thorvg' (https://github.com/thorvg/thorvg.git) registered for path 'deps/dotlottie-rs/dotlottie-rs/deps/thorvg'
Cloning into '/Users/admin/builder/spi-builder-workspace/deps/dotlottie-rs/dotlottie-rs/deps/thorvg'...
Cloned https://github.com/LottieFiles/dotlottie-ios.git
Revision (git rev-parse @):
a1bcc55be1fda4d3a30a93610f51aec67d8ba9e4
SUCCESS checkout https://github.com/LottieFiles/dotlottie-ios.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/LottieFiles/dotlottie-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin BuildCustomFramework
Building for debugging...
[1/4] Write sources
[2/4] Copying DotLottiePlayer.framework
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/20] Compiling DotLottie Player.swift
[6/21] Compiling DotLottie GestureManager.swift
[7/21] Compiling DotLottie LottiePlayer.swift
[8/21] Compiling DotLottie Utils.swift
[9/21] Compiling DotLottie LottiePlayerView.swift
[10/21] Compiling DotLottie AnimationConfig.swift
[11/21] Compiling DotLottie AnimationModel.swift
[12/21] Compiling DotLottie ViewRepresentable.swift
[13/21] Compiling DotLottie Coordinator.swift
[14/21] Compiling DotLottie DotLottie.swift
[15/21] Compiling DotLottie DotLottieObserver.swift
[16/21] Compiling DotLottie DotLottiePlayerBridge.swift
[17/21] Compiling DotLottie DotLottieAnimation.swift
[18/21] Compiling DotLottie DotLottieAnimationView.swift
[19/21] Emitting module DotLottie
[20/21] Compiling DotLottie DotLottieView.swift
[21/21] Compiling DotLottie Errors.swift
Build complete! (11.95s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DotLottie",
  "name" : "DotLottie",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "DotLottie",
      "targets" : [
        "DotLottie",
        "DotLottiePlayer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DotLottiePlayer",
      "targets" : [
        "DotLottiePlayer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DotLottieTests",
      "module_type" : "SwiftTarget",
      "name" : "DotLottieTests",
      "path" : "Tests/DotLottieTests",
      "sources" : [
        "DotLottieTests.swift"
      ],
      "target_dependencies" : [
        "DotLottie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DotLottiePlayer",
      "module_type" : "BinaryTarget",
      "name" : "DotLottiePlayer",
      "path" : "Sources/DotLottieCore/DotLottiePlayer.xcframework",
      "product_memberships" : [
        "DotLottie",
        "DotLottiePlayer"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "DotLottie",
      "module_type" : "SwiftTarget",
      "name" : "DotLottie",
      "path" : "Sources/DotLottie",
      "product_memberships" : [
        "DotLottie"
      ],
      "sources" : [
        "Public/Coordinator.swift",
        "Public/DotLottie.swift",
        "Public/DotLottieAnimation.swift",
        "Public/DotLottieAnimationView.swift",
        "Public/DotLottieObserver.swift",
        "Public/DotLottiePlayerBridge.swift",
        "Public/DotLottieView.swift",
        "Public/Errors.swift",
        "Public/GestureManager.swift",
        "Public/LottiePlayer.swift",
        "Public/LottiePlayerView.swift",
        "Public/Models/AnimationConfig.swift",
        "Public/Models/AnimationModel.swift",
        "Public/Player.swift",
        "Public/Utils/Utils.swift",
        "Public/ViewRepresentable.swift"
      ],
      "target_dependencies" : [
        "DotLottiePlayer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BuildCustomFramework",
      "module_type" : "PluginTarget",
      "name" : "BuildCustomFramework",
      "path" : "Plugins/BuildCustomFramework",
      "plugin_capability" : {
        "intent" : {
          "description" : "Build DotLottiePlayer XCFramework with custom features",
          "type" : "custom",
          "verb" : "build-custom-framework"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Write custom-built XCFramework to Sources/DotLottieCore/Custom/",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.7"
}
Done.