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 (6e8430), with Swift 6.2 (beta) for Android on 22 Jun 2025 17:43:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sliemeobn/elementary-htmx.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/sliemeobn/elementary-htmx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6e8430d add api-breakage CI check (#15)
Cloned https://github.com/sliemeobn/elementary-htmx.git
Revision (git rev-parse @):
6e8430d24a6dc2de9d16270a6af985eb37a190ad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sliemeobn/elementary-htmx.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sliemeobn/elementary-htmx.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/sliemeobn/elementary.git
[1/1263] Fetching elementary
Fetched https://github.com/sliemeobn/elementary.git from cache (0.47s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.5.2 (1.43s)
Creating working copy for https://github.com/sliemeobn/elementary.git
Working copy of https://github.com/sliemeobn/elementary.git resolved at 0.5.2
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-8C5A4AE7A8CE2BA.txt
[8/29] 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 Html+Attributes.swift
[13/32] Compiling Elementary Html+Elements.swift
[14/32] Compiling Elementary HtmlBuilder+Tuples.swift
[15/32] Compiling Elementary AsyncContent.swift
[16/32] Compiling Elementary AsyncForEach.swift
[17/32] Compiling Elementary AttributeStorage.swift
[18/32] Compiling Elementary CoreModel.swift
[19/32] Compiling Elementary Environment.swift
[20/32] Compiling Elementary ForEach.swift
[21/32] Compiling Elementary HtmlTags.swift
[22/32] Compiling Elementary HtmlAsyncRenderer.swift
[23/32] Compiling Elementary HtmlTextRenderer.swift
[24/32] Compiling Elementary HtmlAttributes+global.swift
[25/32] Compiling Elementary HtmlDocument.swift
[26/32] Compiling Elementary HtmlElements.swift
[27/32] Compiling Elementary Html+Rendering.swift
[28/32] Compiling Elementary HtmlAttributes+common.swift
[29/32] Compiling Elementary HtmlAttributes+event.swift
[30/32] Compiling Elementary RenderingUtils.swift
[31/32] Compiling Elementary SendOnceBox.swift
[32/32] Compiling Elementary SendableAnyHTMLBox.swift
[34/40] Emitting module ElementaryHyperscript
[35/40] Compiling ElementaryHyperscript HTMLAttribute+Hyperscript.swift
[36/41] Emitting module ElementaryHTMX
[38/41] Compiling ElementaryHTMX HTMLAttributeValue+HTMX.swift
[39/41] Compiling ElementaryHTMX HTMLAttribute+HTMX.swift
/host/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:32:92: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
 30 |     static func selectOOB(_ selector: String, _ swap: HTMLAttributeValue.HTMX.SwapTarget? = nil) -> HTMLAttribute {
 31 |         if let swap {
 32 |             .init(name: "hx-select-oob", value: "\(selector):\(swap.rawValue)", mergedBy: .appending(seperatedBy: ","))
    |                                                                                            |- warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
    |                                                                                            `- note: use 'appending(separatedBy:)' instead
 33 |         } else {
 34 |             .init(name: "hx-select-oob", value: selector, mergedBy: .appending(seperatedBy: ","))
/host/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:34:70: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
 32 |             .init(name: "hx-select-oob", value: "\(selector):\(swap.rawValue)", mergedBy: .appending(seperatedBy: ","))
 33 |         } else {
 34 |             .init(name: "hx-select-oob", value: selector, mergedBy: .appending(seperatedBy: ","))
    |                                                                      |- warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
    |                                                                      `- note: use 'appending(separatedBy:)' instead
 35 |         }
 36 |     }
/host/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:59:69: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
 57 |
 58 |     static func trigger(_ value: HTMLAttributeValue.HTMX.EventTrigger) -> HTMLAttribute {
 59 |         .init(name: "hx-trigger", value: value.rawValue, mergedBy: .appending(seperatedBy: ", "))
    |                                                                     |- warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
    |                                                                     `- note: use 'appending(separatedBy:)' instead
 60 |     }
 61 |
/host/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:63:69: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
 61 |
 62 |     static func trigger(_ value: HTMLAttributeValue.HTMX.PollingTrigger) -> HTMLAttribute {
 63 |         .init(name: "hx-trigger", value: value.rawValue, mergedBy: .appending(seperatedBy: ", "))
    |                                                                     |- warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
    |                                                                     `- note: use 'appending(separatedBy:)' instead
 64 |     }
 65 |
/host/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:93:65: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
 91 |
 92 |     static func ext(_ value: HTMLAttributeValue.HTMX.Extension) -> HTMLAttribute {
 93 |         .init(name: "hx-ext", value: value.rawValue, mergedBy: .appending(seperatedBy: ","))
    |                                                                 |- warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)' [#DeprecatedDeclaration]
    |                                                                 `- note: use 'appending(separatedBy:)' instead
 94 |     }
 95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[41/48] Emitting module ElementaryHTMXSSE
[42/48] Compiling ElementaryHTMXWS HTMLAttribute+HTMX.swift
[43/48] Compiling ElementaryHTMXWS HTMLAttributeValue+HTMX.swift
[44/48] Emitting module ElementaryHTMXWS
[46/49] Compiling ElementaryHTMXSSE HTMLAttribute+HTMXSSE.swift
[47/49] Compiling ElementaryHTMXSSE HTMLAttributeValue+HTMXSSE.swift
[49/50] Emitting module TestUtilities
[50/50] Compiling TestUtilities Utilities.swift
Build complete! (42.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "elementary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sliemeobn/elementary.git"
    }
  ],
  "manifest_display_name" : "elementary-htmx",
  "name" : "elementary-htmx",
  "path" : "/host/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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.