The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftyHTMLBuilder, reference main (d4c46f), with Swift 6.1 for Linux on 28 Apr 2025 08:08:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yukiny0811/SwiftyHTMLBuilder.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/yukiny0811/SwiftyHTMLBuilder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d4c46f5 Merge pull request #1 from yukiny0811/develop-2.0.0
Cloned https://github.com/yukiny0811/SwiftyHTMLBuilder.git
Revision (git rev-parse @):
d4c46f58944f5821d660dc60f92bd790e0125fad
SUCCESS checkout https://github.com/yukiny0811/SwiftyHTMLBuilder.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yukiny0811/SwiftyHTMLBuilder.git
https://github.com/yukiny0811/SwiftyHTMLBuilder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "SwiftyHTMLBuilder",
  "name" : "SwiftyHTMLBuilder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyHTMLBuilder",
      "targets" : [
        "SwiftyHTMLBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyHTMLBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHTMLBuilderTests",
      "path" : "Tests/SwiftyHTMLBuilderTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "TestBlocks/MediaQuery.swift",
        "TestStyles/backgroundColor.swift",
        "TestStyles/color.swift",
        "TestStyles/height.swift",
        "TestStyles/margin.swift",
        "TestStyles/padding.swift",
        "TestStyles/position.swift",
        "TestStyles/width.swift",
        "TestTags/a.swift",
        "TestTags/body.swift",
        "TestTags/br.swift",
        "TestTags/div.swift",
        "TestTags/doctype.swift",
        "TestTags/document.swift",
        "TestTags/empty.swift",
        "TestTags/footer.swift",
        "TestTags/group.swift",
        "TestTags/h.swift",
        "TestTags/head.swift",
        "TestTags/header.swift",
        "TestTags/hstack.swift",
        "TestTags/html.swift",
        "TestTags/link.swift",
        "TestTags/meta.swift",
        "TestTags/nav.swift",
        "TestTags/p.swift",
        "TestTags/section.swift",
        "TestTags/span.swift",
        "TestTags/text.swift",
        "TestTags/title.swift",
        "TestTags/vstack.swift",
        "TestTags/zstack.swift"
      ],
      "target_dependencies" : [
        "SwiftyHTMLBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyHTMLBuilder",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHTMLBuilder",
      "path" : "Sources/SwiftyHTMLBuilder",
      "product_memberships" : [
        "SwiftyHTMLBuilder"
      ],
      "sources" : [
        "Blocks/MediaQuery.swift",
        "Core/HTML.swift",
        "Core/HTMLBlock.swift",
        "Core/HTMLBuilder.swift",
        "Core/HTMLCompiler.swift",
        "Core/HTMLStringConvertible.swift",
        "Core/String+.swift",
        "Core/Util.swift",
        "Models/CSSColor.swift",
        "Models/CSSPosition.swift",
        "Models/CSSSizeUnit.swift",
        "Models/CharsetEncodingType.swift",
        "Models/FlexAlignment.swift",
        "Models/MediaQueryType.swift",
        "Models/MetaName.swift",
        "Styles/backgroundColor.swift",
        "Styles/color.swift",
        "Styles/height.swift",
        "Styles/margin.swift",
        "Styles/padding.swift",
        "Styles/position.swift",
        "Styles/width.swift",
        "Tags/a.swift",
        "Tags/body.swift",
        "Tags/br.swift",
        "Tags/div.swift",
        "Tags/doctype.swift",
        "Tags/document.swift",
        "Tags/empty.swift",
        "Tags/footer.swift",
        "Tags/group.swift",
        "Tags/h.swift",
        "Tags/head.swift",
        "Tags/header.swift",
        "Tags/hstack.swift",
        "Tags/html.swift",
        "Tags/img.swift",
        "Tags/link.swift",
        "Tags/meta.swift",
        "Tags/nav.swift",
        "Tags/p.swift",
        "Tags/section.swift",
        "Tags/span.swift",
        "Tags/text.swift",
        "Tags/title.swift",
        "Tags/vstack.swift",
        "Tags/zstack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.45s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (3.24s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.50s)
[1/70233] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.24s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (6.93s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.95s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.89s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.72s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/45] Emitting module SwiftyHTMLBuilder
[4/50] Compiling SwiftyHTMLBuilder FlexAlignment.swift
[5/50] Compiling SwiftyHTMLBuilder MediaQueryType.swift
[6/50] Compiling SwiftyHTMLBuilder MetaName.swift
[7/50] Compiling SwiftyHTMLBuilder backgroundColor.swift
[8/50] Compiling SwiftyHTMLBuilder color.swift
[9/50] Compiling SwiftyHTMLBuilder height.swift
[10/50] Compiling SwiftyHTMLBuilder String+.swift
[11/50] Compiling SwiftyHTMLBuilder Util.swift
[12/50] Compiling SwiftyHTMLBuilder CSSColor.swift
[13/50] Compiling SwiftyHTMLBuilder CSSPosition.swift
[14/50] Compiling SwiftyHTMLBuilder CSSSizeUnit.swift
[15/50] Compiling SwiftyHTMLBuilder CharsetEncodingType.swift
[16/50] Compiling SwiftyHTMLBuilder MediaQuery.swift
[17/50] Compiling SwiftyHTMLBuilder HTML.swift
[18/50] Compiling SwiftyHTMLBuilder HTMLBlock.swift
[19/50] Compiling SwiftyHTMLBuilder HTMLBuilder.swift
[20/50] Compiling SwiftyHTMLBuilder HTMLCompiler.swift
[21/50] Compiling SwiftyHTMLBuilder HTMLStringConvertible.swift
[22/50] Compiling SwiftyHTMLBuilder br.swift
[23/50] Compiling SwiftyHTMLBuilder div.swift
[24/50] Compiling SwiftyHTMLBuilder doctype.swift
[25/50] Compiling SwiftyHTMLBuilder document.swift
[26/50] Compiling SwiftyHTMLBuilder empty.swift
[27/50] Compiling SwiftyHTMLBuilder footer.swift
[28/50] Compiling SwiftyHTMLBuilder margin.swift
[29/50] Compiling SwiftyHTMLBuilder padding.swift
[30/50] Compiling SwiftyHTMLBuilder position.swift
[31/50] Compiling SwiftyHTMLBuilder width.swift
[32/50] Compiling SwiftyHTMLBuilder a.swift
[33/50] Compiling SwiftyHTMLBuilder body.swift
[34/50] Compiling SwiftyHTMLBuilder span.swift
[35/50] Compiling SwiftyHTMLBuilder text.swift
[36/50] Compiling SwiftyHTMLBuilder title.swift
[37/50] Compiling SwiftyHTMLBuilder vstack.swift
[38/50] Compiling SwiftyHTMLBuilder zstack.swift
[39/50] Compiling SwiftyHTMLBuilder group.swift
[40/50] Compiling SwiftyHTMLBuilder h.swift
[41/50] Compiling SwiftyHTMLBuilder head.swift
[42/50] Compiling SwiftyHTMLBuilder header.swift
[43/50] Compiling SwiftyHTMLBuilder hstack.swift
[44/50] Compiling SwiftyHTMLBuilder html.swift
[45/50] Compiling SwiftyHTMLBuilder img.swift
[46/50] Compiling SwiftyHTMLBuilder link.swift
[47/50] Compiling SwiftyHTMLBuilder meta.swift
[48/50] Compiling SwiftyHTMLBuilder nav.swift
[49/50] Compiling SwiftyHTMLBuilder p.swift
[50/50] Compiling SwiftyHTMLBuilder section.swift
Build complete! (28.33s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "SwiftyHTMLBuilder",
  "name" : "SwiftyHTMLBuilder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyHTMLBuilder",
      "targets" : [
        "SwiftyHTMLBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyHTMLBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHTMLBuilderTests",
      "path" : "Tests/SwiftyHTMLBuilderTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "TestBlocks/MediaQuery.swift",
        "TestStyles/backgroundColor.swift",
        "TestStyles/color.swift",
        "TestStyles/height.swift",
        "TestStyles/margin.swift",
        "TestStyles/padding.swift",
        "TestStyles/position.swift",
        "TestStyles/width.swift",
        "TestTags/a.swift",
        "TestTags/body.swift",
        "TestTags/br.swift",
        "TestTags/div.swift",
        "TestTags/doctype.swift",
        "TestTags/document.swift",
        "TestTags/empty.swift",
        "TestTags/footer.swift",
        "TestTags/group.swift",
        "TestTags/h.swift",
        "TestTags/head.swift",
        "TestTags/header.swift",
        "TestTags/hstack.swift",
        "TestTags/html.swift",
        "TestTags/link.swift",
        "TestTags/meta.swift",
        "TestTags/nav.swift",
        "TestTags/p.swift",
        "TestTags/section.swift",
        "TestTags/span.swift",
        "TestTags/text.swift",
        "TestTags/title.swift",
        "TestTags/vstack.swift",
        "TestTags/zstack.swift"
      ],
      "target_dependencies" : [
        "SwiftyHTMLBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyHTMLBuilder",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHTMLBuilder",
      "path" : "Sources/SwiftyHTMLBuilder",
      "product_memberships" : [
        "SwiftyHTMLBuilder"
      ],
      "sources" : [
        "Blocks/MediaQuery.swift",
        "Core/HTML.swift",
        "Core/HTMLBlock.swift",
        "Core/HTMLBuilder.swift",
        "Core/HTMLCompiler.swift",
        "Core/HTMLStringConvertible.swift",
        "Core/String+.swift",
        "Core/Util.swift",
        "Models/CSSColor.swift",
        "Models/CSSPosition.swift",
        "Models/CSSSizeUnit.swift",
        "Models/CharsetEncodingType.swift",
        "Models/FlexAlignment.swift",
        "Models/MediaQueryType.swift",
        "Models/MetaName.swift",
        "Styles/backgroundColor.swift",
        "Styles/color.swift",
        "Styles/height.swift",
        "Styles/margin.swift",
        "Styles/padding.swift",
        "Styles/position.swift",
        "Styles/width.swift",
        "Tags/a.swift",
        "Tags/body.swift",
        "Tags/br.swift",
        "Tags/div.swift",
        "Tags/doctype.swift",
        "Tags/document.swift",
        "Tags/empty.swift",
        "Tags/footer.swift",
        "Tags/group.swift",
        "Tags/h.swift",
        "Tags/head.swift",
        "Tags/header.swift",
        "Tags/hstack.swift",
        "Tags/html.swift",
        "Tags/img.swift",
        "Tags/link.swift",
        "Tags/meta.swift",
        "Tags/nav.swift",
        "Tags/p.swift",
        "Tags/section.swift",
        "Tags/span.swift",
        "Tags/text.swift",
        "Tags/title.swift",
        "Tags/vstack.swift",
        "Tags/zstack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.