The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DStack, reference 0.4.2 (a862ad), with Swift 6.3 for Linux on 11 Apr 2026 21:52:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/erusaevap/DStack.git
Reference: 0.4.2
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/erusaevap/DStack
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at a862ad3 Bump version to 0.4.2 and fix warnings
Cloned https://github.com/erusaevap/DStack.git
Revision (git rev-parse @):
a862ad3b673628a626c422a03cc5f31059a50753
SUCCESS checkout https://github.com/erusaevap/DStack.git at 0.4.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/erusaevap/DStack.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/6] Compiling DSExtensions UIView+Utils.swift
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:10:11: error: cannot find type 'UIView' in scope
 8 |
 9 | public
10 | extension UIView {
   |           `- error: cannot find type 'UIView' in scope
11 |
12 |     func add(subviews: UIView...) {
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:30:34: error: cannot find type 'UIView' in scope
28 |
29 | public
30 | extension Array where Element == UIView {
   |                                  `- error: cannot find type 'UIView' in scope
31 |
32 |     func stack(
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:37:10: error: cannot find type 'UIStackView' in scope
35 |         alignment: UIStackView.Alignment? = nil,
36 |         distribution: UIStackView.Distribution? = nil
37 |     ) -> UIStackView {
   |          `- error: cannot find type 'UIStackView' in scope
38 |         UIStackView(arrangedSubviews: self)
39 |             .set(axis: axis, spacing: spacing, alignment: alignment, distribution: distribution)
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:33:15: error: cannot find type 'NSLayoutConstraint' in scope
31 |
32 |     func stack(
33 |         axis: NSLayoutConstraint.Axis? = nil,
   |               `- error: cannot find type 'NSLayoutConstraint' in scope
34 |         spacing: CGFloat? = nil,
35 |         alignment: UIStackView.Alignment? = nil,
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:34:18: error: cannot find type 'CGFloat' in scope
32 |     func stack(
33 |         axis: NSLayoutConstraint.Axis? = nil,
34 |         spacing: CGFloat? = nil,
   |                  `- error: cannot find type 'CGFloat' in scope
35 |         alignment: UIStackView.Alignment? = nil,
36 |         distribution: UIStackView.Distribution? = nil
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:35:20: error: cannot find type 'UIStackView' in scope
33 |         axis: NSLayoutConstraint.Axis? = nil,
34 |         spacing: CGFloat? = nil,
35 |         alignment: UIStackView.Alignment? = nil,
   |                    `- error: cannot find type 'UIStackView' in scope
36 |         distribution: UIStackView.Distribution? = nil
37 |     ) -> UIStackView {
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:36:23: error: cannot find type 'UIStackView' in scope
34 |         spacing: CGFloat? = nil,
35 |         alignment: UIStackView.Alignment? = nil,
36 |         distribution: UIStackView.Distribution? = nil
   |                       `- error: cannot find type 'UIStackView' in scope
37 |     ) -> UIStackView {
38 |         UIStackView(arrangedSubviews: self)
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:38:9: error: cannot find 'UIStackView' in scope
36 |         distribution: UIStackView.Distribution? = nil
37 |     ) -> UIStackView {
38 |         UIStackView(arrangedSubviews: self)
   |         `- error: cannot find 'UIStackView' in scope
39 |             .set(axis: axis, spacing: spacing, alignment: alignment, distribution: distribution)
40 |     }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:12:24: error: cannot find type 'UIView' in scope
10 | extension UIView {
11 |
12 |     func add(subviews: UIView...) {
   |                        `- error: cannot find type 'UIView' in scope
13 |         add(subviews: subviews)
14 |     }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:16:25: error: cannot find type 'UIView' in scope
14 |     }
15 |
16 |     func add(subviews: [UIView?]) {
   |                         `- error: cannot find type 'UIView' in scope
17 |         subviews.compactMap { $0 }.forEach { add(subviews: $0) }
18 |     }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:21:35: error: cannot find type 'UIView' in scope
19 |
20 |     @discardableResult
21 |     func add(inRootView rootView: UIView) -> Self {
   |                                   `- error: cannot find type 'UIView' in scope
22 |         translatesAutoresizingMaskIntoConstraints = false
23 |         rootView.addSubview(self)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module DSExtensions
/host/spi-builder-workspace/Sources/DSExtensions/UIStackView+DStack.swift:9:11: error: cannot find type 'UIStackView' in scope
 7 |
 8 | public
 9 | extension UIStackView {
   |           `- error: cannot find type 'UIStackView' in scope
10 |
11 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:9:11: error: cannot find type 'UIView' in scope
  7 |
  8 | public
  9 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
 10 |
 11 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:56:11: error: cannot find type 'UIView' in scope
 54 |
 55 | public
 56 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
 57 |
 58 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:121:11: error: cannot find type 'UIView' in scope
119 |
120 | public
121 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
122 |
123 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:186:11: error: cannot find type 'UIView' in scope
184 |
185 | public
186 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
187 |
188 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:219:11: error: cannot find type 'UIView' in scope
217 |
218 | public
219 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
220 |
221 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:256:11: error: cannot find type 'UIView' in scope
254 |
255 | public
256 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
257 |
258 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:10:11: error: cannot find type 'UIView' in scope
 8 |
 9 | public
10 | extension UIView {
   |           `- error: cannot find type 'UIView' in scope
11 |
12 |     func add(subviews: UIView...) {
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:30:34: error: cannot find type 'UIView' in scope
28 |
29 | public
30 | extension Array where Element == UIView {
   |                                  `- error: cannot find type 'UIView' in scope
31 |
32 |     func stack(
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:37:10: error: cannot find type 'UIStackView' in scope
35 |         alignment: UIStackView.Alignment? = nil,
36 |         distribution: UIStackView.Distribution? = nil
37 |     ) -> UIStackView {
   |          `- error: cannot find type 'UIStackView' in scope
38 |         UIStackView(arrangedSubviews: self)
39 |             .set(axis: axis, spacing: spacing, alignment: alignment, distribution: distribution)
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:33:15: error: cannot find type 'NSLayoutConstraint' in scope
31 |
32 |     func stack(
33 |         axis: NSLayoutConstraint.Axis? = nil,
   |               `- error: cannot find type 'NSLayoutConstraint' in scope
34 |         spacing: CGFloat? = nil,
35 |         alignment: UIStackView.Alignment? = nil,
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:34:18: error: cannot find type 'CGFloat' in scope
32 |     func stack(
33 |         axis: NSLayoutConstraint.Axis? = nil,
34 |         spacing: CGFloat? = nil,
   |                  `- error: cannot find type 'CGFloat' in scope
35 |         alignment: UIStackView.Alignment? = nil,
36 |         distribution: UIStackView.Distribution? = nil
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:35:20: error: cannot find type 'UIStackView' in scope
33 |         axis: NSLayoutConstraint.Axis? = nil,
34 |         spacing: CGFloat? = nil,
35 |         alignment: UIStackView.Alignment? = nil,
   |                    `- error: cannot find type 'UIStackView' in scope
36 |         distribution: UIStackView.Distribution? = nil
37 |     ) -> UIStackView {
/host/spi-builder-workspace/Sources/DSExtensions/UIView+Utils.swift:36:23: error: cannot find type 'UIStackView' in scope
34 |         spacing: CGFloat? = nil,
35 |         alignment: UIStackView.Alignment? = nil,
36 |         distribution: UIStackView.Distribution? = nil
   |                       `- error: cannot find type 'UIStackView' in scope
37 |     ) -> UIStackView {
38 |         UIStackView(arrangedSubviews: self)
[5/6] Compiling DSExtensions UIView+DStack.swift
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:9:11: error: cannot find type 'UIView' in scope
  7 |
  8 | public
  9 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
 10 |
 11 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:56:11: error: cannot find type 'UIView' in scope
 54 |
 55 | public
 56 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
 57 |
 58 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:121:11: error: cannot find type 'UIView' in scope
119 |
120 | public
121 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
122 |
123 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:186:11: error: cannot find type 'UIView' in scope
184 |
185 | public
186 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
187 |
188 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:219:11: error: cannot find type 'UIView' in scope
217 |
218 | public
219 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
220 |
221 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:256:11: error: cannot find type 'UIView' in scope
254 |
255 | public
256 | extension UIView {
    |           `- error: cannot find type 'UIView' in scope
257 |
258 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:12:30: error: cannot find type 'UIView' in scope
 10 |
 11 |     @discardableResult
 12 |     func setHeight(fromView: UIView? = nil) -> Self {
    |                              `- error: cannot find type 'UIView' in scope
 13 |         let fromView = fromView ?? superview
 14 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:21:29: error: cannot find type 'UIView' in scope
 19 |
 20 |     @discardableResult
 21 |     func setWidth(fromView: UIView? = nil) -> Self {
    |                             `- error: cannot find type 'UIView' in scope
 22 |         let fromView = fromView ?? superview
 23 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:30:28: error: cannot find type 'UIView' in scope
 28 |
 29 |     @discardableResult
 30 |     func setSize(fromView: UIView? = nil) -> Self {
    |                            `- error: cannot find type 'UIView' in scope
 31 |         let fromView = fromView ?? superview
 32 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:38:24: error: cannot find type 'CGSize' in scope
 36 |
 37 |     @discardableResult
 38 |     func setSize(size: CGSize) -> Self {
    |                        `- error: cannot find type 'CGSize' in scope
 39 |         setSize(width: size.width, height: size.height)
 40 |     }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:43:25: error: cannot find type 'CGFloat' in scope
 41 |
 42 |     @discardableResult
 43 |     func setSize(width: CGFloat? = nil, height: CGFloat? = nil) -> Self {
    |                         `- error: cannot find type 'CGFloat' in scope
 44 |         if let width = width {
 45 |             widthAnchor.constraint(equalToConstant: width).isActive = true
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:43:49: error: cannot find type 'CGFloat' in scope
 41 |
 42 |     @discardableResult
 43 |     func setSize(width: CGFloat? = nil, height: CGFloat? = nil) -> Self {
    |                                                 `- error: cannot find type 'CGFloat' in scope
 44 |         if let width = width {
 45 |             widthAnchor.constraint(equalToConstant: width).isActive = true
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:59:40: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 57 |
 58 |     @discardableResult
 59 |     func setLeftAnchor(equalTo anchor: NSLayoutXAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                        `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 60 |         leftAnchor.constraint(equalTo: anchor, constant: marge).isActive = true
 61 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:59:68: error: cannot find type 'CGFloat' in scope
 57 |
 58 |     @discardableResult
 59 |     func setLeftAnchor(equalTo anchor: NSLayoutXAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                                    `- error: cannot find type 'CGFloat' in scope
 60 |         leftAnchor.constraint(equalTo: anchor, constant: marge).isActive = true
 61 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:65:41: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 63 |
 64 |     @discardableResult
 65 |     func setRightAnchor(equalTo anchor: NSLayoutXAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                         `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 66 |         rightAnchor.constraint(equalTo: anchor, constant: -marge).isActive = true
 67 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:65:69: error: cannot find type 'CGFloat' in scope
 63 |
 64 |     @discardableResult
 65 |     func setRightAnchor(equalTo anchor: NSLayoutXAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                                     `- error: cannot find type 'CGFloat' in scope
 66 |         rightAnchor.constraint(equalTo: anchor, constant: -marge).isActive = true
 67 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:71:39: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 69 |
 70 |     @discardableResult
 71 |     func setTopAnchor(equalTo anchor: NSLayoutYAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                       `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 72 |         topAnchor.constraint(equalTo: anchor, constant: marge).isActive = true
 73 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:71:67: error: cannot find type 'CGFloat' in scope
 69 |
 70 |     @discardableResult
 71 |     func setTopAnchor(equalTo anchor: NSLayoutYAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                                   `- error: cannot find type 'CGFloat' in scope
 72 |         topAnchor.constraint(equalTo: anchor, constant: marge).isActive = true
 73 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:77:42: error: cannot find type 'NSLayoutYAxisAnchor' in scope
 75 |
 76 |     @discardableResult
 77 |     func setBottomAnchor(equalTo anchor: NSLayoutYAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                          `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
 78 |         bottomAnchor.constraint(equalTo: anchor, constant: -marge).isActive = true
 79 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:77:70: error: cannot find type 'CGFloat' in scope
 75 |
 76 |     @discardableResult
 77 |     func setBottomAnchor(equalTo anchor: NSLayoutYAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                                      `- error: cannot find type 'CGFloat' in scope
 78 |         bottomAnchor.constraint(equalTo: anchor, constant: -marge).isActive = true
 79 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:83:42: error: cannot find type 'NSLayoutDimension' in scope
 81 |
 82 |     @discardableResult
 83 |     func setHeightAnchor(equalTo anchor: NSLayoutDimension, marge: CGFloat = 0) -> Self {
    |                                          `- error: cannot find type 'NSLayoutDimension' in scope
 84 |         heightAnchor.constraint(equalTo: anchor, multiplier: 1).isActive = true
 85 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:83:68: error: cannot find type 'CGFloat' in scope
 81 |
 82 |     @discardableResult
 83 |     func setHeightAnchor(equalTo anchor: NSLayoutDimension, marge: CGFloat = 0) -> Self {
    |                                                                    `- error: cannot find type 'CGFloat' in scope
 84 |         heightAnchor.constraint(equalTo: anchor, multiplier: 1).isActive = true
 85 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:89:41: error: cannot find type 'NSLayoutDimension' in scope
 87 |
 88 |     @discardableResult
 89 |     func setWidthAnchor(equalTo anchor: NSLayoutDimension, marge: CGFloat = 0) -> Self {
    |                                         `- error: cannot find type 'NSLayoutDimension' in scope
 90 |         widthAnchor.constraint(equalTo: anchor, multiplier: 1).isActive = true
 91 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:89:67: error: cannot find type 'CGFloat' in scope
 87 |
 88 |     @discardableResult
 89 |     func setWidthAnchor(equalTo anchor: NSLayoutDimension, marge: CGFloat = 0) -> Self {
    |                                                                   `- error: cannot find type 'CGFloat' in scope
 90 |         widthAnchor.constraint(equalTo: anchor, multiplier: 1).isActive = true
 91 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:96:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
 94 |     @discardableResult
 95 |     func setLeadingAnchor(
 96 |         equalTo anchor: NSLayoutXAxisAnchor,
    |                         `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
 97 |         marge: CGFloat = 0,
 98 |         priority: UILayoutPriority = .defaultHigh
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:97:16: error: cannot find type 'CGFloat' in scope
 95 |     func setLeadingAnchor(
 96 |         equalTo anchor: NSLayoutXAxisAnchor,
 97 |         marge: CGFloat = 0,
    |                `- error: cannot find type 'CGFloat' in scope
 98 |         priority: UILayoutPriority = .defaultHigh
 99 |     ) -> Self {
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:98:19: error: cannot find type 'UILayoutPriority' in scope
 96 |         equalTo anchor: NSLayoutXAxisAnchor,
 97 |         marge: CGFloat = 0,
 98 |         priority: UILayoutPriority = .defaultHigh
    |                   `- error: cannot find type 'UILayoutPriority' in scope
 99 |     ) -> Self {
100 |         let constraint = leadingAnchor.constraint(equalTo: anchor)
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:108:25: error: cannot find type 'NSLayoutXAxisAnchor' in scope
106 |     @discardableResult
107 |     func setTrailingAnchor(
108 |         equalTo anchor: NSLayoutXAxisAnchor,
    |                         `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
109 |         marge: CGFloat = 0,
110 |         priority: UILayoutPriority = .defaultHigh
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:109:16: error: cannot find type 'CGFloat' in scope
107 |     func setTrailingAnchor(
108 |         equalTo anchor: NSLayoutXAxisAnchor,
109 |         marge: CGFloat = 0,
    |                `- error: cannot find type 'CGFloat' in scope
110 |         priority: UILayoutPriority = .defaultHigh
111 |     ) -> Self {
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:110:19: error: cannot find type 'UILayoutPriority' in scope
108 |         equalTo anchor: NSLayoutXAxisAnchor,
109 |         marge: CGFloat = 0,
110 |         priority: UILayoutPriority = .defaultHigh
    |                   `- error: cannot find type 'UILayoutPriority' in scope
111 |     ) -> Self {
112 |         let constraint = trailingAnchor.constraint(equalTo: anchor)
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:124:53: error: cannot find type 'NSLayoutXAxisAnchor' in scope
122 |
123 |     @discardableResult
124 |     func setLeftAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                     `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
125 |         leftAnchor.constraint(greaterThanOrEqualTo: anchor, constant: marge).isActive = true
126 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:124:81: error: cannot find type 'CGFloat' in scope
122 |
123 |     @discardableResult
124 |     func setLeftAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                                                 `- error: cannot find type 'CGFloat' in scope
125 |         leftAnchor.constraint(greaterThanOrEqualTo: anchor, constant: marge).isActive = true
126 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:130:54: error: cannot find type 'NSLayoutXAxisAnchor' in scope
128 |
129 |     @discardableResult
130 |     func setRightAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                      `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
131 |         rightAnchor.constraint(greaterThanOrEqualTo: anchor, constant: -marge).isActive = true
132 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:130:82: error: cannot find type 'CGFloat' in scope
128 |
129 |     @discardableResult
130 |     func setRightAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                                                  `- error: cannot find type 'CGFloat' in scope
131 |         rightAnchor.constraint(greaterThanOrEqualTo: anchor, constant: -marge).isActive = true
132 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:136:52: error: cannot find type 'NSLayoutYAxisAnchor' in scope
134 |
135 |     @discardableResult
136 |     func setTopAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                    `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
137 |         topAnchor.constraint(greaterThanOrEqualTo: anchor, constant: marge).isActive = true
138 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:136:80: error: cannot find type 'CGFloat' in scope
134 |
135 |     @discardableResult
136 |     func setTopAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                                                `- error: cannot find type 'CGFloat' in scope
137 |         topAnchor.constraint(greaterThanOrEqualTo: anchor, constant: marge).isActive = true
138 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:142:55: error: cannot find type 'NSLayoutYAxisAnchor' in scope
140 |
141 |     @discardableResult
142 |     func setBottomAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                       `- error: cannot find type 'NSLayoutYAxisAnchor' in scope
143 |         bottomAnchor.constraint(greaterThanOrEqualTo: anchor, constant: -marge).isActive = true
144 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:142:83: error: cannot find type 'CGFloat' in scope
140 |
141 |     @discardableResult
142 |     func setBottomAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor, marge: CGFloat = 0) -> Self {
    |                                                                                   `- error: cannot find type 'CGFloat' in scope
143 |         bottomAnchor.constraint(greaterThanOrEqualTo: anchor, constant: -marge).isActive = true
144 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:148:55: error: cannot find type 'NSLayoutDimension' in scope
146 |
147 |     @discardableResult
148 |     func setHeightAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, marge: CGFloat = 0) -> Self {
    |                                                       `- error: cannot find type 'NSLayoutDimension' in scope
149 |         heightAnchor.constraint(greaterThanOrEqualTo: anchor, multiplier: 1).isActive = true
150 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:148:81: error: cannot find type 'CGFloat' in scope
146 |
147 |     @discardableResult
148 |     func setHeightAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, marge: CGFloat = 0) -> Self {
    |                                                                                 `- error: cannot find type 'CGFloat' in scope
149 |         heightAnchor.constraint(greaterThanOrEqualTo: anchor, multiplier: 1).isActive = true
150 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:154:54: error: cannot find type 'NSLayoutDimension' in scope
152 |
153 |     @discardableResult
154 |     func setWidthAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, marge: CGFloat = 0) -> Self {
    |                                                      `- error: cannot find type 'NSLayoutDimension' in scope
155 |         widthAnchor.constraint(greaterThanOrEqualTo: anchor, multiplier: 1).isActive = true
156 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:154:80: error: cannot find type 'CGFloat' in scope
152 |
153 |     @discardableResult
154 |     func setWidthAnchor(greaterThanOrEqualTo anchor: NSLayoutDimension, marge: CGFloat = 0) -> Self {
    |                                                                                `- error: cannot find type 'CGFloat' in scope
155 |         widthAnchor.constraint(greaterThanOrEqualTo: anchor, multiplier: 1).isActive = true
156 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:161:38: error: cannot find type 'NSLayoutXAxisAnchor' in scope
159 |     @discardableResult
160 |     func setLeadingAnchor(
161 |         greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
    |                                      `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
162 |         marge: CGFloat = 0,
163 |         priority: UILayoutPriority = .defaultHigh
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:162:16: error: cannot find type 'CGFloat' in scope
160 |     func setLeadingAnchor(
161 |         greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
162 |         marge: CGFloat = 0,
    |                `- error: cannot find type 'CGFloat' in scope
163 |         priority: UILayoutPriority = .defaultHigh
164 |     ) -> Self {
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:163:19: error: cannot find type 'UILayoutPriority' in scope
161 |         greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
162 |         marge: CGFloat = 0,
163 |         priority: UILayoutPriority = .defaultHigh
    |                   `- error: cannot find type 'UILayoutPriority' in scope
164 |     ) -> Self {
165 |         let constraint = leadingAnchor.constraint(greaterThanOrEqualTo: anchor)
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:173:38: error: cannot find type 'NSLayoutXAxisAnchor' in scope
171 |     @discardableResult
172 |     func setTrailingAnchor(
173 |         greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
    |                                      `- error: cannot find type 'NSLayoutXAxisAnchor' in scope
174 |         marge: CGFloat = 0,
175 |         priority: UILayoutPriority = .defaultHigh
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:174:16: error: cannot find type 'CGFloat' in scope
172 |     func setTrailingAnchor(
173 |         greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
174 |         marge: CGFloat = 0,
    |                `- error: cannot find type 'CGFloat' in scope
175 |         priority: UILayoutPriority = .defaultHigh
176 |     ) -> Self {
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:175:19: error: cannot find type 'UILayoutPriority' in scope
173 |         greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
174 |         marge: CGFloat = 0,
175 |         priority: UILayoutPriority = .defaultHigh
    |                   `- error: cannot find type 'UILayoutPriority' in scope
176 |     ) -> Self {
177 |         let constraint = trailingAnchor.constraint(greaterThanOrEqualTo: anchor)
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:189:31: error: cannot find type 'UIViewController' in scope
187 |
188 |     @discardableResult
189 |     func fill(viewController: UIViewController, marge: CGFloat = 0) -> Self {
    |                               `- error: cannot find type 'UIViewController' in scope
190 |         setTopAnchor(equalTo: viewController.view.safeAreaLayoutGuide.topAnchor, marge: marge)
191 |             .setRightAnchor(equalTo: viewController.view.rightAnchor, marge: marge)
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:189:56: error: cannot find type 'CGFloat' in scope
187 |
188 |     @discardableResult
189 |     func fill(viewController: UIViewController, marge: CGFloat = 0) -> Self {
    |                                                        `- error: cannot find type 'CGFloat' in scope
190 |         setTopAnchor(equalTo: viewController.view.safeAreaLayoutGuide.topAnchor, marge: marge)
191 |             .setRightAnchor(equalTo: viewController.view.rightAnchor, marge: marge)
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:197:25: error: cannot find type 'UIView' in scope
195 |
196 |     @discardableResult
197 |     func fill(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                         `- error: cannot find type 'UIView' in scope
198 |         let fromView = fromView ?? superview
199 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:197:47: error: cannot find type 'CGFloat' in scope
195 |
196 |     @discardableResult
197 |     func fill(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                                               `- error: cannot find type 'CGFloat' in scope
198 |         let fromView = fromView ?? superview
199 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:207:25: error: cannot find type 'UIView' in scope
205 |
206 |     @discardableResult
207 |     func fill(fromView: UIView? = nil, inset: UIEdgeInsets) -> Self {
    |                         `- error: cannot find type 'UIView' in scope
208 |         let fromView = fromView ?? superview
209 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:207:47: error: cannot find type 'UIEdgeInsets' in scope
205 |
206 |     @discardableResult
207 |     func fill(fromView: UIView? = nil, inset: UIEdgeInsets) -> Self {
    |                                               `- error: cannot find type 'UIEdgeInsets' in scope
208 |         let fromView = fromView ?? superview
209 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:222:36: error: cannot find type 'UIView' in scope
220 |
221 |     @discardableResult
222 |     func setTopAlignment(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                                    `- error: cannot find type 'UIView' in scope
223 |         let fromView = fromView ?? superview
224 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:222:58: error: cannot find type 'CGFloat' in scope
220 |
221 |     @discardableResult
222 |     func setTopAlignment(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                                                          `- error: cannot find type 'CGFloat' in scope
223 |         let fromView = fromView ?? superview
224 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:230:39: error: cannot find type 'UIView' in scope
228 |
229 |     @discardableResult
230 |     func setBottomAlignment(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                                       `- error: cannot find type 'UIView' in scope
231 |         let fromView = fromView ?? superview
232 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:230:61: error: cannot find type 'CGFloat' in scope
228 |
229 |     @discardableResult
230 |     func setBottomAlignment(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                                                             `- error: cannot find type 'CGFloat' in scope
231 |         let fromView = fromView ?? superview
232 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:238:37: error: cannot find type 'UIView' in scope
236 |
237 |     @discardableResult
238 |     func setLeftAlignment(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                                     `- error: cannot find type 'UIView' in scope
239 |         let fromView = fromView ?? superview
240 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:238:59: error: cannot find type 'CGFloat' in scope
236 |
237 |     @discardableResult
238 |     func setLeftAlignment(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                                                           `- error: cannot find type 'CGFloat' in scope
239 |         let fromView = fromView ?? superview
240 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:246:38: error: cannot find type 'UIView' in scope
244 |
245 |     @discardableResult
246 |     func setRightAlignment(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                                      `- error: cannot find type 'UIView' in scope
247 |         let fromView = fromView ?? superview
248 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:246:60: error: cannot find type 'CGFloat' in scope
244 |
245 |     @discardableResult
246 |     func setRightAlignment(fromView: UIView? = nil, marge: CGFloat = 0) -> Self {
    |                                                            `- error: cannot find type 'CGFloat' in scope
247 |         let fromView = fromView ?? superview
248 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:259:31: error: cannot find type 'UIView' in scope
257 |
258 |     @discardableResult
259 |     func setCenterX(fromView: UIView? = nil) -> Self {
    |                               `- error: cannot find type 'UIView' in scope
260 |         let fromView = fromView ?? superview
261 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:268:31: error: cannot find type 'UIView' in scope
266 |
267 |     @discardableResult
268 |     func setCenterY(fromView: UIView? = nil) -> Self {
    |                               `- error: cannot find type 'UIView' in scope
269 |         let fromView = fromView ?? superview
270 |         guard let view = fromView else { return self }
/host/spi-builder-workspace/Sources/DSExtensions/UIView+DStack.swift:277:30: error: cannot find type 'UIView' in scope
275 |
276 |     @discardableResult
277 |     func setCenter(fromView: UIView? = nil) -> Self {
    |                              `- error: cannot find type 'UIView' in scope
278 |         let fromView = fromView ?? superview
279 |         return self
[6/6] Compiling DSExtensions UIStackView+DStack.swift
/host/spi-builder-workspace/Sources/DSExtensions/UIStackView+DStack.swift:9:11: error: cannot find type 'UIStackView' in scope
 7 |
 8 | public
 9 | extension UIStackView {
   |           `- error: cannot find type 'UIStackView' in scope
10 |
11 |     @discardableResult
/host/spi-builder-workspace/Sources/DSExtensions/UIStackView+DStack.swift:12:41: error: cannot find type 'UIView' in scope
10 |
11 |     @discardableResult
12 |     func add(arrangedSubviews subviews: UIView...) -> Self {
   |                                         `- error: cannot find type 'UIView' in scope
13 |         add(arrangedSubviews: subviews)
14 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIStackView+DStack.swift:18:42: error: cannot find type 'UIView' in scope
16 |
17 |     @discardableResult
18 |     func add(arrangedSubviews subviews: [UIView?]) -> Self {
   |                                          `- error: cannot find type 'UIView' in scope
19 |         subviews.compactMap { $0 }.forEach { addArrangedSubview($0) }
20 |         return self
/host/spi-builder-workspace/Sources/DSExtensions/UIStackView+DStack.swift:25:15: error: cannot find type 'NSLayoutConstraint' in scope
23 |     @discardableResult
24 |     func set(
25 |         axis: NSLayoutConstraint.Axis? = nil,
   |               `- error: cannot find type 'NSLayoutConstraint' in scope
26 |         spacing: CGFloat? = nil,
27 |         alignment: UIStackView.Alignment? = nil,
/host/spi-builder-workspace/Sources/DSExtensions/UIStackView+DStack.swift:26:18: error: cannot find type 'CGFloat' in scope
24 |     func set(
25 |         axis: NSLayoutConstraint.Axis? = nil,
26 |         spacing: CGFloat? = nil,
   |                  `- error: cannot find type 'CGFloat' in scope
27 |         alignment: UIStackView.Alignment? = nil,
28 |         distribution: UIStackView.Distribution? = nil
/host/spi-builder-workspace/Sources/DSExtensions/UIStackView+DStack.swift:27:20: error: cannot find type 'UIStackView' in scope
25 |         axis: NSLayoutConstraint.Axis? = nil,
26 |         spacing: CGFloat? = nil,
27 |         alignment: UIStackView.Alignment? = nil,
   |                    `- error: cannot find type 'UIStackView' in scope
28 |         distribution: UIStackView.Distribution? = nil
29 |     ) -> Self {
/host/spi-builder-workspace/Sources/DSExtensions/UIStackView+DStack.swift:28:23: error: cannot find type 'UIStackView' in scope
26 |         spacing: CGFloat? = nil,
27 |         alignment: UIStackView.Alignment? = nil,
28 |         distribution: UIStackView.Distribution? = nil
   |                       `- error: cannot find type 'UIStackView' in scope
29 |     ) -> Self {
30 |         if let axis = axis { self.axis = axis }
BUILD FAILURE 6.3 linux