Build Information
Successful build of DHDeclarable, reference 0.0.9 (a490dc
), with Swift 6.1 for Android on 28 May 2025 19:03:44 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.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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dan-hart/DHDeclarable.git
Reference: 0.0.9
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
* tag 0.0.9 -> FETCH_HEAD
HEAD is now at a490dc6 Update README.md
Cloned https://github.com/dan-hart/DHDeclarable.git
Revision (git rev-parse @):
a490dc6ffe3ce4170bc6d9fa564c24a11fe9f533
SUCCESS checkout https://github.com/dan-hart/DHDeclarable.git at 0.0.9
========================================
Build
========================================
Selected platform: android
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-4609320-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/shibapm/Komondor.git
[1/509] Fetching komondor
Fetched https://github.com/shibapm/Komondor.git from cache (0.28s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.4 (2.53s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/Realm/SwiftLint.git
Fetching https://github.com/shibapm/PackageConfig.git
[1/960] Fetching shellout
[961/2346] Fetching shellout, rocket
[1350/2926] Fetching shellout, rocket, packageconfig
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.33s)
[1/48182] Fetching swiftformat
[2/198565] Fetching swiftformat, swiftlint
Fetched https://github.com/f-meloni/Rocket from cache (24.40s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (24.40s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (25.07s)
Fetched https://github.com/Realm/SwiftLint.git from cache (25.69s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (33.31s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
[4980/15636] Fetching logger, swiftshell, yams
Fetched https://github.com/shibapm/Logger from cache (5.51s)
Fetched https://github.com/kareman/SwiftShell from cache (5.51s)
Fetched https://github.com/jpsim/Yams from cache (6.33s)
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.55s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.49s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.50s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.50s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (0.67s)
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/jpsim/SourceKitten.git
[1/929] Fetching swiftytexttable
[930/17041] Fetching swiftytexttable, sourcekitten
[3186/29982] Fetching swiftytexttable, sourcekitten, cryptoswift
[3316/30066] Fetching swiftytexttable, sourcekitten, cryptoswift, collectionconcurrencykit
Fetching https://github.com/apple/swift-argument-parser.git
[20621/45417] Fetching swiftytexttable, sourcekitten, cryptoswift, collectionconcurrencykit, swift-argument-parser
[20904/115866] Fetching swiftytexttable, sourcekitten, cryptoswift, collectionconcurrencykit, swift-argument-parser, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.88s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.88s)
[85969/114853] Fetching sourcekitten, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.54s)
[71323/99502] Fetching sourcekitten, cryptoswift, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.90s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.91s)
[46497/70449] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.18s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (4.70s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.46s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (1.86s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.52s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.14s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.49s)
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.59s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (0.86s)
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
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/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.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/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.2
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/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.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/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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.4
[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] Emitting module DHDeclarable
[8/47] Compiling DHDeclarable DHDView+spacer.swift
[9/47] Compiling DHDeclarable DHDView.swift
[10/47] Compiling DHDeclarable DHDViewController.swift
[11/47] Compiling DHDeclarable DHDViewControllerContentRenderingMode.swift
[12/47] Compiling DHDeclarable DHDViewControlling.swift
[13/47] Compiling DHDeclarable UIViewController+as.swift
[14/47] Compiling DHDeclarable UIView+Preview.swift
[15/47] Compiling DHDeclarable UIViewController+Preview.swift
[16/47] Compiling DHDeclarable ResettableLazy.swift
[17/47] Compiling DHDeclarable DHDStringRepresentable.swift
[18/47] Compiling DHDeclarable UIView+center.swift
[19/47] Compiling DHDeclarable UIView+declaredWithRedLines.swift
[20/47] Compiling DHDeclarable UIView+pin.swift
[21/47] Compiling DHDeclarable UIView+rounded.swift
[22/47] Compiling DHDeclarable UIView+tag.swift
[23/47] Compiling DHDeclarable UIStackView+forEach.swift
[24/47] Compiling DHDeclarable UIStackView+removeAllArrangedSubviews.swift
[25/47] Compiling DHDeclarable UIView+Divider.swift
[26/47] Compiling DHDeclarable UIView+Style.swift
[27/47] Compiling DHDeclarable UIView+as.swift
[28/47] Compiling DHDeclarable UIKit+DHDStringRepresentable.swift
[29/47] Compiling DHDeclarable UILabel+Style.swift
[30/47] Compiling DHDeclarable UIStackView+Layout.swift
[31/47] Compiling DHDeclarable UIStackView+Rrecursive.swift
[32/47] Compiling DHDeclarable UIStackView+arrangedSubviewAtIndex.swift
[33/47] Compiling DHDeclarable DHDScrollView.swift
[34/47] Compiling DHDeclarable DHDHStack.swift
[35/47] Compiling DHDeclarable DHDStack.swift
[36/47] Compiling DHDeclarable DHDVStack.swift
[37/47] Compiling DHDeclarable DHDView+divider.swift
[38/47] Compiling DHDeclarable DHDComponentable.swift
[39/47] Compiling DHDeclarable DHDStackViewComponent.swift
[40/47] Compiling DHDeclarable DHDViewComponent.swift
[41/47] Compiling DHDeclarable DHDTwoLabelRowComponent.swift
[42/47] Compiling DHDeclarable DHDLabel.swift
[43/47] Compiling DHDeclarable DHDIdentifier.swift
[44/47] Compiling DHDeclarable DHDeclarable.swift
[45/47] Compiling DHDeclarable Collection+optional.swift
[46/47] Compiling DHDeclarable String+asLabel.swift
[47/47] Compiling DHDeclarable String+inQuotes.swift
Build complete! (111.24s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.