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 Plot, reference 0.14.0 (271926), with Swift 6.2 (beta) for Android on 20 Jun 2025 04:32:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/JohnSundell/Plot.git
Reference: 0.14.0
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/JohnSundell/Plot
 * tag               0.14.0     -> FETCH_HEAD
HEAD is now at 271926b Add <time> element (#86)
Cloned https://github.com/JohnSundell/Plot.git
Revision (git rev-parse @):
271926b4413fe868739d99f5eadcf2bd6cd62fb8
SUCCESS checkout https://github.com/JohnSundell/Plot.git at 0.14.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JohnSundell/Plot.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/62] Emitting module Plot
[4/70] Compiling Plot SiteMapElements.swift
[5/70] Compiling Plot TwitterCardType.swift
[6/70] Compiling Plot URLRepresentable.swift
[7/70] Compiling Plot XML.swift
[8/70] Compiling Plot XMLAttributes.swift
[9/70] Compiling Plot XMLElements.swift
[10/70] Compiling Plot AnyAttribute.swift
[11/70] Compiling Plot AnyElement.swift
[12/70] Compiling Plot PodcastMediaType.swift
[13/70] Compiling Plot PodcastType.swift
[14/70] Compiling Plot RSS.swift
[15/70] Compiling Plot RSSAttributes.swift
[16/70] Compiling Plot RSSElements.swift
[17/70] Compiling Plot Renderable.swift
[18/70] Compiling Plot SiteMap.swift
[19/70] Compiling Plot SiteMapChangeFrequency.swift
[20/70] Compiling Plot DocumentEncoding.swift
[21/70] Compiling Plot Element.swift
[22/70] Compiling Plot ElementClosingMode.swift
[23/70] Compiling Plot ElementComponent.swift
[24/70] Compiling Plot ElementDefinition.swift
[25/70] Compiling Plot EmptyComponent.swift
[26/70] Compiling Plot EnvironmentKey.swift
[27/70] Compiling Plot EnvironmentValue.swift
[28/70] Compiling Plot HTML.swift
[29/70] Compiling Plot Node.swift
[30/70] Compiling Plot NodeConvertible.swift
[31/70] Compiling Plot Optional+Component.swift
[32/70] Compiling Plot PodcastAttributes.swift
[33/70] Compiling Plot PodcastComponents.swift
[34/70] Compiling Plot PodcastElements.swift
[35/70] Compiling Plot PodcastEpisodeType.swift
[36/70] Compiling Plot PodcastFeed.swift
[37/70] Compiling Plot HTMLInputType.swift
[38/70] Compiling Plot HTMLLinkRelationship.swift
[39/70] Compiling Plot HTMLListStyle.swift
[40/70] Compiling Plot HTMLVideoFormat.swift
[41/70] Compiling Plot HTMLViewportFitMode.swift
[42/70] Compiling Plot HTMLViewportWidthMode.swift
[43/70] Compiling Plot Indentation.swift
[44/70] Compiling Plot Language.swift
[45/70] Compiling Plot AnyEnvironmentValue.swift
[46/70] Compiling Plot AnyNode.swift
[47/70] Compiling Plot ElementRenderingBuffer.swift
[48/70] Compiling Plot ElementWrapper.swift
[49/70] Compiling Plot Environment.swift
[50/70] Compiling Plot ModifiedComponent.swift
[51/70] Compiling Plot Renderer.swift
[52/70] Compiling Plot String+Escaping.swift
[53/70] Compiling Plot HTMLAnchorRelationship.swift
[54/70] Compiling Plot HTMLAnchorTarget.swift
[55/70] Compiling Plot HTMLAttributes.swift
[56/70] Compiling Plot HTMLAudioFormat.swift
[57/70] Compiling Plot HTMLButtonType.swift
[58/70] Compiling Plot HTMLComponents.swift
[59/70] Compiling Plot HTMLElements.swift
[60/70] Compiling Plot HTMLFormContentType.swift
[61/70] Compiling Plot HTMLFormMethod.swift
[62/70] Compiling Plot Attribute.swift
[63/70] Compiling Plot Component.swift
[64/70] Compiling Plot ComponentAttributes.swift
[65/70] Compiling Plot ComponentBuilder.swift
[66/70] Compiling Plot ComponentContainer.swift
[67/70] Compiling Plot ComponentGroup.swift
[68/70] Compiling Plot ControlFlow.swift
[69/70] Compiling Plot Directionality.swift
[70/70] Compiling Plot Document.swift
Build complete! (17.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Plot",
  "name" : "Plot",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Plot",
      "targets" : [
        "Plot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlotTests",
      "module_type" : "SwiftTarget",
      "name" : "PlotTests",
      "path" : "Tests/PlotTests",
      "sources" : [
        "Assertions.swift",
        "ControlFlowTests.swift",
        "Date+Stubbing.swift",
        "DocumentTests.swift",
        "HTMLComponentTests.swift",
        "HTMLTests.swift",
        "IndentationTests.swift",
        "NodeTests.swift",
        "PodcastFeedTests.swift",
        "RSSTests.swift",
        "Require.swift",
        "SiteMapTests.swift",
        "XMLTests.swift"
      ],
      "target_dependencies" : [
        "Plot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Plot",
      "module_type" : "SwiftTarget",
      "name" : "Plot",
      "path" : "Sources/Plot",
      "product_memberships" : [
        "Plot"
      ],
      "sources" : [
        "API/Attribute.swift",
        "API/Component.swift",
        "API/ComponentAttributes.swift",
        "API/ComponentBuilder.swift",
        "API/ComponentContainer.swift",
        "API/ComponentGroup.swift",
        "API/ControlFlow.swift",
        "API/Directionality.swift",
        "API/Document.swift",
        "API/DocumentEncoding.swift",
        "API/Element.swift",
        "API/ElementClosingMode.swift",
        "API/ElementComponent.swift",
        "API/ElementDefinition.swift",
        "API/EmptyComponent.swift",
        "API/EnvironmentKey.swift",
        "API/EnvironmentValue.swift",
        "API/HTML.swift",
        "API/HTMLAnchorRelationship.swift",
        "API/HTMLAnchorTarget.swift",
        "API/HTMLAttributes.swift",
        "API/HTMLAudioFormat.swift",
        "API/HTMLButtonType.swift",
        "API/HTMLComponents.swift",
        "API/HTMLElements.swift",
        "API/HTMLFormContentType.swift",
        "API/HTMLFormMethod.swift",
        "API/HTMLInputType.swift",
        "API/HTMLLinkRelationship.swift",
        "API/HTMLListStyle.swift",
        "API/HTMLVideoFormat.swift",
        "API/HTMLViewportFitMode.swift",
        "API/HTMLViewportWidthMode.swift",
        "API/Indentation.swift",
        "API/Language.swift",
        "API/Node.swift",
        "API/NodeConvertible.swift",
        "API/Optional+Component.swift",
        "API/PodcastAttributes.swift",
        "API/PodcastComponents.swift",
        "API/PodcastElements.swift",
        "API/PodcastEpisodeType.swift",
        "API/PodcastFeed.swift",
        "API/PodcastMediaType.swift",
        "API/PodcastType.swift",
        "API/RSS.swift",
        "API/RSSAttributes.swift",
        "API/RSSElements.swift",
        "API/Renderable.swift",
        "API/SiteMap.swift",
        "API/SiteMapChangeFrequency.swift",
        "API/SiteMapElements.swift",
        "API/TwitterCardType.swift",
        "API/URLRepresentable.swift",
        "API/XML.swift",
        "API/XMLAttributes.swift",
        "API/XMLElements.swift",
        "Internal/AnyAttribute.swift",
        "Internal/AnyElement.swift",
        "Internal/AnyEnvironmentValue.swift",
        "Internal/AnyNode.swift",
        "Internal/ElementRenderingBuffer.swift",
        "Internal/ElementWrapper.swift",
        "Internal/Environment.swift",
        "Internal/ModifiedComponent.swift",
        "Internal/Renderer.swift",
        "Internal/String+Escaping.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
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.