Build Information
Successful build of DHDeclarable, reference main (c06520
), with Swift 6.1 for Linux on 27 Apr 2025 02:21:48 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: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.0
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 c06520b Merge pull request #12 from PushedCrayon/constraint-update
Cloned https://github.com/dan-hart/DHDeclarable.git
Revision (git rev-parse @):
c06520bbc696d03d21050b502e0f64ca181e7f60
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-4609320-2":/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.18s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.4 (1.99s)
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/Realm/SwiftLint.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
[1/960] Fetching shellout
[961/1540] Fetching shellout, packageconfig
[1541/2926] Fetching shellout, packageconfig, rocket
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.25s)
[1/46730] Fetching swiftformat
[3740/196633] Fetching swiftformat, swiftlint
Fetched https://github.com/shibapm/PackageConfig.git from cache (33.08s)
Fetched https://github.com/f-meloni/Rocket from cache (33.08s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (33.77s)
Fetched https://github.com/Realm/SwiftLint.git from cache (34.41s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (34.87s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
[1/4863] Fetching swiftshell
[634/4979] Fetching swiftshell, logger
[3715/15268] Fetching swiftshell, logger, yams
Fetched https://github.com/shibapm/Logger from cache (0.29s)
[6201/15152] Fetching swiftshell, yams
Fetched https://github.com/kareman/SwiftShell from cache (0.29s)
[1647/10289] Fetching yams
Fetched https://github.com/jpsim/Yams from cache (0.99s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.44s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.44s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.45s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.45s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.45s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (0.59s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/16112] Fetching sourcekitten
[324/29046] Fetching sourcekitten, cryptoswift
[3939/29975] Fetching sourcekitten, cryptoswift, swiftytexttable
[4291/30059] Fetching sourcekitten, cryptoswift, swiftytexttable, collectionconcurrencykit
[16430/45009] Fetching sourcekitten, cryptoswift, swiftytexttable, collectionconcurrencykit, swift-argument-parser
[35569/115242] Fetching sourcekitten, cryptoswift, swiftytexttable, collectionconcurrencykit, swift-argument-parser, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (0.93s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.93s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.94s)
[38177/99279] Fetching sourcekitten, cryptoswift, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (3.96s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.97s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.99s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (4.46s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.45s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (1.79s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.46s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.25s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.84s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.45s)
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.43s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.55.5 (0.46s)
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/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.4
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/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.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/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/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
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/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/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.55.5
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.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 UIView+center.swift
[9/47] Compiling DHDeclarable UIView+declaredWithRedLines.swift
[10/47] Compiling DHDeclarable UIView+pin.swift
[11/47] Compiling DHDeclarable UIView+rounded.swift
[12/47] Compiling DHDeclarable UIView+tag.swift
[13/47] Compiling DHDeclarable UIStackView+forEach.swift
[14/47] Compiling DHDeclarable UIStackView+removeAllArrangedSubviews.swift
[15/47] Compiling DHDeclarable UIView+Divider.swift
[16/47] Compiling DHDeclarable UIView+Style.swift
[17/47] Compiling DHDeclarable UIView+as.swift
[18/47] Compiling DHDeclarable UIKit+DHDStringRepresentable.swift
[19/47] Compiling DHDeclarable UILabel+Style.swift
[20/47] Compiling DHDeclarable UIStackView+Layout.swift
[21/47] Compiling DHDeclarable UIStackView+Rrecursive.swift
[22/47] Compiling DHDeclarable UIStackView+arrangedSubviewAtIndex.swift
[23/47] Compiling DHDeclarable UIViewController+as.swift
[24/47] Compiling DHDeclarable UIView+Preview.swift
[25/47] Compiling DHDeclarable UIViewController+Preview.swift
[26/47] Compiling DHDeclarable ResettableLazy.swift
[27/47] Compiling DHDeclarable DHDStringRepresentable.swift
[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 DHDComponentable.swift
[34/47] Compiling DHDeclarable DHDStackViewComponent.swift
[35/47] Compiling DHDeclarable DHDViewComponent.swift
[36/47] Compiling DHDeclarable DHDTwoLabelRowComponent.swift
[37/47] Compiling DHDeclarable DHDLabel.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 DHDView+spacer.swift
[44/47] Compiling DHDeclarable DHDView.swift
[45/47] Compiling DHDeclarable DHDViewController.swift
[46/47] Compiling DHDeclarable DHDViewControllerContentRenderingMode.swift
[47/47] Compiling DHDeclarable DHDViewControlling.swift
Build complete! (67.00s)
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.