The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of elementary-htmx, reference 0.5.1 (f7ba14), with Swift 6.2 for macOS (SPM) on 8 Dec 2025 11:13:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elementary-swift/elementary-htmx.git
Reference: 0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elementary-swift/elementary-htmx
 * tag               0.5.1      -> FETCH_HEAD
HEAD is now at f7ba147 updated readme
Cloned https://github.com/elementary-swift/elementary-htmx.git
Revision (git rev-parse @):
f7ba147f2a076142a90a4f8300a89584164dba6d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elementary-swift/elementary-htmx.git at 0.5.1
Fetching https://github.com/elementary-swift/elementary.git
[1/1420] Fetching elementary
Fetched https://github.com/elementary-swift/elementary.git from cache (0.89s)
Computing version for https://github.com/elementary-swift/elementary.git
Computed https://github.com/elementary-swift/elementary.git at 0.6.0 (1.44s)
Creating working copy for https://github.com/elementary-swift/elementary.git
Working copy of https://github.com/elementary-swift/elementary.git resolved at 0.6.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": "elementary-htmx",
      "name": "elementary-htmx",
      "url": "https://github.com/elementary-swift/elementary-htmx.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/elementary-htmx",
      "dependencies": [
        {
          "identity": "elementary",
          "name": "elementary",
          "url": "https://github.com/elementary-swift/elementary.git",
          "version": "0.6.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/elementary",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elementary-swift/elementary-htmx.git
[1/666] Fetching elementary-htmx
Fetched https://github.com/elementary-swift/elementary-htmx.git from cache (0.86s)
Fetching https://github.com/elementary-swift/elementary.git from cache
Fetched https://github.com/elementary-swift/elementary.git from cache (0.47s)
Computing version for https://github.com/elementary-swift/elementary.git
Computed https://github.com/elementary-swift/elementary.git at 0.6.0 (0.53s)
Creating working copy for https://github.com/elementary-swift/elementary-htmx.git
Working copy of https://github.com/elementary-swift/elementary-htmx.git resolved at 0.5.1 (f7ba147)
Creating working copy for https://github.com/elementary-swift/elementary.git
Working copy of https://github.com/elementary-swift/elementary.git resolved at 0.6.0
warning: '.resolve-product-dependencies': dependency 'elementary-htmx' is not used by any target
Found 1 product dependencies
  - elementary
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elementary-swift/elementary-htmx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-49B95AFC49DCD68C.txt
[8/30] Emitting module Elementary
[9/32] Compiling Elementary HtmlBuilder.swift
[10/32] Compiling Elementary HtmlElement+Async.swift
[11/32] Compiling Elementary StoredAttribute.swift
[12/32] Compiling Elementary AsyncContent.swift
[13/32] Compiling Elementary AsyncForEach.swift
[14/32] Compiling Elementary AttributeStorage.swift
[15/32] Compiling Elementary HtmlAttributes+event.swift
[16/32] Compiling Elementary HtmlAttributes+global.swift
[17/32] Compiling Elementary Html+Attributes.swift
[18/32] Compiling Elementary Html+Elements.swift
[19/32] Compiling Elementary HtmlBuilder+Tuples.swift
[20/32] Compiling Elementary HtmlDocument.swift
[21/32] Compiling Elementary HtmlElements.swift
[22/32] Compiling Elementary HtmlTextRenderer.swift
[23/32] Compiling Elementary RenderingUtils.swift
[24/32] Compiling Elementary CoreModel.swift
[25/32] Compiling Elementary Environment.swift
[26/32] Compiling Elementary ForEach.swift
[27/32] Compiling Elementary Html+Rendering.swift
[28/32] Compiling Elementary HtmlAttributes+common.swift
[29/32] Compiling Elementary HtmlTags.swift
[30/32] Compiling Elementary HtmlAsyncRenderer.swift
[31/32] Compiling Elementary SendOnceBox.swift
[32/32] Compiling Elementary SendableAnyHTMLBox.swift
[33/39] Compiling ElementaryHTMX HTMLAttribute+HTMX.swift
[34/39] Compiling ElementaryHTMX HTMLAttributeValue+HTMX.swift
[35/39] Emitting module ElementaryHTMX
[36/39] Compiling ElementaryHyperscript HTMLAttribute+Hyperscript.swift
[37/39] Emitting module ElementaryHyperscript
[38/45] Compiling ElementaryHTMXSSE HTMLAttribute+HTMXSSE.swift
[39/45] Emitting module ElementaryHTMXWS
[40/45] Compiling ElementaryHTMXWS HTMLAttributeValue+HTMX.swift
[41/45] Compiling ElementaryHTMXSSE HTMLAttributeValue+HTMXSSE.swift
[42/45] Compiling ElementaryHTMXWS HTMLAttribute+HTMX.swift
[43/45] Emitting module ElementaryHTMXSSE
[44/45] Emitting module TestUtilities
[45/45] Compiling TestUtilities Utilities.swift
Build complete! (12.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "elementary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elementary-swift/elementary.git"
    }
  ],
  "manifest_display_name" : "elementary-htmx",
  "name" : "elementary-htmx",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ElementaryHTMX",
      "targets" : [
        "ElementaryHTMX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElementaryHTMXSSE",
      "targets" : [
        "ElementaryHTMXSSE"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElementaryHTMXWS",
      "targets" : [
        "ElementaryHTMXWS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElementaryHyperscript",
      "targets" : [
        "ElementaryHyperscript"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "TestUtilities",
      "path" : "Tests/TestUtilities",
      "product_dependencies" : [
        "Elementary"
      ],
      "sources" : [
        "Utilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElementaryHyperscriptTest",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryHyperscriptTest",
      "path" : "Tests/ElementaryHyperscriptTest",
      "sources" : [
        "ElementaryHyperscriptTest.swift"
      ],
      "target_dependencies" : [
        "ElementaryHyperscript",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryHyperscript",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryHyperscript",
      "path" : "Sources/ElementaryHyperscript",
      "product_dependencies" : [
        "Elementary"
      ],
      "product_memberships" : [
        "ElementaryHyperscript"
      ],
      "sources" : [
        "HTMLAttribute+Hyperscript.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElementaryHTMXWSTest",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryHTMXWSTest",
      "path" : "Tests/ElementaryHTMXWSTest",
      "sources" : [
        "ElemntaryHTMXWSTest.swift"
      ],
      "target_dependencies" : [
        "ElementaryHTMXWS",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryHTMXWS",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryHTMXWS",
      "path" : "Sources/ElementaryHTMXWS",
      "product_dependencies" : [
        "Elementary"
      ],
      "product_memberships" : [
        "ElementaryHTMXWS"
      ],
      "sources" : [
        "HTMLAttribute+HTMX.swift",
        "HTMLAttributeValue+HTMX.swift"
      ],
      "target_dependencies" : [
        "ElementaryHTMX"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElementaryHTMXTest",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryHTMXTest",
      "path" : "Tests/ElementaryHTMXTest",
      "sources" : [
        "ElementaryHTMXTest.swift"
      ],
      "target_dependencies" : [
        "ElementaryHTMX",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryHTMXSSETest",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryHTMXSSETest",
      "path" : "Tests/ElementaryHTMXSSETest",
      "sources" : [
        "ElementaryHTMXSSETest.swift"
      ],
      "target_dependencies" : [
        "ElementaryHTMXSSE",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryHTMXSSE",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryHTMXSSE",
      "path" : "Sources/ElementaryHTMXSSE",
      "product_dependencies" : [
        "Elementary"
      ],
      "product_memberships" : [
        "ElementaryHTMXSSE"
      ],
      "sources" : [
        "HTMLAttribute+HTMXSSE.swift",
        "HTMLAttributeValue+HTMXSSE.swift"
      ],
      "target_dependencies" : [
        "ElementaryHTMX"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElementaryHTMX",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryHTMX",
      "path" : "Sources/ElementaryHTMX",
      "product_dependencies" : [
        "Elementary"
      ],
      "product_memberships" : [
        "ElementaryHTMX",
        "ElementaryHTMXSSE",
        "ElementaryHTMXWS"
      ],
      "sources" : [
        "HTMLAttribute+HTMX.swift",
        "HTMLAttributeValue+HTMX.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/elementary-swift/elementary-htmx/0.5.1
Repository:               elementary-swift/elementary-htmx
Swift version used:       6.2
Target:                   ElementaryHTMX
Extracting symbol information for 'ElementaryHTMX'...
Finished extracting symbol information for 'ElementaryHTMX'. (0.79s)
Building documentation for 'ElementaryHTMX'...
Finished building documentation for 'ElementaryHTMX' (0.20s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/elementary-swift/elementary-htmx/0.5.1
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/elementary-swift/elementary.git
Updated https://github.com/elementary-swift/elementary.git (0.50s)
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/elementary-swift/elementary.git
Computed https://github.com/elementary-swift/elementary.git at 0.6.0 (1.74s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3593] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.98s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Emitting module Snippets
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/57] Compiling SymbolKit Identifier.swift
[15/57] Compiling SymbolKit KindIdentifier.swift
[16/57] Compiling SymbolKit Location.swift
[17/57] Compiling SymbolKit Mutability.swift
[18/57] Compiling SymbolKit GenericConstraint.swift
[19/57] Compiling SymbolKit GenericParameter.swift
[20/57] Compiling SymbolKit Generics.swift
[21/57] Compiling SymbolKit Namespace.swift
[22/57] Compiling SymbolKit SourceRange.swift
[23/57] Compiling SymbolKit Metadata.swift
[24/57] Compiling SymbolKit Module.swift
[25/57] Compiling SymbolKit OperatingSystem.swift
[26/57] Compiling SymbolKit Platform.swift
[27/57] Compiling SymbolKit DeclarationFragments.swift
[28/57] Compiling SymbolKit Fragment.swift
[29/57] Compiling SymbolKit FragmentKind.swift
[30/57] Compiling SymbolKit FunctionParameter.swift
[31/57] Compiling SymbolKit FunctionSignature.swift
[32/57] Compiling SymbolKit Names.swift
[33/57] Compiling SymbolKit SPI.swift
[34/57] Compiling SymbolKit Snippet.swift
[35/57] Compiling SymbolKit Extension.swift
[36/57] Compiling SymbolKit Relationship.swift
[37/57] Compiling SymbolKit RelationshipKind.swift
[38/57] Compiling SymbolKit SourceOrigin.swift
[39/57] Compiling SymbolKit GenericConstraints.swift
[40/57] Compiling SymbolKit Swift.swift
[41/57] Compiling SymbolKit Symbol.swift
[42/57] Compiling SymbolKit SymbolKind.swift
[43/57] Compiling SymbolKit SymbolGraph.swift
[44/57] Compiling SymbolKit GraphCollector.swift
[45/57] Compiling SymbolKit SemanticVersion.swift
[46/57] Compiling SymbolKit AccessControl.swift
[47/57] Compiling SymbolKit Availability.swift
[48/57] Compiling SymbolKit AvailabilityItem.swift
[49/57] Compiling SymbolKit Domain.swift
[50/57] Emitting module SymbolKit
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.25s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'ElementaryHTMX' complete! (0.26s)
     280
3	/Users/admin/builder/spi-builder-workspace/.docs/elementary-swift/elementary-htmx/0.5.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/elementary-swift/elementary-htmx/0.5.1
File count: 280
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-elementary-swift-elementary-htmx-0.5.1-6f1b8776.zip to s3://spi-docs-inbox/prod-elementary-swift-elementary-htmx-0.5.1-6f1b8776.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [42%]
Copying... [53%]
Copying... [64%]
Copying... [74%]
Copying... [85%]
Copying... [95%]
Copying... [100%]
Done.