Build Information
Successful build of HTMLBuilder, reference 0.2.0 (5d0316), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 20:08:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Alpha-Coders/HTMLBuilder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling HTMLBuilder LibXMLUtils.swift
[4/10] Compiling HTMLBuilder ElementModifiers.swift
[5/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 []
[6/10] Compiling HTMLBuilder RawHTML.swift
[7/10] Compiling HTMLBuilder Element.swift
[8/10] Compiling HTMLBuilder ConvenientElementBuilders.swift
[9/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 []
[10/10] Compiling HTMLBuilder StringNode.swift
Build complete! (3.67s)
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.