Build Information
Successful build of ContentstackUtils, reference v1.5.0 (a02d89), with Swift 6.2 for macOS (SPM) on 6 Apr 2026 13:53:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "contentstack-utils-swift",
"name": "ContentstackUtils",
"url": "https://github.com/contentstack/contentstack-utils-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/contentstack-utils-swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/contentstack/contentstack-utils-swift.git
[1/763] Fetching contentstack-utils-swift
Fetched https://github.com/contentstack/contentstack-utils-swift.git from cache (0.82s)
Creating working copy for https://github.com/contentstack/contentstack-utils-swift.git
Working copy of https://github.com/contentstack/contentstack-utils-swift.git resolved at v1.5.0 (a02d898)
warning: '.resolve-product-dependencies': dependency 'contentstack-utils-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/contentstack/contentstack-utils-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/25] Emitting module ContentstackUtils
[4/27] Compiling ContentstackUtils Node.swift
[5/27] Compiling ContentstackUtils NodeType.swift
[6/27] Compiling ContentstackUtils StyleType.swift
[7/27] Compiling ContentstackUtils TextNode.swift
[8/27] Compiling ContentstackUtils JSONNodes.swift
[9/27] Compiling ContentstackUtils MarkType.swift
[10/27] Compiling ContentstackUtils Metadata.swift
[11/27] Compiling ContentstackUtils Edges.swift
[12/27] Compiling ContentstackUtils EmbedItemType.swift
[13/27] Compiling ContentstackUtils EntryEmbedded.swift
[14/27] Compiling ContentstackUtils ConnectionNode.swift
[15/27] Compiling ContentstackUtils ContentstackUtils.swift
[16/27] Compiling ContentstackUtils Decodable.swift
[17/27] Compiling ContentstackUtils Option.swift
[18/27] Compiling ContentstackUtils String+Extension.swift
[19/27] Compiling ContentstackUtils libxmlHTMLNode.swift
[20/27] Compiling ContentstackUtils libxmlParserOption.swift
[21/27] Compiling ContentstackUtils CSS.swift
[22/27] Compiling ContentstackUtils Deprecated.swift
[23/27] Compiling ContentstackUtils GQLEmbededAsset.swift
[24/27] Compiling ContentstackUtils GQLEmbededEntry.swift
[25/27] Compiling ContentstackUtils JSONNode.swift
[26/27] Compiling ContentstackUtils Kanna.swift
[27/27] Compiling ContentstackUtils libxmlHTMLDocument.swift
Build complete! (4.72s)
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.