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 DHDeclarable, reference main (06f674), with Swift 6.1 for Linux on 8 May 2025 21:21:08 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dan-hart/DHDeclarable.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/dan-hart/DHDeclarable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 06f674e Create LICENSE.md
Cloned https://github.com/dan-hart/DHDeclarable.git
Revision (git rev-parse @):
06f674ec05eb323956ca70a5d8f5f073097ee1be
SUCCESS checkout https://github.com/dan-hart/DHDeclarable.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dan-hart/DHDeclarable.git
https://github.com/dan-hart/DHDeclarable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    }
  ],
  "manifest_display_name" : "DHDeclarable",
  "name" : "DHDeclarable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "DHDeclarable",
      "targets" : [
        "DHDeclarable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DHDeclarableTests",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarableTests",
      "path" : "Tests/DHDeclarableTests",
      "sources" : [
        "ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
        "ClassTests/DHDLabelTests/DHDLabelTests.swift",
        "ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
        "ClassTests/DHDStackTests/DHDStackTests.swift",
        "ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
        "ClassTests/DHDViewTests/DHDViewTests.swift",
        "DHDeclarable+ValueTypeTests.swift",
        "DHDeclarable+declaredIfTests.swift",
        "ExtensionTests/Collection+optionalTests.swift",
        "ExtensionTests/StringTests/String+asLabelTests.swift",
        "ExtensionTests/StringTests/String+inQuotesTests.swift",
        "ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
        "ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
        "ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
        "PreviewTests/PreviewTests.swift",
        "PropertyWrapperTests/ResettableLazyTests.swift"
      ],
      "target_dependencies" : [
        "DHDeclarable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DHDeclarable",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarable",
      "path" : "Sources/DHDeclarable",
      "product_memberships" : [
        "DHDeclarable"
      ],
      "sources" : [
        "Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
        "Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
        "Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
        "Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
        "Classes/DHDLabel/DHDLabel.swift",
        "Classes/DHDScrollView/DHDScrollView.swift",
        "Classes/DHDStack/DHDHStack.swift",
        "Classes/DHDStack/DHDStack.swift",
        "Classes/DHDStack/DHDVStack.swift",
        "Classes/DHDView/DHDView+divider.swift",
        "Classes/DHDView/DHDView+spacer.swift",
        "Classes/DHDView/DHDView.swift",
        "Classes/DHDViewController/DHDViewController.swift",
        "Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
        "Classes/DHDViewController/DHDViewControlling.swift",
        "DHDIdentifier.swift",
        "DHDeclarable.swift",
        "Extensions/Collection+optional.swift",
        "Extensions/String/String+asLabel.swift",
        "Extensions/String/String+inQuotes.swift",
        "Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
        "Extensions/UIKit/UILabel/UILabel+Style.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
        "Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
        "Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
        "Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
        "Extensions/UIKit/UIView/UIView+Divider.swift",
        "Extensions/UIKit/UIView/UIView+Style.swift",
        "Extensions/UIKit/UIView/UIView+as.swift",
        "Extensions/UIKit/UIView/UIView+center.swift",
        "Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
        "Extensions/UIKit/UIView/UIView+pin.swift",
        "Extensions/UIKit/UIView/UIView+rounded.swift",
        "Extensions/UIKit/UIView/UIView+tag.swift",
        "Extensions/UIKit/UIViewController/UIViewController+as.swift",
        "Previews/UIView+Preview.swift",
        "Previews/UIViewController+Preview.swift",
        "PropertyWrappers/ResettableLazy.swift",
        "Protocols/DHDStringRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/shibapm/Komondor.git
[1/509] Fetching komondor
Fetched https://github.com/shibapm/Komondor.git from cache (0.24s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.4 (2.44s)
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/Realm/SwiftLint.git
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
[1/580] Fetching packageconfig
[581/1966] Fetching packageconfig, rocket
[1967/2926] Fetching packageconfig, rocket, shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.28s)
[1/47660] Fetching swiftformat
[1908/197649] Fetching swiftformat, swiftlint
Fetched https://github.com/shibapm/PackageConfig.git from cache (37.14s)
Fetched https://github.com/f-meloni/Rocket from cache (37.15s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (37.94s)
Fetched https://github.com/Realm/SwiftLint.git from cache (38.64s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (43.33s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/kareman/SwiftShell
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
[4980/15428] Fetching logger, swiftshell, yams
Fetched https://github.com/shibapm/Logger from cache (3.84s)
Fetched https://github.com/kareman/SwiftShell from cache (6.77s)
Fetched https://github.com/jpsim/Yams from cache (6.80s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (8.01s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.88s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.62s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.86s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (1.61s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (0.80s)
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/84] Fetching collectionconcurrencykit
[85/16196] Fetching collectionconcurrencykit, sourcekitten
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (0.27s)
[484/16112] Fetching sourcekitten
[2257/29046] Fetching sourcekitten, cryptoswift
[17029/99399] Fetching sourcekitten, cryptoswift, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.42s)
[28412/83287] Fetching cryptoswift, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.90s)
[46433/70353] Fetching swift-syntax
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.90s)
[1/929] Fetching swiftytexttable
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.32s)
[1/15121] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.15s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (7.78s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.77s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.87s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.98s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.39s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.78s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.81s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.55.6 (0.79s)
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.55.6
Creating working copy for https://github.com/Realm/SwiftLint.git
Working copy of https://github.com/Realm/SwiftLint.git resolved at 0.59.1
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.4
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.3.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/42] Compiling DHDeclarable UIStackView+forEach.swift
[8/42] Compiling DHDeclarable UIStackView+removeAllArrangedSubviews.swift
[9/42] Compiling DHDeclarable UIView+Divider.swift
[10/42] Compiling DHDeclarable UIView+Style.swift
[11/42] Compiling DHDeclarable UIView+as.swift
[12/42] Compiling DHDeclarable UIView+center.swift
[13/42] Compiling DHDeclarable UIView+declaredWithRedLines.swift
[14/42] Compiling DHDeclarable UIView+pin.swift
[15/42] Compiling DHDeclarable UIView+rounded.swift
[16/42] Compiling DHDeclarable UIView+tag.swift
[17/47] Compiling DHDeclarable DHDView+spacer.swift
[18/47] Compiling DHDeclarable DHDView.swift
[19/47] Compiling DHDeclarable DHDViewController.swift
[20/47] Compiling DHDeclarable DHDViewControllerContentRenderingMode.swift
[21/47] Compiling DHDeclarable DHDViewControlling.swift
[22/47] Compiling DHDeclarable DHDComponentable.swift
[23/47] Compiling DHDeclarable DHDStackViewComponent.swift
[24/47] Compiling DHDeclarable DHDViewComponent.swift
[25/47] Compiling DHDeclarable DHDTwoLabelRowComponent.swift
[26/47] Compiling DHDeclarable DHDLabel.swift
[27/47] Emitting module DHDeclarable
[28/47] Compiling DHDeclarable DHDIdentifier.swift
[29/47] Compiling DHDeclarable DHDeclarable.swift
[30/47] Compiling DHDeclarable Collection+optional.swift
[31/47] Compiling DHDeclarable String+asLabel.swift
[32/47] Compiling DHDeclarable String+inQuotes.swift
[33/47] Compiling DHDeclarable UIKit+DHDStringRepresentable.swift
[34/47] Compiling DHDeclarable UILabel+Style.swift
[35/47] Compiling DHDeclarable UIStackView+Layout.swift
[36/47] Compiling DHDeclarable UIStackView+Rrecursive.swift
[37/47] Compiling DHDeclarable UIStackView+arrangedSubviewAtIndex.swift
[38/47] Compiling DHDeclarable DHDScrollView.swift
[39/47] Compiling DHDeclarable DHDHStack.swift
[40/47] Compiling DHDeclarable DHDStack.swift
[41/47] Compiling DHDeclarable DHDVStack.swift
[42/47] Compiling DHDeclarable DHDView+divider.swift
[43/47] Compiling DHDeclarable UIViewController+as.swift
[44/47] Compiling DHDeclarable UIView+Preview.swift
[45/47] Compiling DHDeclarable UIViewController+Preview.swift
[46/47] Compiling DHDeclarable ResettableLazy.swift
[47/47] Compiling DHDeclarable DHDStringRepresentable.swift
Build complete! (113.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    }
  ],
  "manifest_display_name" : "DHDeclarable",
  "name" : "DHDeclarable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "DHDeclarable",
      "targets" : [
        "DHDeclarable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DHDeclarableTests",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarableTests",
      "path" : "Tests/DHDeclarableTests",
      "sources" : [
        "ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
        "ClassTests/DHDLabelTests/DHDLabelTests.swift",
        "ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
        "ClassTests/DHDStackTests/DHDStackTests.swift",
        "ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
        "ClassTests/DHDViewTests/DHDViewTests.swift",
        "DHDeclarable+ValueTypeTests.swift",
        "DHDeclarable+declaredIfTests.swift",
        "ExtensionTests/Collection+optionalTests.swift",
        "ExtensionTests/StringTests/String+asLabelTests.swift",
        "ExtensionTests/StringTests/String+inQuotesTests.swift",
        "ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
        "ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
        "ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
        "ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
        "ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
        "PreviewTests/PreviewTests.swift",
        "PropertyWrapperTests/ResettableLazyTests.swift"
      ],
      "target_dependencies" : [
        "DHDeclarable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DHDeclarable",
      "module_type" : "SwiftTarget",
      "name" : "DHDeclarable",
      "path" : "Sources/DHDeclarable",
      "product_memberships" : [
        "DHDeclarable"
      ],
      "sources" : [
        "Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
        "Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
        "Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
        "Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
        "Classes/DHDLabel/DHDLabel.swift",
        "Classes/DHDScrollView/DHDScrollView.swift",
        "Classes/DHDStack/DHDHStack.swift",
        "Classes/DHDStack/DHDStack.swift",
        "Classes/DHDStack/DHDVStack.swift",
        "Classes/DHDView/DHDView+divider.swift",
        "Classes/DHDView/DHDView+spacer.swift",
        "Classes/DHDView/DHDView.swift",
        "Classes/DHDViewController/DHDViewController.swift",
        "Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
        "Classes/DHDViewController/DHDViewControlling.swift",
        "DHDIdentifier.swift",
        "DHDeclarable.swift",
        "Extensions/Collection+optional.swift",
        "Extensions/String/String+asLabel.swift",
        "Extensions/String/String+inQuotes.swift",
        "Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
        "Extensions/UIKit/UILabel/UILabel+Style.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
        "Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
        "Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
        "Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
        "Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
        "Extensions/UIKit/UIView/UIView+Divider.swift",
        "Extensions/UIKit/UIView/UIView+Style.swift",
        "Extensions/UIKit/UIView/UIView+as.swift",
        "Extensions/UIKit/UIView/UIView+center.swift",
        "Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
        "Extensions/UIKit/UIView/UIView+pin.swift",
        "Extensions/UIKit/UIView/UIView+rounded.swift",
        "Extensions/UIKit/UIView/UIView+tag.swift",
        "Extensions/UIKit/UIViewController/UIViewController+as.swift",
        "Previews/UIView+Preview.swift",
        "Previews/UIViewController+Preview.swift",
        "PropertyWrappers/ResettableLazy.swift",
        "Protocols/DHDStringRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.