The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Docsloth, reference 1.1.0 (2a14ce), with Swift 6.1 for watchOS using Xcode 16.3 on 15 Dec 2025 08:38:16 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mshibanami/Docsloth.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mshibanami/Docsloth
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 2a14cef Add test for auto-flow
Cloned https://github.com/mshibanami/Docsloth.git
Revision (git rev-parse @):
2a14cefd2b4e4372811aebdafe89ed3398d998f8
SUCCESS checkout https://github.com/mshibanami/Docsloth.git at 1.1.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mshibanami/Docsloth.git
https://github.com/mshibanami/Docsloth.git
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Docsloth",
  "name" : "Docsloth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "driverkit",
      "version" : "21.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DocslothUI",
      "targets" : [
        "DocslothUI",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothGitHubStyle",
      "targets" : [
        "DocslothGitHubStyle",
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItShared",
      "targets" : [
        "DocslothMarkdownItShared",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownIt",
      "targets" : [
        "DocslothMarkdownIt",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFM",
      "targets" : [
        "DocslothMarkdownItGFM",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "targets" : [
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothAsciidoctor",
      "targets" : [
        "DocslothAsciidoctor",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DocslothUI",
      "module_type" : "SwiftTarget",
      "name" : "DocslothUI",
      "path" : "Sources/UI",
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle"
      ],
      "sources" : [
        "DocslothNavigationType.swift",
        "DocslothStyle.swift",
        "DocslothView.swift",
        "DocslothWebView.swift",
        "UIKit/UIApplication+Extensions.swift",
        "UserInterfaceType.swift",
        "Utils/Alias.swift",
        "Utils/DSColor+Extensions.swift",
        "Utils/Entitlement.swift",
        "Utils/Logger.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothTests",
      "module_type" : "SwiftTarget",
      "name" : "DocslothTests",
      "path" : "Tests/DocslothTests",
      "sources" : [
        "Converters/AsciidoctorTests.swift",
        "Converters/MarkdownItGFMCJKFriendlyTests.swift",
        "Converters/MarkdownItGFMTests.swift",
        "Converters/MarkdownItTests.swift",
        "ModelTests.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocslothMarkdownItShared",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItShared",
      "path" : "Sources/MarkdownItShared",
      "product_memberships" : [
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "sources" : [
        "MarkdownItBase.swift",
        "MarkdownItOptions.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFMCJKFriendly",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "path" : "Sources/MarkdownItGFMCJKFriendly",
      "product_memberships" : [
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFM",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFM",
      "path" : "Sources/MarkdownItGFM",
      "product_memberships" : [
        "DocslothMarkdownItGFM"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownIt",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownIt",
      "path" : "Sources/MarkdownIt",
      "product_memberships" : [
        "DocslothMarkdownIt"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothGitHubStyle",
      "module_type" : "SwiftTarget",
      "name" : "DocslothGitHubStyle",
      "path" : "Sources/GitHubStyle",
      "product_memberships" : [
        "DocslothGitHubStyle"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GitHubStyle/Resources/Color.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GitHubStyle/Resources/style.css",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DSColor+Extensions.swift",
        "DocslothGitHubStyle.swift",
        "DynamicTypeSize+Extensions.swift",
        "UserInterfaceType.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothCore",
      "module_type" : "SwiftTarget",
      "name" : "DocslothCore",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "sources" : [
        "DocslothHTMLConvertible.swift",
        "DocslothLogger.swift",
        "JSON/BoolOrString.swift",
        "JSON/IntOrString.swift",
        "JSON/JSONValue.swift",
        "JavaScriptEngine.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothAsciidoctor",
      "module_type" : "SwiftTarget",
      "name" : "DocslothAsciidoctor",
      "path" : "Sources/Asciidoctor",
      "product_memberships" : [
        "DocslothAsciidoctor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Asciidoctor.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-log.git (cached)
Creating working copy of package ‘swift-log’
Checking out 1.8.0 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.8.0
  Docsloth: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-log, Docsloth
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Docsloth",
  "name" : "Docsloth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "driverkit",
      "version" : "21.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DocslothUI",
      "targets" : [
        "DocslothUI",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothGitHubStyle",
      "targets" : [
        "DocslothGitHubStyle",
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItShared",
      "targets" : [
        "DocslothMarkdownItShared",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownIt",
      "targets" : [
        "DocslothMarkdownIt",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFM",
      "targets" : [
        "DocslothMarkdownItGFM",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "targets" : [
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothAsciidoctor",
      "targets" : [
        "DocslothAsciidoctor",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DocslothUI",
      "module_type" : "SwiftTarget",
      "name" : "DocslothUI",
      "path" : "Sources/UI",
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle"
      ],
      "sources" : [
        "DocslothNavigationType.swift",
        "DocslothStyle.swift",
        "DocslothView.swift",
        "DocslothWebView.swift",
        "UIKit/UIApplication+Extensions.swift",
        "UserInterfaceType.swift",
        "Utils/Alias.swift",
        "Utils/DSColor+Extensions.swift",
        "Utils/Entitlement.swift",
        "Utils/Logger.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothTests",
      "module_type" : "SwiftTarget",
      "name" : "DocslothTests",
      "path" : "Tests/DocslothTests",
      "sources" : [
        "Converters/AsciidoctorTests.swift",
        "Converters/MarkdownItGFMCJKFriendlyTests.swift",
        "Converters/MarkdownItGFMTests.swift",
        "Converters/MarkdownItTests.swift",
        "ModelTests.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocslothMarkdownItShared",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItShared",
      "path" : "Sources/MarkdownItShared",
      "product_memberships" : [
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "sources" : [
        "MarkdownItBase.swift",
        "MarkdownItOptions.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFMCJKFriendly",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "path" : "Sources/MarkdownItGFMCJKFriendly",
      "product_memberships" : [
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFM",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFM",
      "path" : "Sources/MarkdownItGFM",
      "product_memberships" : [
        "DocslothMarkdownItGFM"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownIt",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownIt",
      "path" : "Sources/MarkdownIt",
      "product_memberships" : [
        "DocslothMarkdownIt"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothGitHubStyle",
      "module_type" : "SwiftTarget",
      "name" : "DocslothGitHubStyle",
      "path" : "Sources/GitHubStyle",
      "product_memberships" : [
        "DocslothGitHubStyle"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GitHubStyle/Resources/Color.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GitHubStyle/Resources/style.css",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DSColor+Extensions.swift",
        "DocslothGitHubStyle.swift",
        "DynamicTypeSize+Extensions.swift",
        "UserInterfaceType.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothCore",
      "module_type" : "SwiftTarget",
      "name" : "DocslothCore",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "sources" : [
        "DocslothHTMLConvertible.swift",
        "DocslothLogger.swift",
        "JSON/BoolOrString.swift",
        "JSON/IntOrString.swift",
        "JSON/JSONValue.swift",
        "JavaScriptEngine.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothAsciidoctor",
      "module_type" : "SwiftTarget",
      "name" : "DocslothAsciidoctor",
      "path" : "Sources/Asciidoctor",
      "product_memberships" : [
        "DocslothAsciidoctor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Asciidoctor.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Docsloth: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.8.0
resolved source packages: Docsloth, swift-log
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Docsloth",
  "name" : "Docsloth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "driverkit",
      "version" : "21.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DocslothUI",
      "targets" : [
        "DocslothUI",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothGitHubStyle",
      "targets" : [
        "DocslothGitHubStyle",
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItShared",
      "targets" : [
        "DocslothMarkdownItShared",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownIt",
      "targets" : [
        "DocslothMarkdownIt",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFM",
      "targets" : [
        "DocslothMarkdownItGFM",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "targets" : [
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocslothAsciidoctor",
      "targets" : [
        "DocslothAsciidoctor",
        "DocslothCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DocslothUI",
      "module_type" : "SwiftTarget",
      "name" : "DocslothUI",
      "path" : "Sources/UI",
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle"
      ],
      "sources" : [
        "DocslothNavigationType.swift",
        "DocslothStyle.swift",
        "DocslothView.swift",
        "DocslothWebView.swift",
        "UIKit/UIApplication+Extensions.swift",
        "UserInterfaceType.swift",
        "Utils/Alias.swift",
        "Utils/DSColor+Extensions.swift",
        "Utils/Entitlement.swift",
        "Utils/Logger.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothTests",
      "module_type" : "SwiftTarget",
      "name" : "DocslothTests",
      "path" : "Tests/DocslothTests",
      "sources" : [
        "Converters/AsciidoctorTests.swift",
        "Converters/MarkdownItGFMCJKFriendlyTests.swift",
        "Converters/MarkdownItGFMTests.swift",
        "Converters/MarkdownItTests.swift",
        "ModelTests.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocslothMarkdownItShared",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItShared",
      "path" : "Sources/MarkdownItShared",
      "product_memberships" : [
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "sources" : [
        "MarkdownItBase.swift",
        "MarkdownItOptions.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFMCJKFriendly",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFMCJKFriendly",
      "path" : "Sources/MarkdownItGFMCJKFriendly",
      "product_memberships" : [
        "DocslothMarkdownItGFMCJKFriendly"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm-cjk-friendly.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownItGFM",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownItGFM",
      "path" : "Sources/MarkdownItGFM",
      "product_memberships" : [
        "DocslothMarkdownItGFM"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it-gfm.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothMarkdownIt",
      "module_type" : "SwiftTarget",
      "name" : "DocslothMarkdownIt",
      "path" : "Sources/MarkdownIt",
      "product_memberships" : [
        "DocslothMarkdownIt"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/markdown-it.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "MarkdownIt.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothMarkdownItShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothGitHubStyle",
      "module_type" : "SwiftTarget",
      "name" : "DocslothGitHubStyle",
      "path" : "Sources/GitHubStyle",
      "product_memberships" : [
        "DocslothGitHubStyle"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GitHubStyle/Resources/Color.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GitHubStyle/Resources/style.css",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DSColor+Extensions.swift",
        "DocslothGitHubStyle.swift",
        "DynamicTypeSize+Extensions.swift",
        "UserInterfaceType.swift"
      ],
      "target_dependencies" : [
        "DocslothCore",
        "DocslothUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothCore",
      "module_type" : "SwiftTarget",
      "name" : "DocslothCore",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "DocslothUI",
        "DocslothGitHubStyle",
        "DocslothMarkdownItShared",
        "DocslothMarkdownIt",
        "DocslothMarkdownItGFM",
        "DocslothMarkdownItGFMCJKFriendly",
        "DocslothAsciidoctor"
      ],
      "sources" : [
        "DocslothHTMLConvertible.swift",
        "DocslothLogger.swift",
        "JSON/BoolOrString.swift",
        "JSON/IntOrString.swift",
        "JSON/JSONValue.swift",
        "JavaScriptEngine.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocslothAsciidoctor",
      "module_type" : "SwiftTarget",
      "name" : "DocslothAsciidoctor",
      "path" : "Sources/Asciidoctor",
      "product_memberships" : [
        "DocslothAsciidoctor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/js/dist/asciidoctor.iife.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Asciidoctor.swift"
      ],
      "target_dependencies" : [
        "DocslothCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
BUILD FAILURE 6.1 watchOS