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 main (49b771), with Swift 6.1 for macOS (SPM) on 9 Dec 2025 13:52:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elementary-swift/elementary-htmx.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elementary-swift/elementary-htmx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 49b7711 updated readme
Cloned https://github.com/elementary-swift/elementary-htmx.git
Revision (git rev-parse @):
49b7711f879a9f820f8a98fc64eab78d81032acd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elementary-swift/elementary-htmx.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elementary-swift/elementary-htmx.git
https://github.com/elementary-swift/elementary-htmx.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/30] Emitting module Elementary
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/32] Compiling Elementary CoreModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/32] Compiling Elementary Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/32] Compiling Elementary ForEach.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/32] Compiling Elementary HtmlTextRenderer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/32] Compiling Elementary RenderingUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/32] Compiling Elementary HtmlDocument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/32] Compiling Elementary HtmlElements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/32] Compiling Elementary HtmlBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/32] Compiling Elementary HtmlElement+Async.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/32] Compiling Elementary StoredAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/32] Compiling Elementary HtmlTags.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/32] Compiling Elementary HtmlAsyncRenderer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/32] Compiling Elementary HtmlAttributes+event.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/32] Compiling Elementary HtmlAttributes+global.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/32] Compiling Elementary Html+Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/32] Compiling Elementary Html+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/32] Compiling Elementary HtmlBuilder+Tuples.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/32] Compiling Elementary Html+Rendering.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/32] Compiling Elementary HtmlAttributes+common.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/32] Compiling Elementary AsyncContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/32] Compiling Elementary AsyncForEach.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/32] Compiling Elementary AttributeStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/32] Compiling Elementary SendOnceBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/32] Compiling Elementary SendableAnyHTMLBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/39] Emitting module ElementaryHyperscript
[34/39] Compiling ElementaryHyperscript HTMLAttribute+Hyperscript.swift
[35/39] Compiling ElementaryHTMX HTMLAttributeValue+HTMX.swift
[36/39] Compiling ElementaryHTMX HTMLAttribute+HTMX.swift
[37/39] Emitting module ElementaryHTMX
[38/45] Compiling ElementaryHTMXWS HTMLAttribute+HTMX.swift
[39/45] Compiling ElementaryHTMXWS HTMLAttributeValue+HTMX.swift
[40/45] Emitting module ElementaryHTMXWS
[41/45] Compiling ElementaryHTMXSSE HTMLAttribute+HTMXSSE.swift
[42/45] Emitting module ElementaryHTMXSSE
[43/45] Compiling ElementaryHTMXSSE HTMLAttributeValue+HTMXSSE.swift
[44/45] Emitting module TestUtilities
[45/45] Compiling TestUtilities Utilities.swift
Build complete! (14.20s)
Fetching https://github.com/elementary-swift/elementary.git
[1/1423] Fetching elementary
Fetched https://github.com/elementary-swift/elementary.git from cache (0.87s)
Computing version for https://github.com/elementary-swift/elementary.git
Computed https://github.com/elementary-swift/elementary.git at 0.6.0 (1.39s)
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
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"
}
Done.