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, reference 0.5.4 (3f4f07), with Swift 5.10 for Linux on 12 Sep 2025 19:43:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sliemeobn/elementary.git
Reference: 0.5.4
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
 * tag               0.5.4      -> FETCH_HEAD
HEAD is now at 3f4f079 unicode-less equality for `_StoredAttribute` (embedded) (#78)
Cloned https://github.com/sliemeobn/elementary.git
Revision (git rev-parse @):
3f4f079f6b4840188bb178455f82e45566d2c7c2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sliemeobn/elementary.git at 0.5.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/sliemeobn/elementary.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Compiling Elementary AsyncContent.swift
[4/24] Compiling Elementary AsyncForEach.swift
[5/24] Compiling Elementary AttributeStorage.swift
[6/27] Compiling Elementary HtmlBuilder.swift
[7/27] Compiling Elementary HtmlElement+Async.swift
[8/27] Compiling Elementary StoredAttribute.swift
[9/27] Compiling Elementary Html+Attributes.swift
[10/27] Compiling Elementary Html+Elements.swift
[11/27] Compiling Elementary HtmlBuilder+Tuples.swift
[12/27] Compiling Elementary CoreModel.swift
[13/27] Compiling Elementary Environment.swift
[14/27] Compiling Elementary ForEach.swift
[15/27] Emitting module Elementary
[16/27] Compiling Elementary HtmlTags.swift
[17/27] Compiling Elementary HtmlAsyncRenderer.swift
[18/27] Compiling Elementary HtmlTextRenderer.swift
[19/27] Compiling Elementary Html+Rendering.swift
[20/27] Compiling Elementary HtmlAttributes+common.swift
[21/27] Compiling Elementary HtmlAttributes+event.swift
[22/27] Compiling Elementary HtmlAttributes+global.swift
[23/27] Compiling Elementary HtmlDocument.swift
[24/27] Compiling Elementary HtmlElements.swift
[25/27] Compiling Elementary RenderingUtils.swift
[26/27] Compiling Elementary SendOnceBox.swift
[27/27] Compiling Elementary SendableAnyHTMLBox.swift
Build complete! (11.88s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "elementary",
  "name" : "elementary",
  "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" : "Elementary",
      "targets" : [
        "Elementary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElementaryTests",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryTests",
      "path" : "Tests/ElementaryTests",
      "sources" : [
        "AsyncRenderingTests.swift",
        "AttributeRenderingTests.swift",
        "ClassAndStyleRenderingTests.swift",
        "CompositionRenderingTest.swift",
        "EnvironmentRenderingTests.swift",
        "FormattedRenderingTest.swift",
        "SendableAnyHTMLBox.swift",
        "TagRenderingTests.swift",
        "TextRenderingTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "Elementary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Elementary",
      "module_type" : "SwiftTarget",
      "name" : "Elementary",
      "path" : "Sources/Elementary",
      "product_memberships" : [
        "Elementary"
      ],
      "sources" : [
        "Core/AsyncContent.swift",
        "Core/AsyncForEach.swift",
        "Core/AttributeStorage.swift",
        "Core/CoreModel.swift",
        "Core/Environment.swift",
        "Core/ForEach.swift",
        "Core/Html+Attributes.swift",
        "Core/Html+Elements.swift",
        "Core/HtmlBuilder+Tuples.swift",
        "Core/HtmlBuilder.swift",
        "Core/HtmlElement+Async.swift",
        "Core/StoredAttribute.swift",
        "Html+Rendering.swift",
        "HtmlAttributes+common.swift",
        "HtmlAttributes+event.swift",
        "HtmlAttributes+global.swift",
        "HtmlDocument.swift",
        "HtmlElements.swift",
        "HtmlTags.swift",
        "Rendering/HtmlAsyncRenderer.swift",
        "Rendering/HtmlTextRenderer.swift",
        "Rendering/RenderingUtils.swift",
        "ServerSupport/SendOnceBox.swift",
        "ServerSupport/SendableAnyHTMLBox.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.