The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ContentstackUtils, reference v1.5.0 (a02d89), with Swift 6.0 for macOS (SPM) on 6 Apr 2026 13:47:44 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/contentstack/contentstack-utils-swift.git
Reference: v1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/contentstack/contentstack-utils-swift
 * tag               v1.5.0     -> FETCH_HEAD
HEAD is now at a02d898 Merge pull request #38 from contentstack/staging
Cloned https://github.com/contentstack/contentstack-utils-swift.git
Revision (git rev-parse @):
a02d898389cc65f7e30efb98ae3e4be27c65c73c
SUCCESS checkout https://github.com/contentstack/contentstack-utils-swift.git at v1.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/contentstack/contentstack-utils-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/25] Emitting module ContentstackUtils
[4/27] Compiling ContentstackUtils Node.swift
[5/27] Compiling ContentstackUtils NodeType.swift
[6/27] Compiling ContentstackUtils Edges.swift
[7/27] Compiling ContentstackUtils EmbedItemType.swift
[8/27] Compiling ContentstackUtils EntryEmbedded.swift
[9/27] Compiling ContentstackUtils ConnectionNode.swift
[10/27] Compiling ContentstackUtils ContentstackUtils.swift
[11/27] Compiling ContentstackUtils Decodable.swift
[12/27] Compiling ContentstackUtils JSONNodes.swift
[13/27] Compiling ContentstackUtils MarkType.swift
[14/27] Compiling ContentstackUtils Metadata.swift
[15/27] Compiling ContentstackUtils StyleType.swift
[16/27] Compiling ContentstackUtils TextNode.swift
[17/27] Compiling ContentstackUtils libxmlHTMLNode.swift
[18/27] Compiling ContentstackUtils libxmlParserOption.swift
[19/27] Compiling ContentstackUtils CSS.swift
[20/27] Compiling ContentstackUtils Deprecated.swift
[21/27] Compiling ContentstackUtils Option.swift
[22/27] Compiling ContentstackUtils String+Extension.swift
[23/27] Compiling ContentstackUtils Kanna.swift
[24/27] Compiling ContentstackUtils libxmlHTMLDocument.swift
[25/27] Compiling ContentstackUtils GQLEmbededAsset.swift
[26/27] Compiling ContentstackUtils GQLEmbededEntry.swift
[27/27] Compiling ContentstackUtils JSONNode.swift
Build complete! (4.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ContentstackUtils",
  "name" : "ContentstackUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "ContentstackUtils",
      "targets" : [
        "ContentstackUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "libxml2",
      "module_type" : "SystemLibraryTarget",
      "name" : "libxml2",
      "path" : "Modules",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "ContentstackUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "ContentstackUtilsTests",
      "path" : "Tests/ContentstackUtilsTests",
      "sources" : [
        "Constants.swift",
        "ContentBlock.swift",
        "ContentstackUtilsArrayTest.swift",
        "ContentstackUtilsCustomRendertest.swift",
        "ContentstackUtilsJsonToHtmlTest.swift",
        "ContentstackUtilsTests.swift",
        "CustomRenderOptionMock.swift",
        "Decodable.swift",
        "DefaultRenderTests.swift",
        "EmbededModelMock.swift",
        "GQLJsonRTE.swift",
        "GQLJsonToHtml.swift",
        "JsonNodes.swift",
        "JsonNodesHtmlResults.swift",
        "MarkTypeTest.swift",
        "MetadataTests.swift",
        "NodeParser.swift",
        "NodeTypeTest.swift",
        "StringExtensionTests.swift",
        "TestClient.swift",
        "VariantUtilityTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ContentstackUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ContentstackUtils",
      "module_type" : "SwiftTarget",
      "name" : "ContentstackUtils",
      "path" : "Sources",
      "product_memberships" : [
        "ContentstackUtils"
      ],
      "sources" : [
        "ContentstackUtils/ConnectionNode.swift",
        "ContentstackUtils/ContentstackUtils.swift",
        "ContentstackUtils/Decodable.swift",
        "ContentstackUtils/Edges.swift",
        "ContentstackUtils/EmbedItemType.swift",
        "ContentstackUtils/EntryEmbedded.swift",
        "ContentstackUtils/GQLEmbededAsset.swift",
        "ContentstackUtils/GQLEmbededEntry.swift",
        "ContentstackUtils/JSONNode.swift",
        "ContentstackUtils/JSONNodes.swift",
        "ContentstackUtils/MarkType.swift",
        "ContentstackUtils/Metadata.swift",
        "ContentstackUtils/Node.swift",
        "ContentstackUtils/NodeType.swift",
        "ContentstackUtils/Option.swift",
        "ContentstackUtils/String+Extension.swift",
        "ContentstackUtils/StyleType.swift",
        "ContentstackUtils/TextNode.swift",
        "Kanna/CSS.swift",
        "Kanna/Deprecated.swift",
        "Kanna/Kanna.swift",
        "Kanna/libxmlHTMLDocument.swift",
        "Kanna/libxmlHTMLNode.swift",
        "Kanna/libxmlParserOption.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.