The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of HTMLKit, reference main (ceff35), with Swift 6.0 for Linux on 12 Dec 2025 18:59:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 94 |                     }
 95 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Disclosure.swift:65:18: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
63 |                     .draw("M7.28,2.241C6.987,1.957 6.987,1.497 7.28,1.213C7.573,0.929 8.048,0.929 8.341,1.213L14.811,7.486C15.103,7.77 15.103,8.23 14.811,8.514L8.28,14.787C7.987,15.071 7.512,15.071 7.22,14.787C6.927,14.503 6.927,14.043 7.22,13.759L13.22,8L7.28,2.241Z")
64 |                 }
65 |                 .viewBox("0 0 20 16")
   |                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
66 |                 .namespace("http://www.w3.org/2000/svg")
67 |                 .class("state-indicator")
[1490/1647] Compiling p_x25519.cc
[1492/1647] Compiling HTMLKitComponents DatePicker.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:66:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 64 |                             .points("10 2 4 8 10 14")
 65 |                         }
 66 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:69:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:70:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 71 |                         .strokeLineJoin(.round)
 72 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:71:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 72 |                     }
 73 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:88:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 86 |                             .points("6 2 12 8 6 14")
 87 |                         }
 88 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:91:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:92:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 93 |                         .strokeLineJoin(.round)
 94 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:93:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 94 |                     }
 95 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Disclosure.swift:65:18: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
63 |                     .draw("M7.28,2.241C6.987,1.957 6.987,1.497 7.28,1.213C7.573,0.929 8.048,0.929 8.341,1.213L14.811,7.486C15.103,7.77 15.103,8.23 14.811,8.514L8.28,14.787C7.987,15.071 7.512,15.071 7.22,14.787C6.927,14.503 6.927,14.043 7.22,13.759L13.22,8L7.28,2.241Z")
64 |                 }
65 |                 .viewBox("0 0 20 16")
   |                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
66 |                 .namespace("http://www.w3.org/2000/svg")
67 |                 .class("state-indicator")
[1493/1647] Compiling HTMLKitComponents Disclosure.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:66:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 64 |                             .points("10 2 4 8 10 14")
 65 |                         }
 66 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:69:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:70:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 71 |                         .strokeLineJoin(.round)
 72 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:71:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 72 |                     }
 73 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:88:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 86 |                             .points("6 2 12 8 6 14")
 87 |                         }
 88 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:91:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:92:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 93 |                         .strokeLineJoin(.round)
 94 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:93:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 94 |                     }
 95 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Disclosure.swift:65:18: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
63 |                     .draw("M7.28,2.241C6.987,1.957 6.987,1.497 7.28,1.213C7.573,0.929 8.048,0.929 8.341,1.213L14.811,7.486C15.103,7.77 15.103,8.23 14.811,8.514L8.28,14.787C7.987,15.071 7.512,15.071 7.22,14.787C6.927,14.503 6.927,14.043 7.22,13.759L13.22,8L7.28,2.241Z")
64 |                 }
65 |                 .viewBox("0 0 20 16")
   |                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
66 |                 .namespace("http://www.w3.org/2000/svg")
67 |                 .class("state-indicator")
[1494/1647] Compiling HTMLKitComponents Divider.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:66:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 64 |                             .points("10 2 4 8 10 14")
 65 |                         }
 66 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:69:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:70:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 71 |                         .strokeLineJoin(.round)
 72 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:71:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 72 |                     }
 73 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:88:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 86 |                             .points("6 2 12 8 6 14")
 87 |                         }
 88 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:91:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:92:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 93 |                         .strokeLineJoin(.round)
 94 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:93:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 94 |                     }
 95 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Disclosure.swift:65:18: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
63 |                     .draw("M7.28,2.241C6.987,1.957 6.987,1.497 7.28,1.213C7.573,0.929 8.048,0.929 8.341,1.213L14.811,7.486C15.103,7.77 15.103,8.23 14.811,8.514L8.28,14.787C7.987,15.071 7.512,15.071 7.22,14.787C6.927,14.503 6.927,14.043 7.22,13.759L13.22,8L7.28,2.241Z")
64 |                 }
65 |                 .viewBox("0 0 20 16")
   |                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
66 |                 .namespace("http://www.w3.org/2000/svg")
67 |                 .class("state-indicator")
[1495/1647] Compiling HTMLKitComponents Dropdown.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:66:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 64 |                             .points("10 2 4 8 10 14")
 65 |                         }
 66 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:69:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:70:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 71 |                         .strokeLineJoin(.round)
 72 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:71:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 72 |                     }
 73 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:88:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 86 |                             .points("6 2 12 8 6 14")
 87 |                         }
 88 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:91:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:92:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 93 |                         .strokeLineJoin(.round)
 94 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:93:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 94 |                     }
 95 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Disclosure.swift:65:18: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
63 |                     .draw("M7.28,2.241C6.987,1.957 6.987,1.497 7.28,1.213C7.573,0.929 8.048,0.929 8.341,1.213L14.811,7.486C15.103,7.77 15.103,8.23 14.811,8.514L8.28,14.787C7.987,15.071 7.512,15.071 7.22,14.787C6.927,14.503 6.927,14.043 7.22,13.759L13.22,8L7.28,2.241Z")
64 |                 }
65 |                 .viewBox("0 0 20 16")
   |                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
66 |                 .namespace("http://www.w3.org/2000/svg")
67 |                 .class("state-indicator")
[1496/1647] Compiling HTMLKitComponents FieldLabel.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:66:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 64 |                             .points("10 2 4 8 10 14")
 65 |                         }
 66 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:69:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:70:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 71 |                         .strokeLineJoin(.round)
 72 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:71:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 72 |                     }
 73 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:88:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 86 |                             .points("6 2 12 8 6 14")
 87 |                         }
 88 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:91:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:92:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 93 |                         .strokeLineJoin(.round)
 94 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:93:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 94 |                     }
 95 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Disclosure.swift:65:18: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
63 |                     .draw("M7.28,2.241C6.987,1.957 6.987,1.497 7.28,1.213C7.573,0.929 8.048,0.929 8.341,1.213L14.811,7.486C15.103,7.77 15.103,8.23 14.811,8.514L8.28,14.787C7.987,15.071 7.512,15.071 7.22,14.787C6.927,14.503 6.927,14.043 7.22,13.759L13.22,8L7.28,2.241Z")
64 |                 }
65 |                 .viewBox("0 0 20 16")
   |                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
66 |                 .namespace("http://www.w3.org/2000/svg")
67 |                 .class("state-indicator")
[1497/1647] Compiling HTMLKitComponents FileDialog.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:66:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 64 |                             .points("10 2 4 8 10 14")
 65 |                         }
 66 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:69:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:70:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 71 |                         .strokeLineJoin(.round)
 72 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:71:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 72 |                     }
 73 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:88:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 86 |                             .points("6 2 12 8 6 14")
 87 |                         }
 88 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:91:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:92:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 93 |                         .strokeLineJoin(.round)
 94 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:93:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 94 |                     }
 95 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Disclosure.swift:65:18: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
63 |                     .draw("M7.28,2.241C6.987,1.957 6.987,1.497 7.28,1.213C7.573,0.929 8.048,0.929 8.341,1.213L14.811,7.486C15.103,7.77 15.103,8.23 14.811,8.514L8.28,14.787C7.987,15.071 7.512,15.071 7.22,14.787C6.927,14.503 6.927,14.043 7.22,13.759L13.22,8L7.28,2.241Z")
64 |                 }
65 |                 .viewBox("0 0 20 16")
   |                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
66 |                 .namespace("http://www.w3.org/2000/svg")
67 |                 .class("state-indicator")
[1498/1647] Compiling HTMLKitComponents Form.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:66:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 64 |                             .points("10 2 4 8 10 14")
 65 |                         }
 66 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:69:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:70:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 71 |                         .strokeLineJoin(.round)
 72 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:71:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 72 |                     }
 73 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:88:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 86 |                             .points("6 2 12 8 6 14")
 87 |                         }
 88 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:91:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:92:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 93 |                         .strokeLineJoin(.round)
 94 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:93:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 94 |                     }
 95 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Disclosure.swift:65:18: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
63 |                     .draw("M7.28,2.241C6.987,1.957 6.987,1.497 7.28,1.213C7.573,0.929 8.048,0.929 8.341,1.213L14.811,7.486C15.103,7.77 15.103,8.23 14.811,8.514L8.28,14.787C7.987,15.071 7.512,15.071 7.22,14.787C6.927,14.503 6.927,14.043 7.22,13.759L13.22,8L7.28,2.241Z")
64 |                 }
65 |                 .viewBox("0 0 20 16")
   |                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
66 |                 .namespace("http://www.w3.org/2000/svg")
67 |                 .class("state-indicator")
[1499/1647] Compiling HTMLKitComponents Grid.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:66:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 64 |                             .points("10 2 4 8 10 14")
 65 |                         }
 66 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:69:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 67 |                         .namespace("http://www.w3.org/2000/svg")
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:70:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 68 |                         .fill("currentColor")
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 71 |                         .strokeLineJoin(.round)
 72 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:71:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 69 |                         .strokeWidth(2)
 70 |                         .strokeLineCap(.round)
 71 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 72 |                     }
 73 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:88:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 86 |                             .points("6 2 12 8 6 14")
 87 |                         }
 88 |                         .viewBox("0 0 16 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:91:26: warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 89 |                         .namespace("http://www.w3.org/2000/svg")
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
    |                          `- warning: 'strokeWidth' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:92:26: warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 90 |                         .fill("currentColor")
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
    |                          `- warning: 'strokeLineCap' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 93 |                         .strokeLineJoin(.round)
 94 |                     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/DatePicker.swift:93:26: warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 91 |                         .strokeWidth(2)
 92 |                         .strokeLineCap(.round)
 93 |                         .strokeLineJoin(.round)
    |                          `- warning: 'strokeLineJoin' is deprecated: Use the stroke(_:width:opacity:cap:join:) modifier instead.
 94 |                     }
 95 |                     .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Disclosure.swift:65:18: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
63 |                     .draw("M7.28,2.241C6.987,1.957 6.987,1.497 7.28,1.213C7.573,0.929 8.048,0.929 8.341,1.213L14.811,7.486C15.103,7.77 15.103,8.23 14.811,8.514L8.28,14.787C7.987,15.071 7.512,15.071 7.22,14.787C6.927,14.503 6.927,14.043 7.22,13.759L13.22,8L7.28,2.241Z")
64 |                 }
65 |                 .viewBox("0 0 20 16")
   |                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
66 |                 .namespace("http://www.w3.org/2000/svg")
67 |                 .class("state-indicator")
[1500/1647] Compiling HTMLKitComponents Grouping.swift
[1501/1647] Compiling HTMLKitComponents HStack.swift
[1502/1647] Compiling HTMLKitComponents Image.swift
[1503/1647] Compiling HTMLKitComponents Link.swift
[1504/1647] Compiling HTMLKitComponents LinkButton.swift
[1505/1647] Compiling HTMLKitComponents List.swift
[1506/1647] Compiling HTMLKitComponents Modal.swift
[1507/1647] Compiling HTMLKitComponents Navigation.swift
[1508/1647] Compiling HTMLKitComponents Pane.swift
[1509/1647] Compiling HTMLKitComponents Picker.swift
[1510/1647] Compiling HTMLKitComponents Progress.swift
[1511/1647] Compiling HTMLKitComponents RadioSelect.swift
[1512/1647] Compiling HTMLKitComponents Scroll.swift
[1513/1647] Compiling HTMLKitComponents SearchField.swift
[1514/1647] Compiling HTMLKitComponents SectorMark.swift
[1515/1647] Compiling HTMLKitComponents SecureField.swift
[1516/1647] Compiling HTMLKitComponents SelectField.swift
[1517/1647] Compiling HTMLKitComponents Slide.swift
[1518/1647] Compiling HTMLKitComponents Slider.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Symbol.swift:244:10: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
242 |             content
243 |         }
244 |         .viewBox("0 0 20 16")
    |          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
245 |         .class(classes.joined(separator: " "))
246 |     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:75:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 73 |                         }
 74 |                         .namespace("http://www.w3.org/2000/svg")
 75 |                         .viewBox("0 0 20 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 76 |                     }
 77 |                     UnorderedList {
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:89:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 87 |                                 }
 88 |                                 .namespace("http://www.w3.org/2000/svg")
 89 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 90 |                             }
 91 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:110:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
108 |                                 }
109 |                                 .namespace("http://www.w3.org/2000/svg")
110 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
111 |                             }
112 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:131:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
129 |                                 }
130 |                                 .namespace("http://www.w3.org/2000/svg")
131 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
132 |                             }
133 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:152:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
150 |                                 }
151 |                                 .namespace("http://www.w3.org/2000/svg")
152 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
153 |                             }
154 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:173:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
171 |                                 }
172 |                                 .namespace("http://www.w3.org/2000/svg")
173 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
174 |                             }
175 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:198:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
196 |                             }
197 |                             .namespace("http://www.w3.org/2000/svg")
198 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
199 |                         }
200 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:219:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
217 |                             }
218 |                             .namespace("http://www.w3.org/2000/svg")
219 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
220 |                         }
221 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:240:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
238 |                             }
239 |                             .namespace("http://www.w3.org/2000/svg")
240 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
241 |                         }
242 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:261:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
259 |                             }
260 |                             .namespace("http://www.w3.org/2000/svg")
261 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
262 |                         }
263 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:282:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
280 |                             }
281 |                             .namespace("http://www.w3.org/2000/svg")
282 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
283 |                         }
284 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:306:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
304 |                             }
305 |                             .namespace("http://www.w3.org/2000/svg")
306 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
307 |                         }
308 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:327:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
325 |                             }
326 |                             .namespace("http://www.w3.org/2000/svg")
327 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
328 |                         }
329 |                         .type(.button)
[1519/1647] Compiling HTMLKitComponents Snippet.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Symbol.swift:244:10: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
242 |             content
243 |         }
244 |         .viewBox("0 0 20 16")
    |          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
245 |         .class(classes.joined(separator: " "))
246 |     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:75:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 73 |                         }
 74 |                         .namespace("http://www.w3.org/2000/svg")
 75 |                         .viewBox("0 0 20 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 76 |                     }
 77 |                     UnorderedList {
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:89:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 87 |                                 }
 88 |                                 .namespace("http://www.w3.org/2000/svg")
 89 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 90 |                             }
 91 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:110:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
108 |                                 }
109 |                                 .namespace("http://www.w3.org/2000/svg")
110 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
111 |                             }
112 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:131:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
129 |                                 }
130 |                                 .namespace("http://www.w3.org/2000/svg")
131 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
132 |                             }
133 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:152:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
150 |                                 }
151 |                                 .namespace("http://www.w3.org/2000/svg")
152 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
153 |                             }
154 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:173:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
171 |                                 }
172 |                                 .namespace("http://www.w3.org/2000/svg")
173 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
174 |                             }
175 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:198:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
196 |                             }
197 |                             .namespace("http://www.w3.org/2000/svg")
198 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
199 |                         }
200 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:219:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
217 |                             }
218 |                             .namespace("http://www.w3.org/2000/svg")
219 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
220 |                         }
221 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:240:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
238 |                             }
239 |                             .namespace("http://www.w3.org/2000/svg")
240 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
241 |                         }
242 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:261:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
259 |                             }
260 |                             .namespace("http://www.w3.org/2000/svg")
261 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
262 |                         }
263 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:282:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
280 |                             }
281 |                             .namespace("http://www.w3.org/2000/svg")
282 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
283 |                         }
284 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:306:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
304 |                             }
305 |                             .namespace("http://www.w3.org/2000/svg")
306 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
307 |                         }
308 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:327:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
325 |                             }
326 |                             .namespace("http://www.w3.org/2000/svg")
327 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
328 |                         }
329 |                         .type(.button)
[1520/1647] Compiling HTMLKitComponents Symbol.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Symbol.swift:244:10: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
242 |             content
243 |         }
244 |         .viewBox("0 0 20 16")
    |          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
245 |         .class(classes.joined(separator: " "))
246 |     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:75:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 73 |                         }
 74 |                         .namespace("http://www.w3.org/2000/svg")
 75 |                         .viewBox("0 0 20 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 76 |                     }
 77 |                     UnorderedList {
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:89:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 87 |                                 }
 88 |                                 .namespace("http://www.w3.org/2000/svg")
 89 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 90 |                             }
 91 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:110:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
108 |                                 }
109 |                                 .namespace("http://www.w3.org/2000/svg")
110 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
111 |                             }
112 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:131:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
129 |                                 }
130 |                                 .namespace("http://www.w3.org/2000/svg")
131 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
132 |                             }
133 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:152:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
150 |                                 }
151 |                                 .namespace("http://www.w3.org/2000/svg")
152 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
153 |                             }
154 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:173:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
171 |                                 }
172 |                                 .namespace("http://www.w3.org/2000/svg")
173 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
174 |                             }
175 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:198:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
196 |                             }
197 |                             .namespace("http://www.w3.org/2000/svg")
198 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
199 |                         }
200 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:219:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
217 |                             }
218 |                             .namespace("http://www.w3.org/2000/svg")
219 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
220 |                         }
221 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:240:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
238 |                             }
239 |                             .namespace("http://www.w3.org/2000/svg")
240 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
241 |                         }
242 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:261:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
259 |                             }
260 |                             .namespace("http://www.w3.org/2000/svg")
261 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
262 |                         }
263 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:282:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
280 |                             }
281 |                             .namespace("http://www.w3.org/2000/svg")
282 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
283 |                         }
284 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:306:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
304 |                             }
305 |                             .namespace("http://www.w3.org/2000/svg")
306 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
307 |                         }
308 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:327:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
325 |                             }
326 |                             .namespace("http://www.w3.org/2000/svg")
327 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
328 |                         }
329 |                         .type(.button)
[1521/1647] Compiling HTMLKitComponents Tabs.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Symbol.swift:244:10: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
242 |             content
243 |         }
244 |         .viewBox("0 0 20 16")
    |          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
245 |         .class(classes.joined(separator: " "))
246 |     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:75:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 73 |                         }
 74 |                         .namespace("http://www.w3.org/2000/svg")
 75 |                         .viewBox("0 0 20 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 76 |                     }
 77 |                     UnorderedList {
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:89:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 87 |                                 }
 88 |                                 .namespace("http://www.w3.org/2000/svg")
 89 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 90 |                             }
 91 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:110:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
108 |                                 }
109 |                                 .namespace("http://www.w3.org/2000/svg")
110 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
111 |                             }
112 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:131:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
129 |                                 }
130 |                                 .namespace("http://www.w3.org/2000/svg")
131 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
132 |                             }
133 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:152:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
150 |                                 }
151 |                                 .namespace("http://www.w3.org/2000/svg")
152 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
153 |                             }
154 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:173:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
171 |                                 }
172 |                                 .namespace("http://www.w3.org/2000/svg")
173 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
174 |                             }
175 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:198:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
196 |                             }
197 |                             .namespace("http://www.w3.org/2000/svg")
198 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
199 |                         }
200 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:219:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
217 |                             }
218 |                             .namespace("http://www.w3.org/2000/svg")
219 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
220 |                         }
221 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:240:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
238 |                             }
239 |                             .namespace("http://www.w3.org/2000/svg")
240 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
241 |                         }
242 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:261:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
259 |                             }
260 |                             .namespace("http://www.w3.org/2000/svg")
261 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
262 |                         }
263 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:282:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
280 |                             }
281 |                             .namespace("http://www.w3.org/2000/svg")
282 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
283 |                         }
284 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:306:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
304 |                             }
305 |                             .namespace("http://www.w3.org/2000/svg")
306 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
307 |                         }
308 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:327:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
325 |                             }
326 |                             .namespace("http://www.w3.org/2000/svg")
327 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
328 |                         }
329 |                         .type(.button)
[1522/1647] Compiling HTMLKitComponents Text.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Symbol.swift:244:10: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
242 |             content
243 |         }
244 |         .viewBox("0 0 20 16")
    |          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
245 |         .class(classes.joined(separator: " "))
246 |     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:75:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 73 |                         }
 74 |                         .namespace("http://www.w3.org/2000/svg")
 75 |                         .viewBox("0 0 20 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 76 |                     }
 77 |                     UnorderedList {
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:89:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 87 |                                 }
 88 |                                 .namespace("http://www.w3.org/2000/svg")
 89 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 90 |                             }
 91 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:110:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
108 |                                 }
109 |                                 .namespace("http://www.w3.org/2000/svg")
110 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
111 |                             }
112 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:131:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
129 |                                 }
130 |                                 .namespace("http://www.w3.org/2000/svg")
131 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
132 |                             }
133 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:152:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
150 |                                 }
151 |                                 .namespace("http://www.w3.org/2000/svg")
152 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
153 |                             }
154 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:173:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
171 |                                 }
172 |                                 .namespace("http://www.w3.org/2000/svg")
173 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
174 |                             }
175 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:198:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
196 |                             }
197 |                             .namespace("http://www.w3.org/2000/svg")
198 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
199 |                         }
200 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:219:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
217 |                             }
218 |                             .namespace("http://www.w3.org/2000/svg")
219 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
220 |                         }
221 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:240:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
238 |                             }
239 |                             .namespace("http://www.w3.org/2000/svg")
240 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
241 |                         }
242 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:261:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
259 |                             }
260 |                             .namespace("http://www.w3.org/2000/svg")
261 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
262 |                         }
263 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:282:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
280 |                             }
281 |                             .namespace("http://www.w3.org/2000/svg")
282 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
283 |                         }
284 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:306:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
304 |                             }
305 |                             .namespace("http://www.w3.org/2000/svg")
306 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
307 |                         }
308 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:327:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
325 |                             }
326 |                             .namespace("http://www.w3.org/2000/svg")
327 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
328 |                         }
329 |                         .type(.button)
[1523/1647] Compiling HTMLKitComponents TextEditor.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Symbol.swift:244:10: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
242 |             content
243 |         }
244 |         .viewBox("0 0 20 16")
    |          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
245 |         .class(classes.joined(separator: " "))
246 |     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:75:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 73 |                         }
 74 |                         .namespace("http://www.w3.org/2000/svg")
 75 |                         .viewBox("0 0 20 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 76 |                     }
 77 |                     UnorderedList {
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:89:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 87 |                                 }
 88 |                                 .namespace("http://www.w3.org/2000/svg")
 89 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 90 |                             }
 91 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:110:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
108 |                                 }
109 |                                 .namespace("http://www.w3.org/2000/svg")
110 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
111 |                             }
112 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:131:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
129 |                                 }
130 |                                 .namespace("http://www.w3.org/2000/svg")
131 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
132 |                             }
133 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:152:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
150 |                                 }
151 |                                 .namespace("http://www.w3.org/2000/svg")
152 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
153 |                             }
154 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:173:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
171 |                                 }
172 |                                 .namespace("http://www.w3.org/2000/svg")
173 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
174 |                             }
175 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:198:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
196 |                             }
197 |                             .namespace("http://www.w3.org/2000/svg")
198 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
199 |                         }
200 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:219:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
217 |                             }
218 |                             .namespace("http://www.w3.org/2000/svg")
219 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
220 |                         }
221 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:240:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
238 |                             }
239 |                             .namespace("http://www.w3.org/2000/svg")
240 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
241 |                         }
242 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:261:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
259 |                             }
260 |                             .namespace("http://www.w3.org/2000/svg")
261 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
262 |                         }
263 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:282:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
280 |                             }
281 |                             .namespace("http://www.w3.org/2000/svg")
282 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
283 |                         }
284 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:306:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
304 |                             }
305 |                             .namespace("http://www.w3.org/2000/svg")
306 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
307 |                         }
308 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:327:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
325 |                             }
326 |                             .namespace("http://www.w3.org/2000/svg")
327 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
328 |                         }
329 |                         .type(.button)
[1524/1647] Compiling HTMLKitComponents TextField.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Symbol.swift:244:10: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
242 |             content
243 |         }
244 |         .viewBox("0 0 20 16")
    |          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
245 |         .class(classes.joined(separator: " "))
246 |     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:75:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 73 |                         }
 74 |                         .namespace("http://www.w3.org/2000/svg")
 75 |                         .viewBox("0 0 20 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 76 |                     }
 77 |                     UnorderedList {
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:89:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 87 |                                 }
 88 |                                 .namespace("http://www.w3.org/2000/svg")
 89 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 90 |                             }
 91 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:110:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
108 |                                 }
109 |                                 .namespace("http://www.w3.org/2000/svg")
110 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
111 |                             }
112 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:131:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
129 |                                 }
130 |                                 .namespace("http://www.w3.org/2000/svg")
131 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
132 |                             }
133 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:152:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
150 |                                 }
151 |                                 .namespace("http://www.w3.org/2000/svg")
152 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
153 |                             }
154 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:173:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
171 |                                 }
172 |                                 .namespace("http://www.w3.org/2000/svg")
173 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
174 |                             }
175 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:198:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
196 |                             }
197 |                             .namespace("http://www.w3.org/2000/svg")
198 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
199 |                         }
200 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:219:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
217 |                             }
218 |                             .namespace("http://www.w3.org/2000/svg")
219 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
220 |                         }
221 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:240:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
238 |                             }
239 |                             .namespace("http://www.w3.org/2000/svg")
240 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
241 |                         }
242 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:261:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
259 |                             }
260 |                             .namespace("http://www.w3.org/2000/svg")
261 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
262 |                         }
263 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:282:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
280 |                             }
281 |                             .namespace("http://www.w3.org/2000/svg")
282 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
283 |                         }
284 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:306:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
304 |                             }
305 |                             .namespace("http://www.w3.org/2000/svg")
306 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
307 |                         }
308 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:327:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
325 |                             }
326 |                             .namespace("http://www.w3.org/2000/svg")
327 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
328 |                         }
329 |                         .type(.button)
[1525/1647] Compiling HTMLKitComponents TextPad.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Symbol.swift:244:10: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
242 |             content
243 |         }
244 |         .viewBox("0 0 20 16")
    |          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
245 |         .class(classes.joined(separator: " "))
246 |     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:75:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 73 |                         }
 74 |                         .namespace("http://www.w3.org/2000/svg")
 75 |                         .viewBox("0 0 20 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 76 |                     }
 77 |                     UnorderedList {
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:89:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 87 |                                 }
 88 |                                 .namespace("http://www.w3.org/2000/svg")
 89 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 90 |                             }
 91 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:110:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
108 |                                 }
109 |                                 .namespace("http://www.w3.org/2000/svg")
110 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
111 |                             }
112 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:131:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
129 |                                 }
130 |                                 .namespace("http://www.w3.org/2000/svg")
131 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
132 |                             }
133 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:152:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
150 |                                 }
151 |                                 .namespace("http://www.w3.org/2000/svg")
152 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
153 |                             }
154 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:173:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
171 |                                 }
172 |                                 .namespace("http://www.w3.org/2000/svg")
173 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
174 |                             }
175 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:198:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
196 |                             }
197 |                             .namespace("http://www.w3.org/2000/svg")
198 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
199 |                         }
200 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:219:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
217 |                             }
218 |                             .namespace("http://www.w3.org/2000/svg")
219 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
220 |                         }
221 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:240:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
238 |                             }
239 |                             .namespace("http://www.w3.org/2000/svg")
240 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
241 |                         }
242 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:261:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
259 |                             }
260 |                             .namespace("http://www.w3.org/2000/svg")
261 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
262 |                         }
263 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:282:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
280 |                             }
281 |                             .namespace("http://www.w3.org/2000/svg")
282 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
283 |                         }
284 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:306:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
304 |                             }
305 |                             .namespace("http://www.w3.org/2000/svg")
306 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
307 |                         }
308 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:327:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
325 |                             }
326 |                             .namespace("http://www.w3.org/2000/svg")
327 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
328 |                         }
329 |                         .type(.button)
[1526/1647] Compiling HTMLKitComponents VStack.swift
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/Symbol.swift:244:10: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
242 |             content
243 |         }
244 |         .viewBox("0 0 20 16")
    |          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
245 |         .class(classes.joined(separator: " "))
246 |     }
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:75:26: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 73 |                         }
 74 |                         .namespace("http://www.w3.org/2000/svg")
 75 |                         .viewBox("0 0 20 16")
    |                          `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 76 |                     }
 77 |                     UnorderedList {
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:89:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 87 |                                 }
 88 |                                 .namespace("http://www.w3.org/2000/svg")
 89 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
 90 |                             }
 91 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:110:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
108 |                                 }
109 |                                 .namespace("http://www.w3.org/2000/svg")
110 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
111 |                             }
112 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:131:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
129 |                                 }
130 |                                 .namespace("http://www.w3.org/2000/svg")
131 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
132 |                             }
133 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:152:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
150 |                                 }
151 |                                 .namespace("http://www.w3.org/2000/svg")
152 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
153 |                             }
154 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:173:34: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
171 |                                 }
172 |                                 .namespace("http://www.w3.org/2000/svg")
173 |                                 .viewBox("0 0 20 16")
    |                                  `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
174 |                             }
175 |                             .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:198:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
196 |                             }
197 |                             .namespace("http://www.w3.org/2000/svg")
198 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
199 |                         }
200 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:219:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
217 |                             }
218 |                             .namespace("http://www.w3.org/2000/svg")
219 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
220 |                         }
221 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:240:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
238 |                             }
239 |                             .namespace("http://www.w3.org/2000/svg")
240 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
241 |                         }
242 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:261:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
259 |                             }
260 |                             .namespace("http://www.w3.org/2000/svg")
261 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
262 |                         }
263 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:282:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
280 |                             }
281 |                             .namespace("http://www.w3.org/2000/svg")
282 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
283 |                         }
284 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:306:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
304 |                             }
305 |                             .namespace("http://www.w3.org/2000/svg")
306 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
307 |                         }
308 |                         .type(.button)
/host/spi-builder-workspace/Sources/HTMLKitComponents/Components/TextPad.swift:327:30: warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
325 |                             }
326 |                             .namespace("http://www.w3.org/2000/svg")
327 |                             .viewBox("0 0 20 16")
    |                              `- warning: 'viewBox' is deprecated: Use the viewBox(x:y:width:height:) modifier instead.
328 |                         }
329 |                         .type(.button)
[1526/1647] Compiling p_rsa_asn1.cc
[1527/1648] Compiling p_hkdf.cc
[1529/1648] Compiling p_rsa.cc
[1530/1648] Compiling p_ed25519_asn1.cc
[1531/1648] Wrapping AST for HTMLKitComponents for debugging
[1532/1650] Compiling p_ed25519.cc
[1533/1650] Compiling p_ec_asn1.cc
[1534/1650] Compiling p_ec.cc
[1536/1650] Emitting module DeployCommand
[1537/1650] Compiling DeployCommand DeployCommand.swift
/host/spi-builder-workspace/Sources/Commands/Components/DeployCommand.swift:55:21: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
 53 |
 54 |         if !manager.fileExists(atPath: target + filename) {
 55 |             manager.createFile(atPath: target + filename, contents: template.data(using: .utf8))
    |                     `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
 56 |         }
 57 |
/host/spi-builder-workspace/Sources/Commands/Components/DeployCommand.swift:105:21: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
103 |
104 |         if !manager.fileExists(atPath: target + filename) {
105 |             manager.createFile(atPath: target + filename, contents: template.data(using: .utf8))
    |                     `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
106 |         }
107 |
[1538/1651] Compiling p_dh_asn1.cc
[1539/1651] Wrapping AST for DeployCommand for debugging
[1540/1651] Compiling p_dsa_asn1.cc
[1541/1651] Compiling p_dh.cc
[1542/1651] Compiling evp_ctx.cc
[1543/1651] Compiling err.cc
[1544/1651] Compiling engine.cc
[1545/1651] Compiling evp_asn1.cc
[1546/1651] Compiling ecdsa_p1363.cc
[1547/1651] Compiling evp.cc
[1548/1651] Compiling ecdh.cc
[1549/1651] Compiling ec_derive.cc
[1550/1651] Compiling ecdsa_asn1.cc
[1551/1651] Compiling hash_to_curve.cc
[1552/1651] Compiling dsa.cc
[1553/1651] Compiling dsa_asn1.cc
[1554/1651] Compiling ec_asn1.cc
[1555/1651] Compiling digest_extra.cc
[1556/1651] Compiling params.cc
[1557/1651] Compiling x25519-asm-arm.S
[1558/1651] Compiling des.cc
[1559/1651] Compiling dh_asn1.cc
[1560/1651] Compiling spake25519.cc
[1561/1651] Compiling cpu_intel.cc
[1562/1651] Compiling crypto.cc
[1563/1651] Compiling cpu_arm_freebsd.cc
[1564/1651] Compiling cpu_arm_linux.cc
[1565/1651] Compiling curve25519.cc
[1566/1651] Compiling curve25519_64_adx.cc
[1567/1651] Compiling cpu_aarch64_win.cc
[1569/1651] Compiling HTMLKitConverter Parser.swift
[1569/1652] Compiling cpu_aarch64_openbsd.cc
[1571/1652] Compiling cpu_aarch64_sysreg.cc
[1572/1652] Compiling cpu_aarch64_fuchsia.cc
[1573/1652] Compiling cpu_aarch64_linux.cc
[1574/1652] Compiling cpu_aarch64_apple.cc
[1575/1652] Wrapping AST for HTMLKitConverter for debugging
[1576/1652] Compiling conf.cc
[1577/1652] Compiling tls_cbc.cc
[1578/1654] Compiling get_cipher.cc
[1579/1654] Compiling e_rc4.cc
[1580/1654] Compiling e_tls.cc
[1582/1654] Emitting module ConvertCommand
[1583/1654] Compiling ConvertCommand ConvertCommand.swift
[1583/1654] Compiling e_rc2.cc
[1584/1654] Compiling e_null.cc
[1585/1654] Compiling e_des.cc
[1586/1655] Compiling cms.cc
[1588/1655] Compiling e_chacha20poly1305.cc
[1589/1655] Compiling e_aesgcmsiv.cc
[1590/1655] Wrapping AST for ConvertCommand for debugging
[1591/1655] Compiling e_aeseax.cc
[1592/1655] Compiling derive_key.cc
[1593/1655] Compiling e_aesctrhmac.cc
[1594/1655] Compiling chacha.cc
[1595/1655] Compiling buf.cc
[1596/1655] Compiling cbs.cc
[1597/1655] Compiling sqrt.cc
[1598/1655] Compiling unicode.cc
[1599/1655] Compiling cbb.cc
[1600/1655] Compiling asn1_compat.cc
[1601/1655] Compiling ber.cc
[1602/1655] Compiling exponentiation.cc
[1603/1655] Compiling div.cc
[1604/1655] Compiling printf.cc
[1605/1655] Compiling pair.cc
[1606/1655] Compiling bn_asn1.cc
[1607/1655] Compiling blake2.cc
[1608/1655] Compiling hexdump.cc
[1609/1655] Compiling convert.cc
[1610/1655] Compiling file.cc
[1611/1655] Compiling errno.cc
[1612/1655] Compiling fd.cc
[1613/1655] Compiling bio_mem.cc
[1614/1655] Compiling bio.cc
[1615/1655] Compiling base64.cc
[1616/1655] Compiling tasn_fre.cc
[1617/1655] Compiling tasn_enc.cc
[1618/1655] Compiling tasn_typ.cc
[1619/1655] Compiling f_string.cc
[1620/1655] Compiling tasn_new.cc
[1621/1655] Compiling posix_time.cc
[1622/1655] Compiling tasn_utl.cc
[1623/1655] Compiling f_int.cc
[1624/1655] Compiling asn_pack.cc
[1625/1655] Compiling asn1_par.cc
[1626/1655] Compiling tasn_dec.cc
[1627/1655] Compiling a_utctm.cc
[1628/1655] Compiling asn1_lib.cc
[1629/1655] Compiling a_time.cc
[1630/1655] Compiling a_type.cc
[1631/1655] Compiling a_octet.cc
[1632/1655] Compiling a_strnid.cc
[1633/1655] Compiling a_strex.cc
[1634/1655] Compiling a_i2d_fp.cc
[1635/1655] Compiling a_object.cc
[1636/1655] Compiling a_dup.cc
[1637/1655] Compiling a_d2i_fp.cc
[1638/1655] Compiling a_mbstr.cc
[1639/1655] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1639/1655] Write sources
[1644/1655] Compiling a_gentm.cc
[1645/1655] Wrapping AST for BitCollections for debugging
[1646/1655] Write Objects.LinkFileList
[1648/1655] Compiling a_int.cc
[1649/1655] Compiling aes.cc
[1650/1662] Compiling a_bool.cc
[1651/1698] Compiling a_bitstr.cc
[1653/1698] Compiling Algorithms EitherSequence.swift
[1654/1698] Compiling Algorithms FirstNonNil.swift
[1655/1698] Compiling Algorithms Compacted.swift
[1656/1698] Compiling Algorithms Cycle.swift
[1657/1698] Compiling Algorithms Partition.swift
[1658/1698] Compiling Algorithms Permutations.swift
[1659/1698] Compiling Algorithms Chunked.swift
[1660/1698] Compiling Algorithms Combinations.swift
[1661/1700] Compiling Algorithms Intersperse.swift
[1662/1700] Compiling Algorithms AdjacentPairs.swift
[1663/1700] Compiling Algorithms Chain.swift
[1663/1700] Linking DeployCommand
[1665/1700] Compiling Atomics IntegerOperations.swift
[1666/1700] Compiling Atomics Unmanaged extensions.swift
[1666/1700] Linking ConvertCommand
[1669/1700] Compiling Algorithms Stride.swift
[1670/1700] Compiling Algorithms Suffix.swift
[1671/1700] Compiling Algorithms RandomSample.swift
[1672/1700] Compiling Algorithms Reductions.swift
[1673/1700] Compiling Algorithms Rotate.swift
[1674/1703] Compiling Algorithms Joined.swift
[1675/1703] Compiling Algorithms Keyed.swift
[1676/1703] Compiling Algorithms MinMax.swift
[1684/1703] Compiling Algorithms FlattenCollection.swift
[1685/1703] Compiling Algorithms Grouped.swift
[1686/1703] Compiling Algorithms Indexed.swift
[1688/1703] Compiling Algorithms Trim.swift
[1689/1703] Compiling Algorithms Unique.swift
[1690/1703] Compiling Algorithms Windows.swift
[1691/1703] Emitting module Atomics
[1691/1703] Compiling bcm.cc
[1704/1712] Emitting module Algorithms
[1706/1776] Compiling CryptoBoringWrapper RandomBytes.swift
[1707/1776] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1708/1776] Compiling CryptoBoringWrapper EllipticCurve.swift
[1709/1776] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1710/1776] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1711/1776] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1712/1776] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1713/1776] Emitting module CryptoBoringWrapper
[1714/1777] Compiling NIOCore NIOCoreSendableMetatype.swift
[1715/1777] Compiling NIOCore NIODecodedAsyncSequence.swift
[1716/1777] Compiling NIOCore NIOLoopBound.swift
[1717/1777] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1718/1777] Compiling NIOCore NIOScheduledCallback.swift
[1719/1777] Compiling NIOCore NIOSendable.swift
[1720/1777] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1721/1777] Compiling NIOCore RecvByteBufferAllocator.swift
[1723/1868] Compiling Crypto HPKE-LabeledExtract.swift
[1724/1868] Compiling Crypto HPKE-Utils.swift
[1725/1868] Compiling Crypto DHKEM.swift
[1726/1868] Compiling Crypto HPKE-KEM-Curve25519.swift
[1727/1868] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1728/1868] Compiling Crypto HPKE-KEM.swift
[1729/1868] Compiling Crypto HPKE-Errors.swift
[1730/1868] Compiling Crypto HPKE.swift
[1731/1868] Compiling Crypto HPKE-Context.swift
[1732/1868] Compiling Crypto KEM.swift
[1733/1868] Compiling Crypto MLKEM.swift
[1734/1868] Compiling Crypto XWing.swift
[1735/1868] Compiling Crypto ECDH_boring.swift
[1736/1868] Compiling Crypto DH.swift
[1737/1868] Compiling Crypto ECDH.swift
[1738/1868] Compiling Crypto ANSIx963.swift
[1739/1868] Compiling Crypto HKDF.swift
[1740/1868] Compiling Crypto AESWrap.swift
[1741/1868] Compiling Crypto Digests.swift
[1742/1868] Compiling Crypto HashFunctions.swift
[1743/1868] Compiling Crypto HashFunctions_SHA2.swift
[1744/1868] Compiling Crypto HashFunctions_SHA3.swift
[1745/1868] Compiling Crypto Digest_xkcp.swift
[1746/1868] Compiling Crypto HPKE-AEAD.swift
[1747/1868] Compiling Crypto HPKE-Ciphersuite.swift
[1748/1868] Compiling Crypto HPKE-KDF.swift
[1749/1868] Compiling Crypto HPKE-KexKeyDerivation.swift
[1759/1868] Compiling Crypto HPKE-KeySchedule.swift
[1760/1868] Compiling Crypto HPKE-Modes.swift
[1761/1868] Compiling Crypto Insecure.swift
[1762/1879] Compiling Crypto AESWrap_boring.swift
[1763/1879] Compiling Crypto Ed25519_boring.swift
[1764/1879] Compiling Crypto NISTCurvesKeys_boring.swift
[1765/1879] Compiling Crypto X25519Keys_boring.swift
[1766/1879] Compiling Crypto Curve25519.swift
[1767/1879] Compiling Crypto Ed25519Keys.swift
[1768/1879] Compiling Crypto NISTCurvesKeys.swift
[1769/1879] Compiling Crypto X25519Keys.swift
[1770/1879] Compiling Crypto CryptoKitErrors.swift
[1771/1879] Compiling Crypto Digest_boring.swift
[1772/1879] Compiling Crypto Digest.swift
[1782/1879] Compiling Crypto ASN1Null.swift
[1783/1879] Compiling Crypto ASN1OctetString.swift
[1784/1879] Compiling Crypto ASN1Strings.swift
[1785/1879] Compiling Crypto ArraySliceBigint.swift
[1786/1879] Compiling Crypto GeneralizedTime.swift
[1787/1879] Compiling Crypto ObjectIdentifier.swift
[1788/1879] Compiling Crypto ECDSASignature.swift
[1789/1879] Compiling Crypto PEMDocument.swift
[1790/1879] Compiling Crypto PKCS8PrivateKey.swift
[1791/1879] Compiling Crypto SEC1PrivateKey.swift
[1792/1879] Compiling Crypto SubjectPublicKeyInfo.swift
[1793/1879] Compiling Crypto CryptoError_boring.swift
[1794/1879] Emitting module Crypto
[1795/1879] Compiling Crypto AES-GCM.swift
[1796/1879] Compiling Crypto AES-GCM_boring.swift
[1797/1879] Compiling Crypto ChaChaPoly_boring.swift
[1798/1879] Compiling Crypto ChaChaPoly.swift
[1799/1879] Compiling Crypto Cipher.swift
[1800/1879] Compiling Crypto Nonces.swift
[1801/1879] Compiling Crypto ASN1.swift
[1802/1879] Compiling Crypto ASN1Any.swift
[1803/1879] Compiling Crypto ASN1BitString.swift
[1804/1879] Compiling Crypto ASN1Boolean.swift
[1805/1879] Compiling Crypto ASN1Identifier.swift
[1806/1879] Compiling Crypto ASN1Integer.swift
[1807/1879] Compiling Crypto MLDSA.swift
[1808/1879] Compiling Crypto Signature.swift
[1809/1879] Compiling Crypto CryptoKitErrors_boring.swift
[1810/1879] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[1811/1879] Compiling Crypto RNG_boring.swift
[1812/1879] Compiling Crypto SafeCompare_boring.swift
[1813/1879] Compiling Crypto Zeroization_boring.swift
[1814/1879] Compiling Crypto PrettyBytes.swift
[1815/1879] Compiling Crypto SafeCompare.swift
[1816/1879] Compiling Crypto SecureBytes.swift
[1817/1879] Compiling Crypto Zeroization.swift
[1818/1879] Emitting module NIOCore
[1819/1879] Compiling Crypto Insecure_HashFunctions.swift
[1820/1879] Compiling Crypto MLKEM_boring.swift
[1821/1879] Compiling Crypto MLKEM_wrapper.swift
[1822/1879] Compiling Crypto XWing_boring.swift
[1823/1879] Compiling Crypto KEM-Errors.swift
[1868/1879] Compiling Crypto SymmetricKeys.swift
[1869/1879] Compiling Crypto HMAC.swift
[1870/1879] Compiling Crypto MACFunctions.swift
[1871/1879] Compiling Crypto MessageAuthenticationCode.swift
[1872/1879] Compiling Crypto AES.swift
[1873/1879] Compiling Crypto ECDSASignature_boring.swift
[1874/1879] Compiling Crypto ECDSA_boring.swift
[1875/1879] Compiling Crypto EdDSA_boring.swift
[1876/1879] Compiling Crypto MLDSA_boring.swift
[1877/1879] Compiling Crypto MLDSA_wrapper.swift
[1878/1879] Compiling Crypto ECDSA.swift
[1879/1879] Compiling Crypto Ed25519.swift
[1882/1991] Emitting module NIOEmbedded
[1883/1991] Compiling NIOEmbedded AsyncTestingChannel.swift
[1884/1991] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1885/1991] Compiling NIOEmbedded Embedded.swift
[1887/1992] Compiling NIOPosix BaseStreamSocketChannel.swift
[1888/1992] Compiling CryptoExtras I2OSP.swift
[1889/1992] Compiling CryptoExtras IntegerEncoding.swift
[1890/1992] Compiling CryptoExtras PEMDocument.swift
[1891/1992] Compiling CryptoExtras PrettyBytes.swift
[1892/1992] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[1893/1992] Compiling CryptoExtras ThreadOps.swift
[1894/1999] Emitting module CryptoExtras
[1895/1999] Compiling NIOPosix Bootstrap.swift
[1896/1999] Compiling NIOPosix ControlMessage.swift
[1897/1999] Compiling NIOPosix DatagramVectorReadManager.swift
[1898/1999] Compiling NIOPosix Errors+Any.swift
[1899/1999] Compiling NIOPosix FileDescriptor.swift
[1900/1999] Compiling NIOPosix GetaddrinfoResolver.swift
[1901/1999] Compiling NIOPosix HappyEyeballs.swift
[1902/1999] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1903/1999] Compiling NIOPosix BSDSocketAPICommon.swift
[1904/1999] Compiling NIOPosix BSDSocketAPIPosix.swift
[1905/1999] Compiling NIOPosix BSDSocketAPIWindows.swift
[1906/1999] Compiling NIOPosix BaseSocket.swift
[1907/1999] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1908/1999] Compiling NIOPosix BaseSocketChannel.swift
[1910/2005] Compiling NIOPosix ThreadWindows.swift
[1911/2005] Compiling NIOPosix UnsafeTransfer.swift
[1912/2005] Compiling NIOPosix Utilities.swift
[1913/2005] Compiling NIOPosix VsockAddress.swift
[1914/2005] Compiling NIOPosix LinuxUring.swift
[1915/2005] Compiling NIOPosix VsockChannelEvents.swift
[1916/2005] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1917/2005] Compiling NIOPosix Windows.swift
[1924/2005] Compiling NIOPosix System.swift
[1925/2005] Compiling NIOPosix Thread.swift
[1926/2005] Compiling NIOPosix ThreadPosix.swift
[1927/2005] Compiling NIOPosix IO.swift
[1928/2005] Compiling NIOPosix IntegerBitPacking.swift
[1929/2005] Compiling NIOPosix IntegerTypes.swift
[1930/2005] Compiling NIOPosix Linux.swift
[1931/2005] Compiling NIOPosix LinuxCPUSet.swift
[1932/2005] Compiling NIOPosix SelectorKqueue.swift
[1933/2005] Compiling NIOPosix SelectorUring.swift
[1934/2005] Compiling NIOPosix SelectorWSAPoll.swift
[1935/2005] Compiling NIOPosix ServerSocket.swift
[1936/2005] Compiling NIOPosix Socket.swift
[1937/2005] Compiling NIOPosix SocketChannel.swift
[1938/2005] Compiling NIOPosix SocketProtocols.swift
[1939/2005] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1940/2005] Compiling NIOPosix SelectableEventLoop.swift
[1941/2005] Compiling NIOPosix SelectorEpoll.swift
[1942/2005] Compiling NIOPosix SelectorGeneric.swift
[1947/2005] Compiling NIOPosix Pool.swift
[1948/2005] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1949/2005] Compiling NIOPosix PosixSingletons.swift
[1950/2005] Compiling NIOPosix RawSocketBootstrap.swift
[1951/2005] Compiling NIOPosix Resolver.swift
[1952/2005] Compiling NIOPosix Selectable.swift
[1953/2005] Compiling NIOPosix SelectableChannel.swift
[1961/2005] Compiling CryptoExtras ThreadPosix.swift
[1962/2005] Compiling CryptoExtras ThreadSpecific.swift
[1963/2005] Compiling CryptoExtras ThreadWindows.swift
[1964/2005] Compiling CryptoExtras DLEQ.swift
[1965/2005] Compiling CryptoExtras Prover.swift
[1966/2005] Compiling CryptoExtras Verifier.swift
[1967/2005] Compiling CryptoExtras ZKPToolbox.swift
[1976/2005] Compiling NIOPosix NIOThreadPool.swift
[1977/2005] Compiling NIOPosix NonBlockingFileIO.swift
[1978/2005] Compiling NIOPosix PendingDatagramWritesManager.swift
[1979/2005] Compiling NIOPosix PendingWritesManager.swift
[1980/2005] Compiling NIOPosix PipeChannel.swift
[1981/2005] Compiling NIOPosix PipePair.swift
[1982/2005] Emitting module NIOPosix
[1991/2066] Emitting module NIO
[1992/2066] Compiling NIO Exports.swift
[1994/2067] Compiling AsyncKit EventLoop+Flatten.swift
[1995/2067] Compiling AsyncKit EventLoop+Future.swift
[1996/2067] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1997/2069] Compiling AsyncKit FutureOperators.swift
[1998/2069] Compiling AsyncKit Optional+StrictMap.swift
[1999/2069] Compiling AsyncKit Exports.swift
[2000/2069] Compiling _NIOFileSystem CInterop.swift
[2001/2069] Compiling _NIOFileSystem Errno.swift
[2002/2074] Compiling AsyncKit Future+Transform.swift
[2003/2074] Compiling AsyncKit Future+Try.swift
[2005/2074] Compiling AsyncKit Future+Miscellaneous.swift
[2006/2074] Compiling AsyncKit Future+Nonempty.swift
[2007/2074] Compiling AsyncKit Future+Optional.swift
[2008/2074] Emitting module _NIOFileSystem
[2009/2113] Compiling NIOTLS TLSEvents.swift
[2010/2113] Compiling NIOSOCKS SOCKSClientHandler.swift
[2011/2113] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[2012/2113] Compiling NIOSOCKS AuthenticationMethod.swift
[2013/2113] Compiling NIOSOCKS ClientGreeting.swift
[2014/2113] Compiling NIOSOCKS Errors.swift
[2015/2113] Compiling NIOSOCKS Helpers.swift
[2016/2113] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2017/2113] Emitting module NIOTLS
[2020/2114] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2021/2114] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2022/2114] Compiling NIOSOCKS ClientStateMachine.swift
[2023/2114] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2024/2114] Compiling NIOSOCKS SOCKSResponse.swift
[2029/2114] Emitting module NIOFoundationCompat
[2031/2114] Compiling NIOSOCKS Messages.swift
[2032/2114] Compiling NIOSOCKS SOCKSRequest.swift
[2033/2114] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[2034/2114] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[2040/2114] Emitting module NIOSOCKS
[2043/2114] Compiling _NIOFileSystem Utilities.swift
[2044/2114] Compiling _NIOFileSystem NIOFilePath.swift
[2045/2114] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[2046/2114] Compiling _NIOFileSystem OpenOptions.swift
[2047/2114] Compiling _NIOFileSystem String+FileSystem.swift
[2050/2114] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2051/2114] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2052/2114] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2053/2114] Compiling NIOTLS SNIHandler.swift
[2054/2115] Compiling NIOSOCKS ServerStateMachine.swift
[2057/2116] Emitting module NIOHTTP1
[2058/2118] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2059/2119] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2060/2119] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2062/2119] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[2063/2119] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[2068/2119] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[2069/2119] Compiling _NIOFileSystem Mocking.swift
[2070/2119] Compiling _NIOFileSystem Syscall.swift
[2071/2119] Compiling _NIOFileSystem Syscalls.swift
[2072/2119] Compiling _NIOFileSystem SystemFileHandle.swift
[2073/2119] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[2074/2119] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[2078/2119] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[2079/2119] Compiling _NIOFileSystem BufferedStream.swift
[2080/2119] Compiling _NIOFileSystem Cancellation.swift
[2081/2119] Compiling _NIOFileSystem TokenBucket.swift
[2082/2119] Compiling _NIOFileSystem UnsafeTransfer.swift
[2086/2119] Compiling NIOHTTP1 HTTPTypes.swift
[2087/2148] Compiling NIOSSL SSLConnection.swift
[2088/2148] Compiling NIOSSL SSLPrivateKey.swift
[2089/2148] Emitting module AsyncKit
[2090/2148] Compiling NIOSSL AndroidCABundle.swift
[2091/2148] Compiling NIOSSL ByteBufferBIO.swift
[2092/2148] Compiling NIOSSL CustomPrivateKey.swift
[2094/2171] Compiling NIOTransportServices AcceptHandler.swift
[2095/2171] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[2096/2171] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[2097/2173] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2098/2173] Compiling NIOTransportServices NIOTSErrors.swift
[2099/2173] Compiling NIOTransportServices NIOTSEventLoop.swift
[2100/2173] Compiling NIOTransportServices NIOTSBootstraps.swift
[2101/2173] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2102/2173] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2103/2173] Compiling NIOTransportServices StateManagedChannel.swift
[2104/2173] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2105/2173] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2106/2173] Emitting module NIOTransportServices
[2107/2173] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2108/2173] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2109/2173] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2110/2173] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2111/2173] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2112/2173] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2113/2173] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2114/2173] Compiling NIOTransportServices NIOTSSingletons.swift
[2115/2173] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2116/2173] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2117/2173] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2119/2202] Emitting module NIOWebSocket
[2120/2203] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2127/2204] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2128/2204] Emitting module NIOHTTPCompression
[2129/2204] Compiling NIOWebSocket WebSocketOpcode.swift
[2130/2204] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2131/2204] Emitting module NIOSSL
[2132/2226] Compiling NIOExtras JSONRPCFraming.swift
[2133/2226] Compiling NIOExtras DebugInboundEventsHandler.swift
[2134/2226] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2135/2226] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2136/2226] Compiling NIOExtras NIOExtrasError.swift
[2137/2228] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2138/2228] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2139/2228] Compiling NIOHTTPCompression HTTPCompression.swift
[2140/2228] Compiling NIOHTTPCompression HTTPDecompression.swift
[2141/2228] Compiling NIOWebSocket WebSocketFrame.swift
[2142/2228] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2143/2235] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2144/2248] Compiling NIOHPACK IndexedHeaderTable.swift
[2145/2248] Compiling NIOHPACK IntegerCoding.swift
[2147/2249] Compiling MultipartKit Exports.swift
[2148/2249] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2149/2249] Compiling MultipartKit BasicCodingKey.swift
[2150/2249] Compiling MultipartKit MultipartError.swift
[2151/2249] Emitting module NIOHPACK
[2152/2249] Compiling NIOHPACK HuffmanCoding.swift
[2153/2249] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2154/2249] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2155/2249] Compiling NIOHPACK HuffmanTables.swift
[2156/2249] Compiling NIOHPACK StaticHeaderTable.swift
[2163/2250] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2164/2250] Compiling MultipartKit FormDataDecoder.swift
[2167/2251] Compiling MultipartKit FormDataEncoder.swift
[2168/2251] Compiling MultipartKit Storage.swift
[2173/2253] Emitting module NIOExtras
[2174/2253] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2175/2253] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2176/2253] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2177/2253] Compiling MultipartKit MultipartFormData.swift
[2179/2256] Compiling MultipartKit MultipartParser.swift
[2180/2256] Compiling MultipartKit MultipartPart.swift
[2181/2256] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2186/2256] Compiling MultipartKit MultipartPartConvertible.swift
[2187/2256] Compiling MultipartKit MultipartSerializer.swift
[2188/2256] Compiling MultipartKit Utilities.swift
[2189/2256] Compiling NIOSSL NIOSSLServerHandler.swift
[2190/2256] Compiling NIOSSL ObjectIdentifier.swift
[2191/2256] Compiling NIOSSL PosixPort.swift
[2192/2256] Compiling NIOSSL SSLCallbacks.swift
[2196/2256] Compiling NIOSSL SSLPKCS12Bundle.swift
[2201/2256] Emitting module MultipartKit
[2207/2256] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2216/2258] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2217/2258] Emitting module _NIOFileSystemFoundationCompat
[2221/2259] Emitting module NIOFileSystem
[2222/2259] Compiling NIOFileSystem Exports.swift
[2224/2282] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2225/2282] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2226/2282] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2227/2309] Compiling NIOHTTP2 SendingRstStreamState.swift
[2228/2309] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2229/2310] Compiling NIOHTTP2 SendingGoawayState.swift
[2230/2310] Compiling NIOHTTP2 SendingHeadersState.swift
[2231/2310] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2234/2321] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2235/2321] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2236/2322] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2237/2322] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2238/2322] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2239/2322] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2242/2323] Compiling NIOHTTP2 MaySendFrames.swift
[2243/2323] Compiling NIOHTTP2 SendingDataState.swift
[2249/2323] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2251/2339] Compiling WebSocketKit Exports.swift
[2252/2339] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2253/2339] Emitting module WebSocketKit
[2254/2339] Compiling WebSocketKit WebSocket+Concurrency.swift
[2255/2339] Compiling WebSocketKit WebSocketHandler.swift
[2256/2339] Emitting module NIOHTTP2
[2257/2339] Compiling WebSocketKit WebSocket+Connect.swift
[2258/2339] Compiling WebSocketKit WebSocket.swift
[2259/2339] Compiling WebSocketKit WebSocketClient.swift
[2261/2340] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2262/2340] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2263/2340] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2264/2340] Compiling NIOHTTP2 StreamChannelList.swift
[2265/2340] Compiling NIOHTTP2 StreamMap.swift
[2266/2340] Compiling NIOHTTP2 StreamStateMachine.swift
[2267/2340] Compiling NIOHTTP2 UnsafeTransfer.swift
[2268/2340] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2269/2340] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2270/2340] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2271/2340] Compiling NIOHTTP2 HTTP2StreamID.swift
[2272/2340] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2273/2340] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2274/2340] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2275/2340] Compiling NIOHTTP2 InboundEventBuffer.swift
[2276/2340] Compiling NIOHTTP2 InboundWindowManager.swift
[2277/2340] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2278/2340] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2279/2340] Compiling NIOHTTP2 MayReceiveFrames.swift
[2280/2340] Compiling NIOHTTP2 ReceivingDataState.swift
[2281/2340] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2282/2340] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2286/2340] Compiling NIOHTTP2 DOSHeuristics.swift
[2287/2340] Compiling NIOHTTP2 Error+Any.swift
[2288/2340] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2289/2340] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2290/2340] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2291/2340] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2292/2340] Compiling NIOHTTP2 GlitchesMonitor.swift
[2293/2340] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2294/2340] Compiling NIOHTTP2 HTTP2Frame.swift
[2295/2340] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2296/2340] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2297/2340] Compiling NIOHTTP2 HTTP2PingData.swift
[2298/2340] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2299/2340] Compiling NIOHTTP2 HTTP2Settings.swift
[2300/2340] Compiling NIOHTTP2 HTTP2Stream.swift
[2301/2340] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2303/2340] Compiling NIOHTTP2 HasLocalSettings.swift
[2304/2340] Compiling NIOHTTP2 HasRemoteSettings.swift
[2305/2340] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2306/2340] Compiling NIOHTTP2 QuiescingState.swift
[2307/2340] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2308/2340] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2309/2340] Compiling NIOHTTP2 StateMachineResult.swift
[2310/2340] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2311/2340] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2316/2340] Compiling NIOHTTP2 HTTP2Error.swift
[2317/2340] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2318/2340] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2327/2405] Emitting module AsyncHTTPClient
[2328/2413] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2329/2413] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2330/2413] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2331/2413] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2332/2413] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2333/2413] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2334/2413] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2335/2413] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2336/2413] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2337/2413] Compiling AsyncHTTPClient RequestValidation.swift
[2338/2413] Compiling AsyncHTTPClient SSLContextCache.swift
[2339/2413] Compiling AsyncHTTPClient Scheme.swift
[2340/2413] Compiling AsyncHTTPClient Singleton.swift
[2341/2413] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2342/2413] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2343/2413] Compiling AsyncHTTPClient TracingSupport.swift
[2344/2413] Compiling AsyncHTTPClient Utils.swift
[2345/2413] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2346/2413] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2347/2413] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2348/2413] Compiling AsyncHTTPClient Transaction.swift
[2349/2413] Compiling AsyncHTTPClient Base64.swift
[2350/2413] Compiling AsyncHTTPClient BasicAuth.swift
[2351/2413] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2352/2413] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2353/2413] Compiling AsyncHTTPClient ConnectionPool.swift
[2354/2413] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2355/2413] Compiling AsyncHTTPClient NWErrorHandler.swift
[2356/2413] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2357/2413] Compiling AsyncHTTPClient TLSConfiguration.swift
[2358/2413] Compiling AsyncHTTPClient RedirectState.swift
[2359/2413] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2360/2413] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2361/2413] Compiling AsyncHTTPClient RequestBag.swift
[2362/2413] Compiling AsyncHTTPClient RequestOptions.swift
[2363/2413] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2364/2413] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2365/2413] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2366/2413] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2367/2413] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2368/2413] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2369/2413] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2370/2413] Compiling AsyncHTTPClient ConnectionTarget.swift
[2371/2413] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2372/2413] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2373/2413] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2374/2413] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2375/2413] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2376/2413] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2377/2413] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2378/2413] Compiling AsyncHTTPClient RequestBodyLength.swift
[2379/2413] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2380/2413] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2381/2413] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2382/2413] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2383/2413] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2384/2413] Compiling AsyncHTTPClient HTTP1Connection.swift
[2385/2413] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2386/2413] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2387/2413] Compiling AsyncHTTPClient HTTP2Connection.swift
[2388/2413] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2389/2413] Compiling AsyncHTTPClient DeconstructedURL.swift
[2390/2413] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2391/2413] Compiling AsyncHTTPClient FoundationExtensions.swift
[2392/2413] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2393/2413] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2394/2413] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2395/2413] Compiling AsyncHTTPClient HTTPClient.swift
[2396/2413] Compiling AsyncHTTPClient HTTPHandler.swift
[2397/2413] Compiling AsyncHTTPClient LRUCache.swift
[2416/2417] Emitting module _CryptoExtras
[2417/2417] Compiling _CryptoExtras Exports.swift
[2419/2513] Compiling X509 CSRAttribute.swift
[2420/2513] Compiling X509 CSRAttributes.swift
[2421/2513] Compiling X509 CSRVersion.swift
[2422/2513] Compiling X509 CertificateSigningRequest.swift
[2423/2513] Compiling X509 CertificationRequestInfo.swift
[2424/2513] Compiling X509 ExtensionRequest.swift
[2425/2513] Compiling X509 Certificate.swift
[2426/2513] Compiling X509 CertificatePrivateKey.swift
[2427/2513] Compiling X509 CertificatePublicKey.swift
[2428/2513] Compiling X509 CertificateSerialNumber.swift
[2429/2513] Compiling X509 CertificateVersion.swift
[2430/2513] Compiling X509 CMSAttribute.swift
[2431/2513] Compiling X509 CMSContentInfo.swift
[2432/2513] Compiling X509 CMSEncapsulatedContentInfo.swift
[2433/2526] Compiling X509 PolicyBuilder.swift
[2434/2526] Compiling X509 BasicConstraintsPolicy.swift
[2435/2526] Compiling X509 DNSNames.swift
[2436/2526] Compiling X509 DirectoryNames.swift
[2437/2526] Compiling X509 ExpiryPolicy.swift
[2438/2526] Compiling X509 IPConstraints.swift
[2439/2526] Compiling X509 NameConstraintsPolicy.swift
[2440/2526] Compiling X509 RFC5280Policy.swift
[2441/2526] Compiling X509 URIConstraints.swift
[2442/2526] Compiling X509 VersionPolicy.swift
[2443/2526] Compiling X509 ServerIdentityPolicy.swift
[2444/2526] Compiling X509 TrustRootLoading.swift
[2445/2526] Compiling X509 UnverifiedChain.swift
[2446/2526] Compiling X509 PromiseAndFuture.swift
[2447/2526] Compiling X509 RDNAttribute.swift
[2448/2526] Compiling X509 RandomNumberGenerator+bytes.swift
[2449/2526] Compiling X509 RelativeDistinguishedName.swift
[2450/2526] Compiling X509 SEC1PrivateKey.swift
[2451/2526] Compiling X509 SecKeyWrapper.swift
[2452/2526] Compiling X509 Signature.swift
[2453/2526] Compiling X509 SignatureAlgorithm.swift
[2454/2526] Compiling X509 AllOfPolicies.swift
[2455/2526] Compiling X509 AnyPolicy.swift
[2456/2526] Compiling X509 CertificateStore.swift
[2457/2526] Compiling X509 CustomCertificateStore.swift
[2458/2526] Compiling X509 OneOfPolicies.swift
[2459/2526] Compiling X509 CMSIssuerAndSerialNumber.swift
[2460/2526] Compiling X509 CMSOperations.swift
[2461/2526] Compiling X509 CMSSignature.swift
[2462/2526] Compiling X509 CMSSignedData.swift
[2463/2526] Compiling X509 CMSSignerIdentifier.swift
[2464/2526] Compiling X509 CMSSignerInfo.swift
[2465/2526] Compiling X509 CMSVersion.swift
[2466/2526] Compiling X509 Curve25519+DER.swift
[2467/2526] Compiling X509 Digests.swift
[2468/2526] Compiling X509 DistinguishedName.swift
[2469/2526] Compiling X509 CommonName.swift
[2470/2526] Compiling X509 CountryName.swift
[2471/2526] Compiling X509 DNBuilder.swift
[2472/2526] Compiling X509 DomainComponent.swift
[2473/2526] Compiling X509 EmailAddress.swift
[2474/2526] Compiling X509 LocalityName.swift
[2475/2526] Compiling X509 OrganizationName.swift
[2476/2526] Compiling X509 OrganizationalUnitName.swift
[2477/2526] Compiling X509 StateOrProvinceName.swift
[2478/2526] Compiling X509 StreetAddress.swift
[2479/2526] Compiling X509 Error.swift
[2480/2526] Compiling X509 AuthorityInformationAccess.swift
[2481/2526] Compiling X509 AuthorityKeyIdentifier.swift
[2482/2526] Compiling X509 BasicConstraints.swift
[2483/2526] Compiling X509 ExtendedKeyUsage.swift
[2484/2526] Compiling X509 ExtensionIdentifiers.swift
[2485/2526] Compiling X509 KeyUsage.swift
[2486/2526] Compiling X509 NameConstraints.swift
[2487/2526] Compiling X509 SubjectAlternativeName.swift
[2488/2526] Compiling X509 SubjectKeyIdentifier.swift
[2489/2526] Compiling X509 Extension.swift
[2490/2526] Compiling X509 Extensions.swift
[2491/2526] Compiling X509 ExtensionsBuilder.swift
[2492/2526] Compiling X509 GeneralName.swift
[2493/2526] Compiling X509 Lock.swift
[2494/2526] Compiling X509 LockedValueBox.swift
[2495/2526] Compiling X509 BasicOCSPResponse.swift
[2496/2526] Compiling X509 DirectoryString.swift
[2497/2526] Compiling X509 OCSPCertID.swift
[2498/2526] Compiling X509 OCSPCertStatus.swift
[2499/2526] Compiling X509 OCSPExtensionID.swift
[2500/2526] Compiling X509 OCSPNonce.swift
[2501/2526] Compiling X509 OCSPPolicy.swift
[2502/2526] Compiling X509 OCSPRequest.swift
[2503/2526] Compiling X509 OCSPResponse.swift
[2504/2526] Compiling X509 OCSPResponseBytes.swift
[2505/2526] Compiling X509 OCSPResponseData.swift
[2506/2526] Compiling X509 OCSPResponseStatus.swift
[2507/2526] Compiling X509 OCSPSignature.swift
[2508/2526] Compiling X509 OCSPSingleRequest.swift
[2509/2526] Compiling X509 OCSPSingleResponse.swift
[2510/2526] Compiling X509 OCSPTBSRequest.swift
[2511/2526] Compiling X509 OCSPVersion.swift
[2512/2526] Compiling X509 PKCS8PrivateKey.swift
[2513/2526] Emitting module X509
[2514/2526] Compiling X509 ValidatedCertificateChain.swift
[2515/2526] Compiling X509 VerificationDiagnostic.swift
[2516/2526] Compiling X509 Verifier.swift
[2517/2526] Compiling X509 VerifierPolicy.swift
[2518/2526] Compiling X509 AlgorithmIdentifier.swift
[2519/2526] Compiling X509 ECDSASignature.swift
[2520/2526] Compiling X509 RSAPKCS1PublicKey.swift
[2521/2526] Compiling X509 SubjectPublicKeyInfo.swift
[2522/2526] Compiling X509 TBSCertificate.swift
[2523/2526] Compiling X509 Time.swift
[2524/2526] Compiling X509 TimeCalculations.swift
[2525/2526] Compiling X509 Validity.swift
[2526/2526] Compiling X509 X509SendableMetatype.swift
[2528/2698] Compiling Vapor Logger+Report.swift
[2529/2698] Compiling Vapor LoggingSystem+Environment.swift
[2530/2698] Compiling Vapor Application+Middleware.swift
[2531/2698] Compiling Vapor CORSMiddleware.swift
[2532/2698] Compiling Vapor ErrorMiddleware.swift
[2533/2698] Compiling Vapor FileMiddleware.swift
[2534/2698] Compiling Vapor Middleware.swift
[2535/2698] Compiling Vapor MiddlewareConfiguration.swift
[2536/2698] Compiling Vapor ResponseCompressionMiddleware.swift
[2537/2698] Compiling Vapor RouteLoggingMiddleware.swift
[2538/2698] Compiling Vapor TracingMiddleware.swift
[2539/2698] Compiling Vapor File+Multipart.swift
[2540/2698] Compiling Vapor FormDataDecoder+Content.swift
[2541/2698] Compiling Vapor FormDataEncoder+Content.swift
[2542/2698] Compiling Vapor Application+Password.swift
[2543/2698] Compiling Vapor Application+Passwords.swift
[2544/2698] Compiling Vapor AsyncPasswordHasher.swift
[2545/2698] Compiling Vapor BcryptHasher.swift
[2546/2698] Compiling Vapor PasswordHasher.swift
[2547/2698] Compiling Vapor PlaintextHasher.swift
[2548/2698] Compiling Vapor Request+Password.swift
[2549/2698] Compiling Vapor Redirect.swift
[2550/2698] Compiling Vapor Request+Body.swift
[2551/2698] Compiling Vapor Request+BodyStream.swift
[2552/2722] Compiling Vapor AsyncMiddleware.swift
[2553/2722] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2554/2722] Compiling Vapor AsyncSessionDriver.swift
[2555/2722] Compiling Vapor Authentication+Concurrency.swift
[2556/2722] Compiling Vapor Cache+Concurrency.swift
[2557/2722] Compiling Vapor Client+Concurrency.swift
[2558/2722] Compiling Vapor RequestBody+Concurrency.swift
[2559/2722] Compiling Vapor Responder+Concurrency.swift
[2560/2722] Compiling Vapor ResponseCodable+Concurrency.swift
[2561/2722] Compiling Vapor RoutesBuilder+Concurrency.swift
[2562/2722] Compiling Vapor ViewRenderer+Concurrency.swift
[2563/2722] Compiling Vapor WebSocket+Concurrency.swift
[2564/2722] Compiling Vapor ContainerGetPathExecutor.swift
[2565/2722] Compiling Vapor Content.swift
[2566/2722] Compiling Vapor ContentCoders.swift
[2567/2722] Compiling Vapor ContentConfiguration.swift
[2568/2722] Compiling Vapor ContentContainer.swift
[2569/2722] Compiling Vapor JSONCoder+Custom.swift
[2570/2722] Compiling Vapor JSONCoders+Content.swift
[2571/2722] Compiling Vapor PlaintextDecoder.swift
[2572/2722] Compiling Vapor PlaintextEncoder.swift
[2573/2722] Compiling Vapor URLQueryCoders.swift
[2574/2722] Compiling Vapor URLQueryContainer.swift
[2575/2722] Compiling Vapor Core.swift
[2576/2722] Compiling Vapor Running.swift
[2577/2746] Compiling Vapor Application.swift
[2578/2746] Compiling Vapor AuthenticationCache.swift
[2579/2746] Compiling Vapor Authenticator.swift
[2580/2746] Compiling Vapor BasicAuthorization.swift
[2581/2746] Compiling Vapor BearerAuthorization.swift
[2582/2746] Compiling Vapor GuardMiddleware.swift
[2583/2746] Compiling Vapor RedirectMiddleware.swift
[2584/2746] Compiling Vapor SessionAuthenticatable.swift
[2585/2746] Compiling Vapor Bcrypt.swift
[2586/2746] Compiling Vapor Application+Cache.swift
[2587/2746] Compiling Vapor Cache.swift
[2588/2746] Compiling Vapor CacheExpirationTime.swift
[2589/2746] Compiling Vapor MemoryCache.swift
[2590/2746] Compiling Vapor Request+Cache.swift
[2591/2746] Compiling Vapor Application+Clients.swift
[2592/2746] Compiling Vapor Client.swift
[2593/2746] Compiling Vapor ClientRequest.swift
[2594/2746] Compiling Vapor ClientResponse.swift
[2595/2746] Compiling Vapor Request+Client.swift
[2596/2746] Compiling Vapor BootCommand.swift
[2597/2746] Compiling Vapor CommandContext+Application.swift
[2598/2746] Compiling Vapor RoutesCommand.swift
[2599/2746] Compiling Vapor ServeCommand.swift
[2600/2746] Compiling Vapor AnyResponse+Concurrency.swift
[2601/2746] Compiling Vapor AsyncBasicResponder.swift
[2602/2746] Compiling Vapor Validator.swift
[2603/2746] Compiling Vapor ValidatorResult.swift
[2604/2746] Compiling Vapor And.swift
[2605/2746] Compiling Vapor Case.swift
[2606/2746] Compiling Vapor CharacterSet.swift
[2607/2746] Compiling Vapor Count.swift
[2608/2746] Compiling Vapor Custom.swift
[2609/2746] Compiling Vapor Email.swift
[2610/2746] Compiling Vapor Empty.swift
[2611/2746] Compiling Vapor In.swift
[2612/2746] Compiling Vapor Nil.swift
[2613/2746] Compiling Vapor NilIgnoring.swift
[2614/2746] Compiling Vapor Not.swift
[2615/2746] Compiling Vapor Or.swift
[2616/2746] Compiling Vapor Pattern.swift
[2617/2746] Compiling Vapor Range.swift
[2618/2746] Compiling Vapor URL.swift
[2619/2746] Compiling Vapor Valid.swift
[2620/2746] Compiling Vapor Application+Views.swift
[2621/2746] Compiling Vapor PlaintextRenderer.swift
[2622/2746] Compiling Vapor Request+View.swift
[2623/2746] Compiling Vapor View.swift
[2624/2746] Compiling Vapor ViewRenderer.swift
[2625/2746] Compiling Vapor _Deprecations.swift
[2626/2746] Compiling Vapor Request.swift
[2627/2746] Compiling Vapor Application+Responder.swift
[2628/2746] Compiling Vapor DefaultResponder.swift
[2629/2746] Compiling Vapor Response+Body.swift
[2630/2746] Compiling Vapor Response.swift
[2631/2746] Compiling Vapor ResponseCodable.swift
[2632/2746] Compiling Vapor Application+Routes.swift
[2633/2746] Compiling Vapor Parameters+Require.swift
[2634/2746] Compiling Vapor Request+WebSocket.swift
[2635/2746] Compiling Vapor Route.swift
[2636/2746] Compiling Vapor RouteCollection.swift
[2637/2746] Compiling Vapor Routes.swift
[2638/2746] Compiling Vapor RoutesBuilder+Group.swift
[2639/2746] Compiling Vapor RoutesBuilder+Method.swift
[2640/2746] Compiling Vapor RoutesBuilder+Middleware.swift
[2641/2746] Compiling Vapor RoutesBuilder+WebSocket.swift
[2642/2746] Compiling Vapor RoutesBuilder.swift
[2643/2746] Compiling Vapor OTP.swift
[2644/2746] Compiling Vapor ValidatedCertificateChain.swift
[2645/2746] Compiling Vapor Application+Servers.swift
[2646/2746] Compiling Vapor Server.swift
[2647/2746] Compiling Vapor App+Service.swift
[2648/2746] Compiling Vapor Req+Service.swift
[2649/2746] Compiling Vapor Service.swift
[2650/2746] Emitting module Vapor
[2651/2746] Compiling Vapor Bytes+SecureCompare.swift
[2652/2746] Compiling Vapor Collection+Safe.swift
[2653/2746] Compiling Vapor DataProtocol+Copy.swift
[2654/2746] Compiling Vapor DecoderUnwrapper.swift
[2655/2746] Compiling Vapor DirectoryConfiguration.swift
[2656/2746] Compiling Vapor DotEnv.swift
[2657/2746] Compiling Vapor Extendable.swift
[2658/2746] Compiling Vapor File.swift
[2659/2746] Compiling Vapor FileIO.swift
[2660/2746] Compiling Vapor LifecycleHandler.swift
[2661/2746] Compiling Vapor OptionalType.swift
[2662/2746] Compiling Vapor RFC1123.swift
[2663/2746] Compiling Vapor SocketAddress+Hostname.swift
[2664/2746] Compiling Vapor Storage.swift
[2665/2746] Compiling Vapor String+IsIPAddress.swift
[2666/2746] Compiling Vapor Thread.swift
[2667/2746] Compiling Vapor URI.swift
[2668/2746] Compiling Vapor VaporSendableMetadataType.swift
[2669/2746] Compiling Vapor RangeResult.swift
[2670/2746] Compiling Vapor Validatable.swift
[2671/2746] Compiling Vapor Validation.swift
[2672/2746] Compiling Vapor ValidationKey.swift
[2673/2746] Compiling Vapor Validations.swift
[2674/2746] Compiling Vapor ValidationsError.swift
[2675/2746] Compiling Vapor Application+Sessions.swift
[2676/2746] Compiling Vapor MemorySessions.swift
[2677/2746] Compiling Vapor Request+Session.swift
[2678/2746] Compiling Vapor Session.swift
[2679/2746] Compiling Vapor SessionCache.swift
[2680/2746] Compiling Vapor SessionData.swift
[2681/2746] Compiling Vapor SessionDriver.swift
[2682/2746] Compiling Vapor SessionsConfiguration.swift
[2683/2746] Compiling Vapor SessionsMiddleware.swift
[2684/2746] Compiling Vapor URLEncodedFormData.swift
[2685/2746] Compiling Vapor URLEncodedFormDecoder.swift
[2686/2746] Compiling Vapor URLEncodedFormEncoder.swift
[2687/2746] Compiling Vapor URLEncodedFormError.swift
[2688/2746] Compiling Vapor URLEncodedFormParser.swift
[2689/2746] Compiling Vapor URLEncodedFormSerializer.swift
[2690/2746] Compiling Vapor URLQueryFragmentConvertible.swift
[2691/2746] Compiling Vapor AnyResponse.swift
[2692/2746] Compiling Vapor Array+Random.swift
[2693/2746] Compiling Vapor Base32.swift
[2694/2746] Compiling Vapor Base64.swift
[2695/2746] Compiling Vapor BaseN.swift
[2696/2746] Compiling Vapor BasicCodingKey.swift
[2697/2746] Compiling Vapor ByteCount.swift
[2698/2746] Compiling Vapor Bytes+Hex.swift
[2699/2746] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2700/2746] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2701/2746] Compiling Vapor DotEnvFile+load.swift
[2702/2746] Compiling Vapor Routes+caseInsenstive.swift
[2703/2746] Compiling Vapor Validatable+validate.swift
[2704/2746] Compiling Vapor Environment+Process.swift
[2705/2746] Compiling Vapor Environment+Secret.swift
[2706/2746] Compiling Vapor Environment.swift
[2707/2746] Compiling Vapor Abort.swift
[2708/2746] Compiling Vapor AbortError.swift
[2709/2746] Compiling Vapor DebuggableError.swift
[2710/2746] Compiling Vapor Demangler.swift
[2711/2746] Compiling Vapor ErrorSource.swift
[2712/2746] Compiling Vapor StackTrace.swift
[2713/2746] Compiling Vapor Exports.swift
[2714/2746] Compiling Vapor Application+HTTP.swift
[2715/2746] Compiling Vapor BasicResponder.swift
[2716/2746] Compiling Vapor BodyStream.swift
[2717/2746] Compiling Vapor Application+HTTP+Client.swift
[2718/2746] Compiling Vapor EventLoopHTTPClient.swift
[2719/2746] Compiling Vapor EndpointCache.swift
[2720/2746] Compiling Vapor HTTPMethod+String.swift
[2721/2746] Compiling Vapor HTTPStatus.swift
[2722/2746] Compiling Vapor HTTPCookies.swift
[2723/2746] Compiling Vapor HTTPHeaderCacheControl.swift
[2724/2746] Compiling Vapor HTTPHeaderExpires.swift
[2725/2746] Compiling Vapor HTTPHeaderLastModified.swift
[2726/2746] Compiling Vapor HTTPHeaders+Cache.swift
[2727/2746] Compiling Vapor HTTPHeaders+Connection.swift
[2728/2746] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2729/2746] Compiling Vapor HTTPHeaders+ContentRange.swift
[2730/2746] Compiling Vapor HTTPHeaders+Directive.swift
[2731/2746] Compiling Vapor HTTPHeaders+Forwarded.swift
[2732/2746] Compiling Vapor HTTPHeaders+Link.swift
[2733/2746] Compiling Vapor HTTPHeaders+Name.swift
[2734/2746] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2735/2746] Compiling Vapor HTTPHeaders.swift
[2736/2746] Compiling Vapor HTTPMediaType.swift
[2737/2746] Compiling Vapor HTTPMediaTypePreference.swift
[2738/2746] Compiling Vapor Responder.swift
[2739/2746] Compiling Vapor Application+HTTP+Server.swift
[2740/2746] Compiling Vapor HTTPServer.swift
[2741/2746] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2742/2746] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2743/2746] Compiling Vapor HTTPServerHandler.swift
[2744/2746] Compiling Vapor HTTPServerRequestDecoder.swift
[2745/2746] Compiling Vapor HTTPServerResponseEncoder.swift
[2746/2746] Compiling Vapor HTTPServerUpgradeHandler.swift
[2748/2751] Compiling HTMLKitVapor ViewRenderer.swift
[2749/2751] Emitting module HTMLKitVapor
[2750/2751] Compiling HTMLKitVapor Configuration.swift
[2751/2751] Compiling HTMLKitVapor Vapor+HTMLKit.swift
Build complete! (451.35s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.114.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "HTMLKit",
  "name" : "HTMLKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "HTMLKit",
      "targets" : [
        "HTMLKit",
        "HTMLKitComponents",
        "HTMLKitVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ComponentsPlugin",
      "targets" : [
        "ComponentsPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ConverterPlugin",
      "targets" : [
        "ConverterPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "DeployCommand",
      "targets" : [
        "DeployCommand"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConvertCommand",
      "targets" : [
        "ConvertCommand"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilitiesTests",
      "path" : "Tests/UtilitiesTests",
      "sources" : [
        "Minification/JavascriptTests.swift",
        "Minification/StylesheetTests.swift"
      ],
      "target_dependencies" : [
        "Minifier"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Minifier",
      "module_type" : "SwiftTarget",
      "name" : "Minifier",
      "path" : "Sources/Utilities",
      "product_memberships" : [
        "ComponentsPlugin",
        "DeployCommand"
      ],
      "sources" : [
        "Minifier/Extensions/Minifier+Character.swift",
        "Minifier/Minifier.swift",
        "Minifier/Tokenization/Javascript/Javascript.swift",
        "Minifier/Tokenization/Stylesheet/Stylesheet.swift",
        "Minifier/Tokenization/Token.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLKitVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitVaporTests",
      "path" : "Tests/HTMLKitVaporTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/HTMLKitVaporTests/Localization",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ProviderTests.swift",
        "Utilities/AbortResponse.swift"
      ],
      "target_dependencies" : [
        "HTMLKitVapor",
        "HTMLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLKitVapor",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitVapor",
      "path" : "Sources/HTMLKitVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "HTMLKit"
      ],
      "sources" : [
        "Configuration.swift",
        "Extensions/Vapor+HTMLKit.swift",
        "ViewRenderer.swift"
      ],
      "target_dependencies" : [
        "HTMLKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLKitTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitTests",
      "path" : "Tests/HTMLKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/HTMLKitTests/Localization",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AttributesTests.swift",
        "ContextTests.swift",
        "ElementTests.swift",
        "EnvironmentTests.swift",
        "LocalizationTests.swift",
        "Performance/Samples.swift",
        "PerformanceTests.swift",
        "RenderingTests.swift",
        "SecurityTests.swift",
        "StatementTests.swift",
        "TemplatingTests.swift"
      ],
      "target_dependencies" : [
        "HTMLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLKitConverterTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitConverterTests",
      "path" : "Tests/HTMLKitConverterTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/HTMLKitConverterTests/Conversion/articles/article.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/HTMLKitConverterTests/Conversion/component.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/HTMLKitConverterTests/Conversion/index.html",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ConversionTests.swift"
      ],
      "target_dependencies" : [
        "HTMLKitConverter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLKitConverter",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitConverter",
      "path" : "Sources/HTMLKitConverter",
      "product_memberships" : [
        "ConverterPlugin",
        "ConvertCommand"
      ],
      "sources" : [
        "Converter.swift",
        "InitRepresentable.swift",
        "Parser.swift"
      ],
      "target_dependencies" : [
        "HTMLKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLKitComponentsTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitComponentsTests",
      "path" : "Tests/HTMLKitComponentsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/HTMLKitComponentsTests/Localization",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ComponentTests.swift",
        "InteractionTests.swift",
        "LocalizationTests.swift",
        "ModifierTests.swift",
        "SecurityTests.swift"
      ],
      "target_dependencies" : [
        "HTMLKitComponents",
        "HTMLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLKitComponents",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKitComponents",
      "path" : "Sources/HTMLKitComponents",
      "product_memberships" : [
        "HTMLKit",
        "ComponentsPlugin",
        "DeployCommand"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/buttons/button.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/checkfield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/datepicker.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/filedialog.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/picker.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/radioselect.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/searchfield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/securefield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/selectfield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/slider.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/texteditor.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/textfield.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/textpad.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/globals.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/helpers/grouping.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/layout/grid.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/layout/list.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/layout/stack.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/typography/link.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/typography/symbol.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/typography/text.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/alert.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/card.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/carousel.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/chart.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/disclosure.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/divider.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/dropdown.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/form.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/image.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/modal.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/navigation.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/progress.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/scroll.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/snippet.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/tabs.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/video.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/buttons/dropdown.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/forms/progress.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/forms/selectfield.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/forms/textpad.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/alert.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/carousel.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/chart.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/datepicker.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/disclosure.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/navigation.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/tabs.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/video.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/interactions/all.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/bell.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/bookmark.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/calendar.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chart.pie.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.down.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.left.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.right.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.up.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/clock.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/cloud.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/ellipsis.horizontal.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/ellipsis.vertical.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/envelope.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/eye.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/file.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/filter.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/flask.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/folder.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/house.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/key.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/lifepreserver.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/lightbulb.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/location.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/lock.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/pencil.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/person.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/photo.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/refresh.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/scope.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/sidebar.left.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/sidebar.right.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/square.split.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/target.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.aligncenter.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.alignjustify.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.alignleft.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.alignright.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/trash.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/tresor.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/window.maximize.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/window.minimize.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Actions/SubmitAction.swift",
        "Actions/ViewAction.swift",
        "Builders/ActionBuilder.swift",
        "Components/Alert.swift",
        "Components/BarMark.swift",
        "Components/Button.swift",
        "Components/Card.swift",
        "Components/Carousel.swift",
        "Components/Chart.swift",
        "Components/CheckField.swift",
        "Components/DatePicker.swift",
        "Components/Disclosure.swift",
        "Components/Divider.swift",
        "Components/Dropdown.swift",
        "Components/FieldLabel.swift",
        "Components/FileDialog.swift",
        "Components/Form.swift",
        "Components/Grid.swift",
        "Components/Grouping.swift",
        "Components/HStack.swift",
        "Components/Image.swift",
        "Components/Link.swift",
        "Components/LinkButton.swift",
        "Components/List.swift",
        "Components/Modal.swift",
        "Components/Navigation.swift",
        "Components/Pane.swift",
        "Components/Picker.swift",
        "Components/Progress.swift",
        "Components/RadioSelect.swift",
        "Components/Scroll.swift",
        "Components/SearchField.swift",
        "Components/SectorMark.swift",
        "Components/SecureField.swift",
        "Components/SelectField.swift",
        "Components/Slide.swift",
        "Components/Slider.swift",
        "Components/Snippet.swift",
        "Components/Symbol.swift",
        "Components/Tabs.swift",
        "Components/Text.swift",
        "Components/TextEditor.swift",
        "Components/TextField.swift",
        "Components/TextPad.swift",
        "Components/VStack.swift",
        "Components/Video.swift",
        "Components/ZStack.swift",
        "Events/DragEvent.swift",
        "Events/FormEvent.swift",
        "Events/MouseEvent.swift",
        "Events/PressEvent.swift",
        "Extensions/Components+Image.swift",
        "Extensions/Components+Input.swift",
        "Extensions/Components+String.swift",
        "Modifiers/ButtonModifier.swift",
        "Modifiers/GraphicsModifier.swift",
        "Modifiers/ImageModifier.swift",
        "Modifiers/InputModifier.swift",
        "Modifiers/TextModifier.swift",
        "Modifiers/ViewModifier.swift",
        "Options.swift",
        "Primitives/Action.swift",
        "Primitives/Configurations.swift",
        "Primitives/DynamicType.swift",
        "Properties/Actionable.swift",
        "Properties/Identifiable.swift",
        "Properties/Modifiable.swift",
        "Properties/Selectable.swift",
        "Tokens.swift",
        "Validator.swift"
      ],
      "target_dependencies" : [
        "HTMLKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLKit",
      "module_type" : "SwiftTarget",
      "name" : "HTMLKit",
      "path" : "Sources/HTMLKit",
      "product_dependencies" : [
        "Collections",
        "Logging"
      ],
      "product_memberships" : [
        "HTMLKit",
        "ComponentsPlugin",
        "ConverterPlugin",
        "DeployCommand",
        "ConvertCommand"
      ],
      "sources" : [
        "Abstraction/Attributes/AriaAttributes.swift",
        "Abstraction/Attributes/BasicAttributes.swift",
        "Abstraction/Attributes/EventAttributes.swift",
        "Abstraction/Attributes/VectorAttributes.swift",
        "Abstraction/Elements/BasicElements.swift",
        "Abstraction/Elements/BodyElements.swift",
        "Abstraction/Elements/DefinitionElements.swift",
        "Abstraction/Elements/FigureElements.swift",
        "Abstraction/Elements/FormElements.swift",
        "Abstraction/Elements/HeadElements.swift",
        "Abstraction/Elements/HtmlElements.swift",
        "Abstraction/Elements/InputElements.swift",
        "Abstraction/Elements/ListElements.swift",
        "Abstraction/Elements/MapElements.swift",
        "Abstraction/Elements/MediaElements.swift",
        "Abstraction/Elements/ObjectElements.swift",
        "Abstraction/Elements/RubyElements.swift",
        "Abstraction/Elements/TableElements.swift",
        "Abstraction/Elements/VectorElements.swift",
        "Abstraction/Tokens/EventTokens.swift",
        "Abstraction/Tokens/ValueTokens.swift",
        "Abstraction/Types/MediaQuery.swift",
        "Abstraction/Types/SizeCandidate.swift",
        "Abstraction/Types/SourceCandidate.swift",
        "Abstraction/Types/UnitPoint.swift",
        "Framework/Builders/ContentBuilder.swift",
        "Framework/Environment/Condition.swift",
        "Framework/Environment/Conditional.swift",
        "Framework/Environment/Environment.swift",
        "Framework/Environment/EnvironmentKeys.swift",
        "Framework/Environment/EnvironmentModifier.swift",
        "Framework/Environment/EnvironmentObject.swift",
        "Framework/Environment/EnvironmentString.swift",
        "Framework/Environment/EnvironmentValue.swift",
        "Framework/Environment/Negation.swift",
        "Framework/Environment/Nullable.swift",
        "Framework/Environment/Relation.swift",
        "Framework/Environment/Sequence.swift",
        "Framework/Environment/Statement.swift",
        "Framework/Extensions/Comparable+HTMLKit.swift",
        "Framework/Extensions/Datatypes+Content.swift",
        "Framework/Extensions/Optional+HTMLKit.swift",
        "Framework/Extensions/URL+HTMLKit.swift",
        "Framework/Localization/InterpolationArgument.swift",
        "Framework/Localization/Locale.swift",
        "Framework/Localization/Localizable.swift",
        "Framework/Localization/Localization.swift",
        "Framework/Localization/LocalizedString.swift",
        "Framework/Localization/LocalizedStringKey.swift",
        "Framework/Localization/TranslationTable.swift",
        "Framework/Primitives/Attributes/Attribute.swift",
        "Framework/Primitives/Elements/Element.swift",
        "Framework/Primitives/Elements/Elements.swift",
        "Framework/Primitives/Layouts/Layouts.swift",
        "Framework/Primitives/Nodes/Node.swift",
        "Framework/Primitives/Nodes/Nodes.swift",
        "Framework/Primitives/Shared/Content.swift",
        "Framework/Rendering/Encoding/Encoder.swift",
        "Framework/Rendering/Encoding/HtmlString.swift",
        "Framework/Rendering/Encoding/Sanitizer.swift",
        "Framework/Rendering/Encoding/TaintedString.swift",
        "Framework/Rendering/Features.swift",
        "Framework/Rendering/Markdown/Extensions/Markdown+Character.swift",
        "Framework/Rendering/Markdown/Lexer/MarkdownLexer.swift",
        "Framework/Rendering/Markdown/Lexer/MarkdownToken.swift",
        "Framework/Rendering/Markdown/Markdown.swift",
        "Framework/Rendering/Markdown/MarkdownString.swift",
        "Framework/Rendering/Markdown/Parser/MarkdownNode.swift",
        "Framework/Rendering/Markdown/Parser/MarkdownParser.swift",
        "Framework/Rendering/Renderer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeployCommand",
      "module_type" : "SwiftTarget",
      "name" : "DeployCommand",
      "path" : "Sources/Commands/Components",
      "product_memberships" : [
        "ComponentsPlugin",
        "DeployCommand"
      ],
      "sources" : [
        "DeployCommand.swift"
      ],
      "target_dependencies" : [
        "HTMLKitComponents",
        "Minifier"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConverterPlugin",
      "module_type" : "PluginTarget",
      "name" : "ConverterPlugin",
      "path" : "Plugins/ConverterPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Converts HTML markup into Swift syntax.",
          "type" : "custom",
          "verb" : "convert"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "The command needs the permission to create the file.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "ConverterPlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "ConvertCommand"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ConvertCommand",
      "module_type" : "SwiftTarget",
      "name" : "ConvertCommand",
      "path" : "Sources/Commands/Converter",
      "product_memberships" : [
        "ConverterPlugin",
        "ConvertCommand"
      ],
      "sources" : [
        "ConvertCommand.swift"
      ],
      "target_dependencies" : [
        "HTMLKitConverter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ComponentsPlugin",
      "module_type" : "PluginTarget",
      "name" : "ComponentsPlugin",
      "path" : "Plugins/ComponentsPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Deploys the CSS and JS files for the HTMLKit components.",
          "type" : "custom",
          "verb" : "deploy"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "The command needs the permission to create the files.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "ComponentsPlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "DeployCommand"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d9a15f93bf2b54d4a5c29ad13249b33c1decc55763b749502648fc1aee8d297b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.