The Swift Package Index logo.Swift Package Index

Build Information

Successful build of elementary-components, reference 1.0.1 (03519c), with Swift 6.1 for Android on 9 Dec 2025 15:52:52 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/h0p3zZ/elementary-components.git
Reference: 1.0.1
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/h0p3zZ/elementary-components
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 03519c9 updated elementary package reference
Cloned https://github.com/h0p3zZ/elementary-components.git
Revision (git rev-parse @):
03519c93fae21bee03e367c50838d1b2563f5df9
SUCCESS checkout https://github.com/h0p3zZ/elementary-components.git at 1.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/h0p3zZ/elementary-components.git
https://github.com/h0p3zZ/elementary-components.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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-components",
  "name" : "elementary-components",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElementaryShoelace",
      "targets" : [
        "ElementaryShoelace"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElementaryShoelaceTests",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryShoelaceTests",
      "path" : "Tests",
      "sources" : [
        "ElementaryShoelace/Test.swift"
      ],
      "target_dependencies" : [
        "ElementaryShoelace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryShoelace",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryShoelace",
      "path" : "Sources/ElementaryShoelace",
      "product_dependencies" : [
        "Elementary"
      ],
      "product_memberships" : [
        "ElementaryShoelace"
      ],
      "sources" : [
        "SLAttributeValues.swift",
        "SLAttributes.swift",
        "components/SLAlert.swift",
        "components/SLAnimatedImage.swift",
        "components/SLAnimation.swift",
        "components/SLAvatar.swift",
        "components/SLBadge.swift",
        "components/SLBreadcrumb.swift",
        "components/SLBreadcrumbItem.swift",
        "components/SLButton.swift",
        "components/SLButtonGroup.swift",
        "components/SLCard.swift",
        "components/SLCarousel.swift",
        "components/SLCarouselItem.swift",
        "components/SLCheckbox.swift",
        "components/SLColorPicker.swift",
        "components/SLCopyButton.swift",
        "components/SLDetails.swift",
        "components/SLDialog.swift",
        "components/SLDivider.swift",
        "components/SLDrawer.swift",
        "components/SLDropdown.swift",
        "components/SLFormatBytes.swift",
        "components/SLFormatDate.swift",
        "components/SLFormatNumber.swift",
        "components/SLIcon.swift",
        "components/SLIconButton.swift",
        "components/SLImageComparer.swift",
        "components/SLInclude.swift",
        "components/SLInput.swift",
        "components/SLMenu.swift",
        "components/SLMenuItem.swift",
        "components/SLMenuLabel.swift",
        "components/SLMutationObserver.swift",
        "components/SLOption.swift",
        "components/SLPopup.swift",
        "components/SLProgressBar.swift",
        "components/SLProgressRing.swift",
        "components/SLQRCode.swift",
        "components/SLRadio.swift",
        "components/SLRadioButton.swift",
        "components/SLRange.swift",
        "components/SLRating.swift",
        "components/SLRelativeTime.swift",
        "components/SLResizeObserver.swift",
        "components/SLSelect.swift",
        "components/SLSkeleton.swift",
        "components/SLSpinner.swift",
        "components/SLSplitPanel.swift",
        "components/SLSwitch.swift",
        "components/SLTab.swift",
        "components/SLTabGroup.swift",
        "components/SLTabPanel.swift",
        "components/SLTag.swift",
        "components/SLTextarea.swift",
        "components/SLTooltip.swift",
        "components/SLTree.swift",
        "components/SLTreeItem.swift",
        "components/SLVisuallyHidden.swift",
        "protocols/SLIconProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/elementary-swift/elementary.git
[1/1423] Fetching elementary
Fetched https://github.com/elementary-swift/elementary.git from cache (0.34s)
Computing version for https://github.com/elementary-swift/elementary.git
Computed https://github.com/elementary-swift/elementary.git at 0.6.0 (1.02s)
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/25] 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
[5/25] 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
[6/25] 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
[7/28] 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
[8/28] 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
[9/28] 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
[10/28] 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
[11/28] 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
[12/28] 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
[13/28] 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
[14/28] 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
[15/28] 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
[16/28] 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
[17/28] 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
[18/28] 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
[19/28] 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
[20/28] 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
[21/28] 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
[22/28] 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
[23/28] 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
[24/28] 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
[25/28] 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
[26/28] 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
[27/28] 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
[28/28] 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
[30/83] Compiling ElementaryShoelace SLRadio.swift
[31/83] Compiling ElementaryShoelace SLRadioButton.swift
[32/83] Compiling ElementaryShoelace SLRange.swift
[33/83] Compiling ElementaryShoelace SLRating.swift
[34/83] Compiling ElementaryShoelace SLRelativeTime.swift
[35/83] Compiling ElementaryShoelace SLResizeObserver.swift
[36/83] Compiling ElementaryShoelace SLSelect.swift
[37/90] Compiling ElementaryShoelace SLBreadcrumbItem.swift
[38/90] Compiling ElementaryShoelace SLButton.swift
[39/90] Compiling ElementaryShoelace SLButtonGroup.swift
[40/90] Compiling ElementaryShoelace SLCard.swift
[41/90] Compiling ElementaryShoelace SLCarousel.swift
[42/90] Compiling ElementaryShoelace SLCarouselItem.swift
[43/90] Compiling ElementaryShoelace SLCheckbox.swift
[44/90] Compiling ElementaryShoelace SLColorPicker.swift
[45/90] Compiling ElementaryShoelace SLMenuLabel.swift
[46/90] Compiling ElementaryShoelace SLMutationObserver.swift
[47/90] Compiling ElementaryShoelace SLOption.swift
[48/90] Compiling ElementaryShoelace SLPopup.swift
[49/90] Compiling ElementaryShoelace SLProgressBar.swift
[50/90] Compiling ElementaryShoelace SLProgressRing.swift
[51/90] Compiling ElementaryShoelace SLQRCode.swift
[52/90] Emitting module ElementaryShoelace
[53/90] Compiling ElementaryShoelace SLTag.swift
[54/90] Compiling ElementaryShoelace SLTextarea.swift
[55/90] Compiling ElementaryShoelace SLTooltip.swift
[56/90] Compiling ElementaryShoelace SLTree.swift
[57/90] Compiling ElementaryShoelace SLTreeItem.swift
[58/90] Compiling ElementaryShoelace SLVisuallyHidden.swift
[59/90] Compiling ElementaryShoelace SLIconProtocol.swift
[60/90] Compiling ElementaryShoelace SLSkeleton.swift
[61/90] Compiling ElementaryShoelace SLSpinner.swift
[62/90] Compiling ElementaryShoelace SLSplitPanel.swift
[63/90] Compiling ElementaryShoelace SLSwitch.swift
[64/90] Compiling ElementaryShoelace SLTab.swift
[65/90] Compiling ElementaryShoelace SLTabGroup.swift
[66/90] Compiling ElementaryShoelace SLTabPanel.swift
[67/90] Compiling ElementaryShoelace SLFormatNumber.swift
[68/90] Compiling ElementaryShoelace SLIcon.swift
[69/90] Compiling ElementaryShoelace SLIconButton.swift
[70/90] Compiling ElementaryShoelace SLImageComparer.swift
[71/90] Compiling ElementaryShoelace SLInclude.swift
[72/90] Compiling ElementaryShoelace SLInput.swift
[73/90] Compiling ElementaryShoelace SLMenu.swift
[74/90] Compiling ElementaryShoelace SLMenuItem.swift
[75/90] Compiling ElementaryShoelace SLCopyButton.swift
[76/90] Compiling ElementaryShoelace SLDetails.swift
[77/90] Compiling ElementaryShoelace SLDialog.swift
[78/90] Compiling ElementaryShoelace SLDivider.swift
[79/90] Compiling ElementaryShoelace SLDrawer.swift
[80/90] Compiling ElementaryShoelace SLDropdown.swift
[81/90] Compiling ElementaryShoelace SLFormatBytes.swift
[82/90] Compiling ElementaryShoelace SLFormatDate.swift
[83/90] Compiling ElementaryShoelace SLAttributeValues.swift
[84/90] Compiling ElementaryShoelace SLAttributes.swift
[85/90] Compiling ElementaryShoelace SLAlert.swift
[86/90] Compiling ElementaryShoelace SLAnimatedImage.swift
[87/90] Compiling ElementaryShoelace SLAnimation.swift
[88/90] Compiling ElementaryShoelace SLAvatar.swift
[89/90] Compiling ElementaryShoelace SLBadge.swift
[90/90] Compiling ElementaryShoelace SLBreadcrumb.swift
Build complete! (26.29s)
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-components",
  "name" : "elementary-components",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElementaryShoelace",
      "targets" : [
        "ElementaryShoelace"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElementaryShoelaceTests",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryShoelaceTests",
      "path" : "Tests",
      "sources" : [
        "ElementaryShoelace/Test.swift"
      ],
      "target_dependencies" : [
        "ElementaryShoelace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryShoelace",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryShoelace",
      "path" : "Sources/ElementaryShoelace",
      "product_dependencies" : [
        "Elementary"
      ],
      "product_memberships" : [
        "ElementaryShoelace"
      ],
      "sources" : [
        "SLAttributeValues.swift",
        "SLAttributes.swift",
        "components/SLAlert.swift",
        "components/SLAnimatedImage.swift",
        "components/SLAnimation.swift",
        "components/SLAvatar.swift",
        "components/SLBadge.swift",
        "components/SLBreadcrumb.swift",
        "components/SLBreadcrumbItem.swift",
        "components/SLButton.swift",
        "components/SLButtonGroup.swift",
        "components/SLCard.swift",
        "components/SLCarousel.swift",
        "components/SLCarouselItem.swift",
        "components/SLCheckbox.swift",
        "components/SLColorPicker.swift",
        "components/SLCopyButton.swift",
        "components/SLDetails.swift",
        "components/SLDialog.swift",
        "components/SLDivider.swift",
        "components/SLDrawer.swift",
        "components/SLDropdown.swift",
        "components/SLFormatBytes.swift",
        "components/SLFormatDate.swift",
        "components/SLFormatNumber.swift",
        "components/SLIcon.swift",
        "components/SLIconButton.swift",
        "components/SLImageComparer.swift",
        "components/SLInclude.swift",
        "components/SLInput.swift",
        "components/SLMenu.swift",
        "components/SLMenuItem.swift",
        "components/SLMenuLabel.swift",
        "components/SLMutationObserver.swift",
        "components/SLOption.swift",
        "components/SLPopup.swift",
        "components/SLProgressBar.swift",
        "components/SLProgressRing.swift",
        "components/SLQRCode.swift",
        "components/SLRadio.swift",
        "components/SLRadioButton.swift",
        "components/SLRange.swift",
        "components/SLRating.swift",
        "components/SLRelativeTime.swift",
        "components/SLResizeObserver.swift",
        "components/SLSelect.swift",
        "components/SLSkeleton.swift",
        "components/SLSpinner.swift",
        "components/SLSplitPanel.swift",
        "components/SLSwitch.swift",
        "components/SLTab.swift",
        "components/SLTabGroup.swift",
        "components/SLTabPanel.swift",
        "components/SLTag.swift",
        "components/SLTextarea.swift",
        "components/SLTooltip.swift",
        "components/SLTree.swift",
        "components/SLTreeItem.swift",
        "components/SLVisuallyHidden.swift",
        "protocols/SLIconProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.