The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DHDeclarable, reference main (c06520), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 02:28:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/509] Fetching komondor
[12/1089] Fetching komondor, packageconfig
[293/2049] Fetching komondor, packageconfig, shellout
Fetched https://github.com/shibapm/Komondor.git from cache (0.77s)
Computing version for https://github.com/shibapm/Komondor.git
[1291/1540] Fetching packageconfig, shellout
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.82s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.82s)
Computed https://github.com/shibapm/Komondor.git at 1.1.3 (3.85s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.56s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.57s)
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/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dhdeclarable",
      "name": "DHDeclarable",
      "url": "https://github.com/dan-hart/DHDeclarable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DHDeclarable",
      "dependencies": [
        {
          "identity": "komondor",
          "name": "Komondor",
          "url": "https://github.com/shibapm/Komondor.git",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Komondor",
          "dependencies": [
            {
              "identity": "packageconfig",
              "name": "PackageConfig",
              "url": "https://github.com/shibapm/PackageConfig.git",
              "version": "1.1.3",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PackageConfig",
              "dependencies": [
              ]
            },
            {
              "identity": "shellout",
              "name": "ShellOut",
              "url": "https://github.com/JohnSundell/ShellOut.git",
              "version": "2.3.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShellOut",
              "dependencies": [
              ]
            },
            {
              "identity": "swiftformat",
              "name": "SwiftFormat",
              "url": "https://github.com/nicklockwood/SwiftFormat.git",
              "version": "0.55.5",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormat",
              "dependencies": [
              ]
            },
            {
              "identity": "swiftlint",
              "name": "SwiftLint",
              "url": "https://github.com/Realm/SwiftLint.git",
              "version": "0.59.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLint",
              "dependencies": [
                {
                  "identity": "swift-argument-parser",
                  "name": "swift-argument-parser",
                  "url": "https://github.com/apple/swift-argument-parser.git",
                  "version": "1.5.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "swift-syntax",
                  "name": "swift-syntax",
                  "url": "https://github.com/swiftlang/swift-syntax.git",
                  "version": "601.0.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "sourcekitten",
                  "name": "SourceKitten",
                  "url": "https://github.com/jpsim/SourceKitten.git",
                  "version": "0.37.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SourceKitten",
                  "dependencies": [
                    {
                      "identity": "swift-argument-parser",
                      "name": "swift-argument-parser",
                      "url": "https://github.com/apple/swift-argument-parser.git",
                      "version": "1.5.0",
                      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
                      "dependencies": [
                      ]
                    },
                    {
                      "identity": "swxmlhash",
                      "name": "SWXMLHash",
                      "url": "https://github.com/drmohundro/SWXMLHash.git",
                      "version": "7.0.2",
                      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SWXMLHash",
                      "dependencies": [
                      ]
                    },
                    {
                      "identity": "yams",
                      "name": "Yams",
                      "url": "https://github.com/jpsim/Yams",
                      "version": "5.3.1",
                      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
                      "dependencies": [
                      ]
                    }
                  ]
                },
                {
                  "identity": "yams",
                  "name": "Yams",
                  "url": "https://github.com/jpsim/Yams",
                  "version": "5.3.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "swiftytexttable",
                  "name": "SwiftyTextTable",
                  "url": "https://github.com/scottrhoyt/SwiftyTextTable.git",
                  "version": "0.9.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyTextTable",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "collectionconcurrencykit",
                  "name": "CollectionConcurrencyKit",
                  "url": "https://github.com/JohnSundell/CollectionConcurrencyKit.git",
                  "version": "0.2.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CollectionConcurrencyKit",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "cryptoswift",
                  "name": "CryptoSwift",
                  "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
                  "version": "1.8.4",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
                  "dependencies": [
                  ]
                }
              ]
            },
            {
              "identity": "rocket",
              "name": "Rocket",
              "url": "https://github.com/f-meloni/Rocket",
              "version": "1.3.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rocket",
              "dependencies": [
                {
                  "identity": "yams",
                  "name": "Yams",
                  "url": "https://github.com/jpsim/Yams",
                  "version": "5.3.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "logger",
                  "name": "Logger",
                  "url": "https://github.com/shibapm/Logger",
                  "version": "0.2.3",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Logger",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "swiftshell",
                  "name": "SwiftShell",
                  "url": "https://github.com/kareman/SwiftShell",
                  "version": "5.1.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "packageconfig",
                  "name": "PackageConfig",
                  "url": "https://github.com/shibapm/PackageConfig.git",
                  "version": "1.1.3",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PackageConfig",
                  "dependencies": [
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dan-hart/DHDeclarable.git
[1/1312] Fetching dhdeclarable
Fetched https://github.com/dan-hart/DHDeclarable.git from cache (0.79s)
Fetching https://github.com/shibapm/Komondor.git from cache
Fetched https://github.com/shibapm/Komondor.git from cache (0.48s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.4 (1.08s)
Fetching https://github.com/shibapm/PackageConfig.git from cache
Fetching https://github.com/Realm/SwiftLint.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/JohnSundell/ShellOut.git from cache
[1/1386] Fetching rocket
[1387/48116] Fetching rocket, swiftformat
[3257/198019] Fetching rocket, swiftformat, swiftlint
Fetched https://github.com/shibapm/PackageConfig.git from cache (146.54s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (146.54s)
Fetched https://github.com/f-meloni/Rocket from cache (146.54s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (146.54s)
Fetched https://github.com/Realm/SwiftLint.git from cache (146.54s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (147.45s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams from cache
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
Fetched https://github.com/kareman/SwiftShell from cache (1.21s)
Fetched https://github.com/shibapm/Logger from cache (1.21s)
Fetched https://github.com/jpsim/Yams from cache (1.21s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.81s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.56s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.03s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.03s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.57s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (0.56s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[346/13947] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
[781/30059] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.14s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.17s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.74s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.74s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.74s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.74s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (2.39s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.57s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.65s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.58s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.90s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.61s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.56s)
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.47s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.55.5 (0.57s)
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/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/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
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/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
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
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/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
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/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/dan-hart/DHDeclarable.git
Working copy of https://github.com/dan-hart/DHDeclarable.git resolved at main (c06520b)
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/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.3.0
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/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.55.5
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[16375/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.78s)
warning: '.resolve-product-dependencies': dependency 'dhdeclarable' is not used by any target
Found 1 product dependencies
  - Komondor
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dan-hart/DHDeclarable.git
https://github.com/dan-hart/DHDeclarable.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/39] Emitting module DHDeclarable
[4/43] Compiling DHDeclarable DHDViewController.swift
[5/43] Compiling DHDeclarable DHDViewControllerContentRenderingMode.swift
[6/43] Compiling DHDeclarable DHDViewControlling.swift
[7/43] Compiling DHDeclarable DHDIdentifier.swift
[8/43] Compiling DHDeclarable UIView+Style.swift
[9/43] Compiling DHDeclarable UIView+as.swift
[10/43] Compiling DHDeclarable UIView+center.swift
[11/43] Compiling DHDeclarable UIView+declaredWithRedLines.swift
[12/43] Compiling DHDeclarable DHDComponentable.swift
[13/43] Compiling DHDeclarable DHDStackViewComponent.swift
[14/43] Compiling DHDeclarable DHDViewComponent.swift
[15/43] Compiling DHDeclarable DHDTwoLabelRowComponent.swift
[16/43] Compiling DHDeclarable UIKit+DHDStringRepresentable.swift
[17/43] Compiling DHDeclarable UILabel+Style.swift
[18/43] Compiling DHDeclarable UIStackView+Layout.swift
[19/43] Compiling DHDeclarable UIStackView+Rrecursive.swift
[20/43] Compiling DHDeclarable UIStackView+arrangedSubviewAtIndex.swift
[21/43] Compiling DHDeclarable UIStackView+forEach.swift
[22/43] Compiling DHDeclarable UIStackView+removeAllArrangedSubviews.swift
[23/43] Compiling DHDeclarable UIView+Divider.swift
[24/43] Compiling DHDeclarable DHDVStack.swift
[25/43] Compiling DHDeclarable DHDView+divider.swift
[26/43] Compiling DHDeclarable DHDView+spacer.swift
[27/43] Compiling DHDeclarable DHDView.swift
[28/43] Compiling DHDeclarable UIView+pin.swift
[29/43] Compiling DHDeclarable UIView+rounded.swift
[30/43] Compiling DHDeclarable UIView+tag.swift
[31/43] Compiling DHDeclarable UIViewController+as.swift
[32/43] Compiling DHDeclarable DHDLabel.swift
[33/43] Compiling DHDeclarable DHDScrollView.swift
[34/43] Compiling DHDeclarable DHDHStack.swift
[35/43] Compiling DHDeclarable DHDStack.swift
[36/43] Compiling DHDeclarable DHDeclarable.swift
[37/43] Compiling DHDeclarable Collection+optional.swift
[38/43] Compiling DHDeclarable String+asLabel.swift
[39/43] Compiling DHDeclarable String+inQuotes.swift
[40/43] Compiling DHDeclarable UIView+Preview.swift
[41/43] Compiling DHDeclarable UIViewController+Preview.swift
[42/43] Compiling DHDeclarable ResettableLazy.swift
[43/43] Compiling DHDeclarable DHDStringRepresentable.swift
Build complete! (10.63s)
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" : "/Users/admin/builder/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"
}
Done.