Build Information
Successful build of HTMLBuilder, reference 0.2.0 (5d0316), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 00:12:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alpha-Coders/HTMLBuilder.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alpha-Coders/HTMLBuilder
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 5d0316b add attributes modifier
Cloned https://github.com/Alpha-Coders/HTMLBuilder.git
Revision (git rev-parse @):
5d0316b67e9c468714dcc68d73a713c81d29f1fc
SUCCESS checkout https://github.com/Alpha-Coders/HTMLBuilder.git at 0.2.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "htmlbuilder",
"name": "HTMLBuilder",
"url": "https://github.com/Alpha-Coders/HTMLBuilder.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HTMLBuilder",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Alpha-Coders/HTMLBuilder.git
[1/102] Fetching htmlbuilder
Fetched https://github.com/Alpha-Coders/HTMLBuilder.git from cache (0.84s)
Creating working copy for https://github.com/Alpha-Coders/HTMLBuilder.git
Working copy of https://github.com/Alpha-Coders/HTMLBuilder.git resolved at 0.2.0 (5d0316b)
warning: '.resolve-product-dependencies': dependency 'htmlbuilder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Alpha-Coders/HTMLBuilder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling HTMLBuilder Node.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLBuilder/Node.swift:51:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
49 | }
50 |
51 | @_functionBuilder public struct NodeBuilder {
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
52 | public static func buildBlock() -> [Node] {
53 | return []
[4/10] Compiling HTMLBuilder RawHTML.swift
[5/10] Compiling HTMLBuilder LibXMLUtils.swift
[6/10] Compiling HTMLBuilder StringNode.swift
[7/10] Compiling HTMLBuilder ConvenientElementBuilders.swift
[8/10] Compiling HTMLBuilder Element.swift
[9/10] Emitting module HTMLBuilder
/Users/admin/builder/spi-builder-workspace/Sources/HTMLBuilder/Node.swift:51:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
49 | }
50 |
51 | @_functionBuilder public struct NodeBuilder {
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
52 | public static func buildBlock() -> [Node] {
53 | return []
[10/10] Compiling HTMLBuilder ElementModifiers.swift
Build complete! (4.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HTMLBuilder",
"name" : "HTMLBuilder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HTMLBuilder",
"targets" : [
"HTMLBuilder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTMLBuilderTests",
"module_type" : "SwiftTarget",
"name" : "HTMLBuilderTests",
"path" : "Tests/HTMLBuilderTests",
"sources" : [
"HTMLBuilderTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HTMLBuilder"
],
"type" : "test"
},
{
"c99name" : "HTMLBuilder",
"module_type" : "SwiftTarget",
"name" : "HTMLBuilder",
"path" : "Sources/HTMLBuilder",
"product_memberships" : [
"HTMLBuilder"
],
"sources" : [
"ConvenientElementBuilders.swift",
"Element.swift",
"ElementModifiers.swift",
"LibXMLUtils.swift",
"Node.swift",
"RawHTML.swift",
"StringNode.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.