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 swift-web-page, reference master (3c640a), with Swift 6.2 (beta) for Android on 21 Jun 2025 01:30:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Alja7dali/swift-web-page.git
Reference: master
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/Alja7dali/swift-web-page
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3c640ab 👋 hello, swepui!
Cloned https://github.com/Alja7dali/swift-web-page.git
Revision (git rev-parse @):
3c640abe7ae4e7d7bfed57fd7a1cb7994f23f4cf
SUCCESS checkout https://github.com/Alja7dali/swift-web-page.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Alja7dali/swift-web-page.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-8C5A4AE7A8CE2BA.txt
[7/14] Compiling Core Renderable.swift
[8/15] Compiling Core Indentation.swift
[9/15] Compiling Core Render.swift
[10/15] Compiling Core Tuple.swift
[11/15] Compiling Core RenderStyle.swift
[12/15] Compiling Core RenderMode.swift
[13/15] Compiling Core Empty.swift
[14/15] Compiling Core Either.swift
[15/15] Emitting module Core
[17/57] Compiling Css Side.swift
[18/57] Compiling Css String.swift
[19/57] Compiling Css Unset.swift
[20/57] Compiling Css Normal.swift
[21/57] Compiling Css Number.swift
[22/57] Compiling Css Percentage.swift
[23/60] Compiling Css Aliases.swift
[24/60] Compiling Css CssNodeBuilder.swift
[25/60] Compiling Css Exported.swift
[26/60] Compiling Css Helpers.swift
[27/60] Compiling Css Initial.swift
[28/60] Compiling Css Length.swift
[29/60] Compiling Css None.swift
[30/60] Compiling Css Value.swift
[31/60] Compiling Css Width+Style.swift
[32/60] Compiling Css makeDeclarations.swift
[33/60] Emitting module Css
[34/60] Compiling Css Angle.swift
[35/60] Compiling Css Auto.swift
[36/60] Compiling Css Axises.swift
[37/60] Compiling Css Color.swift
[38/60] Compiling Css Default.swift
[39/60] Compiling Css Duration.swift
[40/60] Compiling Css Fraction.swift
[41/60] Compiling Css Inherit.swift
[50/61] Compiling Css Properties.swift
[51/61] Compiling Css Render.swift
[52/61] Emitting module Html
[53/61] Compiling Css Key.swift
[54/61] Compiling Css Node.swift
[62/62] Compiling Html Tags.swift
[64/65] Emitting module HtmlCssSupport
/host/spi-builder-workspace/Sources/HtmlCssSupport/HtmlExtensions.swift:4:1: warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
   2 | import Css
   3 |
   4 | extension Stylesheet: HtmlNode {}
     | |- warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
   5 |
   6 | extension Style {
[65/65] Compiling HtmlCssSupport HtmlExtensions.swift
/host/spi-builder-workspace/Sources/HtmlCssSupport/HtmlExtensions.swift:4:1: warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
   2 | import Css
   3 |
   4 | extension Stylesheet: HtmlNode {}
     | |- warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
   5 |
   6 | extension Style {
[67/68] Compiling Swep Exported.swift
[68/68] Emitting module Swep
Build complete! (19.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-web-page",
  "name" : "swift-web-page",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Core",
      "targets" : [
        "Core"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Html",
      "targets" : [
        "Html"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Css",
      "targets" : [
        "Css"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HtmlCssSupport",
      "targets" : [
        "HtmlCssSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Swep",
      "targets" : [
        "Swep"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Swep",
      "module_type" : "SwiftTarget",
      "name" : "Swep",
      "path" : "Sources/Swep",
      "product_memberships" : [
        "Swep"
      ],
      "sources" : [
        "Exported.swift"
      ],
      "target_dependencies" : [
        "Html",
        "Css",
        "HtmlCssSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HtmlTests",
      "module_type" : "SwiftTarget",
      "name" : "HtmlTests",
      "path" : "Tests/HtmlTests",
      "sources" : [
        "AriaTests.swift",
        "AttributesTests.swift",
        "BuilderTests.swift",
        "EventsTests.swift",
        "MediaTypeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Html"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HtmlCssSupport",
      "module_type" : "SwiftTarget",
      "name" : "HtmlCssSupport",
      "path" : "Sources/HtmlCssSupport",
      "product_memberships" : [
        "HtmlCssSupport",
        "Swep"
      ],
      "sources" : [
        "HtmlExtensions.swift"
      ],
      "target_dependencies" : [
        "Html",
        "Css"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Html",
      "module_type" : "SwiftTarget",
      "name" : "Html",
      "path" : "Sources/Html",
      "product_memberships" : [
        "Html",
        "HtmlCssSupport",
        "Swep"
      ],
      "sources" : [
        "Aliases.swift",
        "Attributes/Aria.swift",
        "Attributes/Attribute.swift",
        "Attributes/Events.swift",
        "Attributes/Html4.swift",
        "Attributes/MediaType.swift",
        "Attributes/TagsExtension.swift",
        "ChildOf.swift",
        "ChildOfAny.swift",
        "Exported.swift",
        "Helpers.swift",
        "HtmlNodeBuilder.swift",
        "Node.swift",
        "Render.swift",
        "Tags.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CssTests",
      "module_type" : "SwiftTarget",
      "name" : "CssTests",
      "path" : "Tests/CssTests",
      "sources" : [
        "PropertiesTests.swift",
        "SelectorsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Css"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Css",
      "module_type" : "SwiftTarget",
      "name" : "Css",
      "path" : "Sources/Css",
      "product_memberships" : [
        "Css",
        "HtmlCssSupport",
        "Swep"
      ],
      "sources" : [
        "Aliases.swift",
        "CssNodeBuilder.swift",
        "Exported.swift",
        "Helpers.swift",
        "Key.swift",
        "Node.swift",
        "Properties.swift",
        "Render.swift",
        "Values/Angle.swift",
        "Values/Auto.swift",
        "Values/Axises.swift",
        "Values/Color.swift",
        "Values/Default.swift",
        "Values/Duration.swift",
        "Values/Fraction.swift",
        "Values/Inherit.swift",
        "Values/Initial.swift",
        "Values/Length.swift",
        "Values/None.swift",
        "Values/Normal.swift",
        "Values/Number.swift",
        "Values/Percentage.swift",
        "Values/Side.swift",
        "Values/String.swift",
        "Values/Unset.swift",
        "Values/Value.swift",
        "Values/Width+Style.swift",
        "Values/makeDeclarations.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_memberships" : [
        "Core",
        "Html",
        "Css",
        "HtmlCssSupport",
        "Swep"
      ],
      "sources" : [
        "Either.swift",
        "Empty.swift",
        "Indentation.swift",
        "Render.swift",
        "RenderMode.swift",
        "RenderStyle.swift",
        "Renderable.swift",
        "Tuple.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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.