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 HyperSwift, reference main (a749aa), with Swift 6.2 (beta) for Linux on 21 Jun 2025 01:32:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johngarrett/HyperSwift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/johngarrett/HyperSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a749aaa Update README.md
Cloned https://github.com/johngarrett/HyperSwift.git
Revision (git rev-parse @):
a749aaafbf15b6b39cfb56eb4ba9602ecd448d68
SUCCESS checkout https://github.com/johngarrett/HyperSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johngarrett/HyperSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/31] Emitting module HyperSwift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 |         case height, maxHeight = "max-height", minHeight = "min-height"
11 |         case width, maxWidth = "max-width", minWidth = "min-width"
12 |         #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
   |                  `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 |     }
14 |
[4/35] Compiling HyperSwift CSS+Styler.swift
[5/35] Compiling HyperSwift CSSExtensions.swift
[6/35] Compiling HyperSwift FontStyler.swift
[7/35] Compiling HyperSwift FrameStyler.swift
[8/35] Compiling HyperSwift Array+HyperSwift.swift
[9/35] Compiling HyperSwift CSSColor.swift
[10/35] Compiling HyperSwift CSSProperties.swift
[11/35] Compiling HyperSwift CSSUnit.swift
[12/35] Compiling HyperSwift Small.swift
[13/35] Compiling HyperSwift Stacks.swift
[14/35] Compiling HyperSwift Wrappers.swift
[15/35] Compiling HyperSwift String+HyperSwift.swift
[16/35] Compiling HyperSwift Button.swift
[17/35] Compiling HyperSwift Code.swift
[18/35] Compiling HyperSwift Div.swift
[19/35] Compiling HyperSwift HTMLComponent.swift
[20/35] Compiling HyperSwift GridStyler.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/Stylers/MediaQueryStyler.swift:5:19: warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
 3 | public extension HTMLComponent {
 4 |     func with(_ query: MediaQuery) -> HTMLComponent {
 5 |         guard let cssClass = cssClass else {
   |                   `- warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
 6 |             return self
 7 |         }
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 |         case height, maxHeight = "max-height", minHeight = "min-height"
11 |         case width, maxWidth = "max-width", minWidth = "min-width"
12 |         #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
   |                  `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 |     }
14 |
[21/35] Compiling HyperSwift MarginStyler.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/Stylers/MediaQueryStyler.swift:5:19: warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
 3 | public extension HTMLComponent {
 4 |     func with(_ query: MediaQuery) -> HTMLComponent {
 5 |         guard let cssClass = cssClass else {
   |                   `- warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
 6 |             return self
 7 |         }
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 |         case height, maxHeight = "max-height", minHeight = "min-height"
11 |         case width, maxWidth = "max-width", minWidth = "min-width"
12 |         #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
   |                  `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 |     }
14 |
[22/35] Compiling HyperSwift MediaQueryStyler.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/Stylers/MediaQueryStyler.swift:5:19: warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
 3 | public extension HTMLComponent {
 4 |     func with(_ query: MediaQuery) -> HTMLComponent {
 5 |         guard let cssClass = cssClass else {
   |                   `- warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
 6 |             return self
 7 |         }
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 |         case height, maxHeight = "max-height", minHeight = "min-height"
11 |         case width, maxWidth = "max-width", minWidth = "min-width"
12 |         #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
   |                  `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 |     }
14 |
[23/35] Compiling HyperSwift PaddingStyler.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/Stylers/MediaQueryStyler.swift:5:19: warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
 3 | public extension HTMLComponent {
 4 |     func with(_ query: MediaQuery) -> HTMLComponent {
 5 |         guard let cssClass = cssClass else {
   |                   `- warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
 6 |             return self
 7 |         }
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 |         case height, maxHeight = "max-height", minHeight = "min-height"
11 |         case width, maxWidth = "max-width", minWidth = "min-width"
12 |         #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
   |                  `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 |     }
14 |
[24/35] Compiling HyperSwift HTMLElement.swift
[25/35] Compiling HyperSwift HTMLTag.swift
[26/35] Compiling HyperSwift Head.swift
[27/35] Compiling HyperSwift Header.swift
[28/35] Compiling HyperSwift HyperSwift+Array.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 |         case height, maxHeight = "max-height", minHeight = "min-height"
11 |         case width, maxWidth = "max-width", minWidth = "min-width"
12 |         #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
   |                  `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 |     }
14 |
[29/35] Compiling HyperSwift MediaQuery.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 |         case height, maxHeight = "max-height", minHeight = "min-height"
11 |         case width, maxWidth = "max-width", minWidth = "min-width"
12 |         #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
   |                  `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 |     }
14 |
[30/35] Compiling HyperSwift Style.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 |         case height, maxHeight = "max-height", minHeight = "min-height"
11 |         case width, maxWidth = "max-width", minWidth = "min-width"
12 |         #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
   |                  `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 |     }
14 |
[31/35] Compiling HyperSwift StyleSheet.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 |         case height, maxHeight = "max-height", minHeight = "min-height"
11 |         case width, maxWidth = "max-width", minWidth = "min-width"
12 |         #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
   |                  `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 |     }
14 |
[32/35] Compiling HyperSwift Input.swift
/host/spi-builder-workspace/Sources/HyperSwift/HTML/Link.swift:10:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
 8 |             attributes: attributes
 9 |                 .merging(
10 |                     ["id": id ?? "", "href": href ?? ""],
   |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
11 |                     uniquingKeysWith: {
12 |                         [$0, $1].compactMap { $0 }.joined(separator: " ")
[33/35] Compiling HyperSwift Link.swift
/host/spi-builder-workspace/Sources/HyperSwift/HTML/Link.swift:10:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
 8 |             attributes: attributes
 9 |                 .merging(
10 |                     ["id": id ?? "", "href": href ?? ""],
   |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
11 |                     uniquingKeysWith: {
12 |                         [$0, $1].compactMap { $0 }.joined(separator: " ")
[34/35] Compiling HyperSwift Paragraph.swift
/host/spi-builder-workspace/Sources/HyperSwift/HTML/Link.swift:10:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
 8 |             attributes: attributes
 9 |                 .merging(
10 |                     ["id": id ?? "", "href": href ?? ""],
   |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
11 |                     uniquingKeysWith: {
12 |                         [$0, $1].compactMap { $0 }.joined(separator: " ")
[35/35] Compiling HyperSwift Protocols.swift
/host/spi-builder-workspace/Sources/HyperSwift/HTML/Link.swift:10:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
 8 |             attributes: attributes
 9 |                 .merging(
10 |                     ["id": id ?? "", "href": href ?? ""],
   |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
11 |                     uniquingKeysWith: {
12 |                         [$0, $1].compactMap { $0 }.joined(separator: " ")
Build complete! (12.28s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HyperSwift",
  "name" : "HyperSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HyperSwift",
      "targets" : [
        "HyperSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HyperSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "HyperSwiftTests",
      "path" : "Tests/HyperSwiftTests",
      "sources" : [
        "CSSAttributesTests.swift",
        "CSSClassTests.swift",
        "DivTests.swift",
        "FrameStyleTests.swift",
        "HTMLComponentTests.swift",
        "LinkTests.swift",
        "StackTests.swift",
        "StylersTest.swift"
      ],
      "target_dependencies" : [
        "HyperSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HyperSwift",
      "module_type" : "SwiftTarget",
      "name" : "HyperSwift",
      "path" : "Sources/HyperSwift",
      "product_memberships" : [
        "HyperSwift"
      ],
      "sources" : [
        "Array+HyperSwift.swift",
        "CSS/CSSColor.swift",
        "CSS/CSSProperties.swift",
        "CSS/CSSUnit.swift",
        "CSS/HyperSwift+Array.swift",
        "CSS/MediaQuery.swift",
        "CSS/Style.swift",
        "CSS/StyleSheet.swift",
        "CSS/Stylers/CSS+Styler.swift",
        "CSS/Stylers/CSSExtensions.swift",
        "CSS/Stylers/FontStyler.swift",
        "CSS/Stylers/FrameStyler.swift",
        "CSS/Stylers/GridStyler.swift",
        "CSS/Stylers/MarginStyler.swift",
        "CSS/Stylers/MediaQueryStyler.swift",
        "CSS/Stylers/PaddingStyler.swift",
        "HTML/Button.swift",
        "HTML/Code.swift",
        "HTML/Div.swift",
        "HTML/HTMLComponent.swift",
        "HTML/HTMLElement.swift",
        "HTML/HTMLTag.swift",
        "HTML/Head.swift",
        "HTML/Header.swift",
        "HTML/Input.swift",
        "HTML/Link.swift",
        "HTML/Paragraph.swift",
        "HTML/Protocols.swift",
        "HTML/Small.swift",
        "HTML/Stacks.swift",
        "HTML/Wrappers.swift",
        "String+HyperSwift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.