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 pointfree-html, reference main (bbbf17), with Swift 6.0 for macOS (SPM) on 16 Apr 2025 14:16:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/pointfree-html.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coenttb/pointfree-html
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bbbf17a move @media printing responsibility to Media type (in swift-css-types). This enables NOT operator to work by removing the first 7 characters.
Cloned https://github.com/coenttb/pointfree-html.git
Revision (git rev-parse @):
bbbf17aadf6d7028ec0e18fae3e3c056a6032048
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/pointfree-html.git at main
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/1292] Fetching swift-clocks
[105/2144] Fetching swift-clocks, swift-concurrency-extras
[234/4554] Fetching swift-clocks, swift-concurrency-extras, combine-schedulers
[495/9903] Fetching swift-clocks, swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay
[822/25922] Fetching swift-clocks, swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay, swift-collections
[1489/32104] Fetching swift-clocks, swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay, swift-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.90s)
[2702/30812] Fetching swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay, swift-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.22s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.22s)
[8504/23778] Fetching combine-schedulers, xctest-dynamic-overlay, swift-collections
[15289/93903] Fetching combine-schedulers, xctest-dynamic-overlay, swift-collections, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.73s)
[31887/91493] Fetching xctest-dynamic-overlay, swift-collections, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.02s)
Fetched https://github.com/apple/swift-collections.git from cache (3.02s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Fetched https://github.com/swiftlang/swift-syntax from cache (3.02s)
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.6.2 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.89s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.3 (0.45s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.43s)
Computing version for https://github.com/pointfreeco/swift-clocks
warning: 'swift-clocks': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "swift-clocks",
 7 |   // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
Computed https://github.com/pointfreeco/swift-clocks at 1.0.5 (0.45s)
Computing version for https://github.com/pointfreeco/combine-schedulers
warning: 'combine-schedulers': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "combine-schedulers",
 7 |   platforms: [
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.2 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.61s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.6.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.5
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.4.3
warning: 'combine-schedulers': /Users/admin/builder/spi-builder-workspace/.build/checkouts/combine-schedulers/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "combine-schedulers",
 7 |   platforms: [
warning: 'swift-clocks': /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-clocks/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "swift-clocks",
 7 |   // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "pointfree-html",
      "name": "pointfree-html",
      "url": "https://github.com/coenttb/pointfree-html.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/pointfree-html",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-dependencies",
          "name": "swift-dependencies",
          "url": "https://github.com/pointfreeco/swift-dependencies.git",
          "version": "1.9.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-dependencies",
          "dependencies": [
            {
              "identity": "combine-schedulers",
              "name": "combine-schedulers",
              "url": "https://github.com/pointfreeco/combine-schedulers",
              "version": "1.0.3",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/combine-schedulers",
              "dependencies": [
                {
                  "identity": "swift-concurrency-extras",
                  "name": "swift-concurrency-extras",
                  "url": "https://github.com/pointfreeco/swift-concurrency-extras",
                  "version": "1.3.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-concurrency-extras",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "xctest-dynamic-overlay",
                  "name": "xctest-dynamic-overlay",
                  "url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
                  "version": "1.5.2",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
                  "dependencies": [
                  ]
                }
              ]
            },
            {
              "identity": "swift-clocks",
              "name": "swift-clocks",
              "url": "https://github.com/pointfreeco/swift-clocks",
              "version": "1.0.6",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-clocks",
              "dependencies": [
                {
                  "identity": "swift-concurrency-extras",
                  "name": "swift-concurrency-extras",
                  "url": "https://github.com/pointfreeco/swift-concurrency-extras",
                  "version": "1.3.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-concurrency-extras",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "xctest-dynamic-overlay",
                  "name": "xctest-dynamic-overlay",
                  "url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
                  "version": "1.5.2",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
                  "dependencies": [
                  ]
                }
              ]
            },
            {
              "identity": "swift-concurrency-extras",
              "name": "swift-concurrency-extras",
              "url": "https://github.com/pointfreeco/swift-concurrency-extras",
              "version": "1.3.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-concurrency-extras",
              "dependencies": [
              ]
            },
            {
              "identity": "xctest-dynamic-overlay",
              "name": "xctest-dynamic-overlay",
              "url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
              "version": "1.5.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-syntax",
              "name": "swift-syntax",
              "url": "https://github.com/swiftlang/swift-syntax",
              "version": "601.0.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/coenttb/pointfree-html.git
[1/752] Fetching pointfree-html
Fetched https://github.com/coenttb/pointfree-html.git from cache (0.89s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/pointfreeco/swift-dependencies.git from cache
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.54s)
Fetched https://github.com/apple/swift-collections.git from cache (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.03s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.1 (0.44s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.85s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.86s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.86s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.86s)
Fetched https://github.com/swiftlang/swift-syntax from cache (0.86s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.43s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.42s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.03s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.59s)
Creating working copy for https://github.com/coenttb/pointfree-html.git
Working copy of https://github.com/coenttb/pointfree-html.git resolved at main (bbbf17a)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.1
warning: '.resolve-product-dependencies': dependency 'pointfree-html' is not used by any target
Found 2 product dependencies
  - swift-collections
  - swift-dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/coenttb/pointfree-html.git
https://github.com/coenttb/pointfree-html.git
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    }
  ],
  "manifest_display_name" : "pointfree-html",
  "name" : "pointfree-html",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "PointFreeHTML",
      "targets" : [
        "PointFreeHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PointFreeHTMLElements",
      "targets" : [
        "PointFreeHTMLElements"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PointFreeHTMLElements_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLElements Tests",
      "path" : "Tests/PointFreeHTMLElements Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "PointFreeHTMLElements Tests.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTMLElements"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PointFreeHTMLElements",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLElements",
      "path" : "Sources/PointFreeHTMLElements",
      "product_memberships" : [
        "PointFreeHTMLElements"
      ],
      "sources" : [
        "PointFreeHTMLElements.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PointFreeHTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML Tests",
      "path" : "Tests/PointFreeHTML Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "PointFreeHtml Tests.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PointFreeHTML",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML",
      "path" : "Sources/PointFreeHTML",
      "product_dependencies" : [
        "Dependencies",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "PointFreeHTML",
        "PointFreeHTMLElements"
      ],
      "sources" : [
        "Doctype.swift",
        "HTML.swift",
        "HTMLAttribute.swift",
        "HTMLBuilder.swift",
        "HTMLDocumentProtocol.swift",
        "HTMLElement.swift",
        "HTMLEmpty.swift",
        "HTMLForEach.swift",
        "HTMLGroup.swift",
        "HTMLInlineStyle.swift",
        "HTMLPrinter.swift",
        "HTMLRaw.swift",
        "HTMLTag.swift",
        "MediaQuery.swift",
        "Pseudo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': the target name PointFreeHTML Tests has different case on the filesystem and the Package.swift manifest file
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-5BDAB9E9C0126B9D.txt
[12/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/60] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/60] Compiling InternalCollectionsUtilities Specialize.swift
[15/60] Compiling IssueReporting FatalErrorReporter.swift
[16/60] Compiling IssueReporting RuntimeWarningReporter.swift
[17/60] Compiling IssueReporting IssueReporter.swift
[18/60] Compiling IssueReporting BreakpointReporter.swift
[19/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[20/60] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[21/60] Emitting module InternalCollectionsUtilities
[22/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/60] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/60] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/60] Compiling IssueReporting Rethrows.swift
[26/60] Compiling IssueReporting SwiftTesting.swift
[27/60] Compiling IssueReporting FailureObserver.swift
[28/60] Compiling IssueReporting LockIsolated.swift
[29/60] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/60] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/116] Compiling OrderedCollections _Hashtable+Header.swift
[32/116] Compiling OrderedCollections OrderedDictionary+Codable.swift
[33/116] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[34/116] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[35/116] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[36/116] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[37/116] Compiling OrderedCollections OrderedSet+Hashable.swift
[38/116] Compiling OrderedCollections OrderedSet+Initializers.swift
[39/116] Compiling OrderedCollections OrderedSet+Insertions.swift
[40/116] Compiling OrderedCollections OrderedSet+Invariants.swift
[41/116] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[42/116] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[43/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[44/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[45/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[46/116] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[47/116] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[48/116] Compiling OrderedCollections OrderedSet+Sendable.swift
[49/122] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[50/122] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[51/123] Compiling IssueReporting WithIssueContext.swift
[52/123] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[53/123] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[54/123] Compiling OrderedCollections OrderedSet+Codable.swift
[55/123] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[56/123] Compiling OrderedCollections OrderedSet+Descriptions.swift
[57/123] Compiling OrderedCollections OrderedSet+Diffing.swift
[58/123] Compiling OrderedCollections OrderedSet+Equatable.swift
[59/123] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[60/123] Compiling OrderedCollections OrderedDictionary+Elements.swift
[65/123] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[66/123] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/123] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/123] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[69/123] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[70/123] Compiling OrderedCollections OrderedDictionary+Values.swift
[71/123] Compiling OrderedCollections OrderedDictionary.swift
[72/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[73/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[74/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[75/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[76/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[77/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[78/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[79/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[80/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[81/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[82/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[83/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[84/123] Compiling OrderedCollections _HashTable+Bucket.swift
[85/123] Compiling OrderedCollections _HashTable+BucketIterator.swift
[86/123] Compiling OrderedCollections _HashTable+Constants.swift
[87/123] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[88/123] Compiling OrderedCollections _HashTable+Testing.swift
[89/123] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[90/123] Compiling OrderedCollections _HashTable.swift
[91/123] Compiling OrderedCollections OrderedSet+SubSequence.swift
[92/123] Compiling OrderedCollections OrderedSet+Testing.swift
[93/123] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[94/123] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[95/123] Compiling OrderedCollections OrderedSet.swift
[96/123] Compiling OrderedCollections _UnsafeBitset.swift
[97/123] Emitting module OrderedCollections
[100/123] Compiling ConcurrencyExtras Result.swift
[101/123] Compiling ConcurrencyExtras Task.swift
[104/124] Compiling ConcurrencyExtras UncheckedBox.swift
[105/124] Compiling ConcurrencyExtras MainSerialExecutor.swift
[110/124] Emitting module IssueReporting
[113/124] Compiling ConcurrencyExtras Locking.swift
[114/124] Compiling ConcurrencyExtras LockIsolated.swift
[117/124] Emitting module ConcurrencyExtras
[118/124] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[119/124] Compiling ConcurrencyExtras AsyncStream.swift
[124/127] Compiling ConcurrencyExtras UncheckedSendable.swift
[125/127] Compiling XCTestDynamicOverlay Exports.swift
[126/148] Emitting module XCTestDynamicOverlay
[127/148] Compiling XCTestDynamicOverlay Deprecations.swift
[128/148] Compiling Clocks Timer.swift
[129/148] Compiling CombineSchedulers UIScheduler.swift
[130/148] Compiling CombineSchedulers UIKit.swift
[131/149] Emitting module Clocks
[132/149] Compiling CombineSchedulers Timer.swift
[133/149] Compiling Clocks TestClock.swift
[134/149] Compiling Clocks UnimplementedClock.swift
[135/149] Compiling CombineSchedulers UnimplementedScheduler.swift
[136/149] Compiling CombineSchedulers TestScheduler.swift
[137/149] Compiling CombineSchedulers NSRecursiveLock.swift
[138/149] Compiling CombineSchedulers ImmediateScheduler.swift
[139/149] Compiling CombineSchedulers Deprecations.swift
[140/149] Emitting module CombineSchedulers
[141/149] Compiling CombineSchedulers Lock.swift
[142/149] Compiling CombineSchedulers AnyScheduler.swift
[143/149] Compiling CombineSchedulers Concurrency.swift
[144/149] Compiling CombineSchedulers SwiftUI.swift
[145/149] Compiling Clocks _AsyncTimerSequence.swift
[146/149] Compiling Clocks ImmediateClock.swift
[147/149] Compiling Clocks Lock.swift
[148/149] Compiling Clocks SwiftUI.swift
[149/149] Compiling Clocks AnyClock.swift
[150/172] Compiling Dependencies MainRunLoop.swift
[151/172] Compiling Dependencies OpenURL.swift
[152/172] Compiling Dependencies UUID.swift
[153/172] Compiling Dependencies WithRandomNumberGenerator.swift
[154/172] Compiling Dependencies TypeName.swift
[155/172] Compiling Dependencies PreviewTrait.swift
[156/174] Compiling Dependencies FireAndForget.swift
[157/174] Compiling Dependencies Locale.swift
[158/174] Compiling Dependencies MainQueue.swift
[159/174] Compiling Dependencies Clocks.swift
[160/174] Compiling Dependencies Context.swift
[161/174] Compiling Dependencies Date.swift
[162/174] Compiling Dependencies Dependency.swift
[163/174] Compiling Dependencies DependencyContext.swift
[164/174] Compiling Dependencies DependencyKey.swift
[165/174] Emitting module Dependencies
[166/174] Compiling Dependencies Deprecations.swift
[167/174] Compiling Dependencies Exports.swift
[168/174] Compiling Dependencies DependencyValues.swift
[169/174] Compiling Dependencies Assert.swift
[170/174] Compiling Dependencies Calendar.swift
[171/174] Compiling Dependencies TimeZone.swift
[172/174] Compiling Dependencies URLSession.swift
[173/174] Compiling Dependencies TestTrait.swift
[174/174] Compiling Dependencies WithDependencies.swift
[175/189] Compiling PointFreeHTML MediaQuery.swift
[176/190] Compiling PointFreeHTML HTMLEmpty.swift
[177/190] Compiling PointFreeHTML HTMLForEach.swift
[178/190] Compiling PointFreeHTML HTMLTag.swift
/Users/admin/builder/spi-builder-workspace/Sources/PointFreeHTML/HTMLTag.swift:1:8: warning: file 'HTMLTag.swift' is part of module 'PointFreeHTML'; ignoring import
  1 | import PointFreeHTML
    |        `- warning: file 'HTMLTag.swift' is part of module 'PointFreeHTML'; ignoring import
  2 |
  3 | //
[179/190] Compiling PointFreeHTML HTMLRaw.swift
[180/190] Compiling PointFreeHTML HTMLAttribute.swift
[181/190] Compiling PointFreeHTML HTMLBuilder.swift
[182/190] Compiling PointFreeHTML HTMLDocumentProtocol.swift
[183/190] Compiling PointFreeHTML HTMLElement.swift
[184/190] Emitting module PointFreeHTML
/Users/admin/builder/spi-builder-workspace/Sources/PointFreeHTML/HTMLTag.swift:1:8: warning: file 'HTMLTag.swift' is part of module 'PointFreeHTML'; ignoring import
  1 | import PointFreeHTML
    |        `- warning: file 'HTMLTag.swift' is part of module 'PointFreeHTML'; ignoring import
  2 |
  3 | //
[185/190] Compiling PointFreeHTML Doctype.swift
[186/190] Compiling PointFreeHTML HTML.swift
[187/190] Compiling PointFreeHTML Pseudo.swift
[188/190] Compiling PointFreeHTML HTMLGroup.swift
[189/190] Compiling PointFreeHTML HTMLInlineStyle.swift
[190/190] Compiling PointFreeHTML HTMLPrinter.swift
[191/193] Compiling PointFreeHTMLElements exports.swift
[192/193] Compiling PointFreeHTMLElements PointFreeHTMLElements.swift
[193/193] Emitting module PointFreeHTMLElements
Build complete! (45.03s)
warning: 'swift-clocks': /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-clocks/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "swift-clocks",
 7 |   // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
warning: 'combine-schedulers': /Users/admin/builder/spi-builder-workspace/.build/checkouts/combine-schedulers/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "combine-schedulers",
 7 |   platforms: [
warning: 'spi-builder-workspace': the target name PointFreeHTML Tests has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    }
  ],
  "manifest_display_name" : "pointfree-html",
  "name" : "pointfree-html",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "PointFreeHTML",
      "targets" : [
        "PointFreeHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PointFreeHTMLElements",
      "targets" : [
        "PointFreeHTMLElements"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PointFreeHTMLElements_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLElements Tests",
      "path" : "Tests/PointFreeHTMLElements Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "PointFreeHTMLElements Tests.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTMLElements"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PointFreeHTMLElements",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLElements",
      "path" : "Sources/PointFreeHTMLElements",
      "product_memberships" : [
        "PointFreeHTMLElements"
      ],
      "sources" : [
        "PointFreeHTMLElements.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PointFreeHTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML Tests",
      "path" : "Tests/PointFreeHTML Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "PointFreeHtml Tests.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PointFreeHTML",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML",
      "path" : "Sources/PointFreeHTML",
      "product_dependencies" : [
        "Dependencies",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "PointFreeHTML",
        "PointFreeHTMLElements"
      ],
      "sources" : [
        "Doctype.swift",
        "HTML.swift",
        "HTMLAttribute.swift",
        "HTMLBuilder.swift",
        "HTMLDocumentProtocol.swift",
        "HTMLElement.swift",
        "HTMLEmpty.swift",
        "HTMLForEach.swift",
        "HTMLGroup.swift",
        "HTMLInlineStyle.swift",
        "HTMLPrinter.swift",
        "HTMLRaw.swift",
        "HTMLTag.swift",
        "MediaQuery.swift",
        "Pseudo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': the target name PointFreeHTML Tests has different case on the filesystem and the Package.swift manifest file
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/coenttb/pointfree-html/main
Repository:               coenttb/pointfree-html
Swift version used:       6.0
    .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target:                   PointFreeHTML
Extracting symbol information for 'PointFreeHTML'...
Finished extracting symbol information for 'PointFreeHTML'. (7.90s)
Building documentation for 'PointFreeHTML'...
warning: '_HTMLAttributes' doesn't exist at '/PointFreeHTML'
   --> Documentation.md:157:5-157:20
155 | ### Attributes
156 |
157 + - ``_HTMLAttributes``
    |     ╰─suggestion: Replace '_HTMLAttributes' with 'Attributes'
158 | - ``InputType``
159 |
warning: 'InputType' doesn't exist at '/PointFreeHTML'
   --> Documentation.md:158:5-158:14
156 |
157 | - ``_HTMLAttributes``
158 + - ``InputType``
159 |
160 | ### RenderingFinished building documentation for 'PointFreeHTML' (0.23s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/coenttb/pointfree-html/main
warning: 'swift-clocks': /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-clocks/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "swift-clocks",
 7 |   // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
warning: 'combine-schedulers': /Users/admin/builder/spi-builder-workspace/.build/checkouts/combine-schedulers/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "combine-schedulers",
 7 |   platforms: [
Updating https://github.com/pointfreeco/swift-dependencies.git
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/pointfreeco/combine-schedulers
Updating https://github.com/swiftlang/swift-syntax
Updating https://github.com/pointfreeco/swift-clocks
Updating https://github.com/pointfreeco/xctest-dynamic-overlay
Updating https://github.com/pointfreeco/swift-concurrency-extras
Updated https://github.com/pointfreeco/xctest-dynamic-overlay (0.48s)
Updated https://github.com/pointfreeco/swift-clocks (0.48s)
Updated https://github.com/pointfreeco/swift-dependencies.git (0.49s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/pointfreeco/combine-schedulers (0.51s)
Updated https://github.com/apple/swift-collections.git (0.89s)
Updated https://github.com/pointfreeco/swift-concurrency-extras (0.89s)
Updated https://github.com/swiftlang/swift-syntax (0.89s)
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.12s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.6.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.3 (0.43s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.41s)
Computing version for https://github.com/pointfreeco/swift-clocks
warning: 'swift-clocks': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "swift-clocks",
 7 |   // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
Computed https://github.com/pointfreeco/swift-clocks at 1.0.5 (0.42s)
Computing version for https://github.com/pointfreeco/combine-schedulers
warning: 'combine-schedulers': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "combine-schedulers",
 7 |   platforms: [
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.2 (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'spi-builder-workspace': the target name PointFreeHTML Tests has different case on the filesystem and the Package.swift manifest file
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Emitting module SymbolKit
[17/57] Compiling SymbolKit DeclarationFragments.swift
[18/57] Compiling SymbolKit Fragment.swift
[19/57] Compiling SymbolKit FragmentKind.swift
[20/57] Compiling SymbolKit FunctionParameter.swift
[21/57] Compiling SymbolKit FunctionSignature.swift
[22/57] Compiling SymbolKit Relationship.swift
[23/57] Compiling SymbolKit RelationshipKind.swift
[24/57] Compiling SymbolKit SourceOrigin.swift
[25/57] Compiling SymbolKit GenericConstraints.swift
[26/57] Compiling SymbolKit Swift.swift
[27/57] Compiling SymbolKit GenericConstraint.swift
[28/57] Compiling SymbolKit GenericParameter.swift
[29/57] Compiling SymbolKit Generics.swift
[30/57] Compiling SymbolKit Namespace.swift
[31/57] Compiling SymbolKit Identifier.swift
[32/57] Compiling SymbolKit KindIdentifier.swift
[33/57] Compiling SymbolKit Location.swift
[34/57] Compiling SymbolKit Mutability.swift
[35/57] Compiling SymbolKit SourceRange.swift
[36/57] Compiling SymbolKit Metadata.swift
[37/57] Compiling SymbolKit Module.swift
[38/57] Compiling SymbolKit OperatingSystem.swift
[39/57] Compiling SymbolKit Platform.swift
[40/57] Compiling SymbolKit Symbol.swift
[41/57] Compiling SymbolKit SymbolKind.swift
[42/57] Compiling SymbolKit SymbolGraph.swift
[43/57] Compiling SymbolKit GraphCollector.swift
[44/57] Compiling SymbolKit Names.swift
[45/57] Compiling SymbolKit SPI.swift
[46/57] Compiling SymbolKit Snippet.swift
[47/57] Compiling SymbolKit Extension.swift
[48/57] Compiling Snippets SnippetParser.swift
[49/57] Compiling Snippets Snippet.swift
[50/57] Emitting module Snippets
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.83s)
warning: 'spi-builder-workspace': the target name PointFreeHTML Tests has different case on the filesystem and the Package.swift manifest file
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/49] Compiling IssueReporting ReportIssue.swift
[3/49] Compiling IssueReporting TestContext.swift
[4/49] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/50] Compiling IssueReporting FatalErrorReporter.swift
[6/50] Compiling IssueReporting RuntimeWarningReporter.swift
[7/50] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/50] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/50] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/50] Compiling ConcurrencyExtras UncheckedBox.swift
[11/50] Compiling ConcurrencyExtras LockIsolated.swift
[12/50] Compiling ConcurrencyExtras MainSerialExecutor.swift
[13/50] Compiling ConcurrencyExtras Task.swift
[14/50] Compiling ConcurrencyExtras Result.swift
[15/51] Compiling ConcurrencyExtras Locking.swift
[16/51] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[17/51] Emitting module ConcurrencyExtras
[18/51] Compiling ConcurrencyExtras AsyncStream.swift
[19/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[20/51] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[21/51] Emitting module InternalCollectionsUtilities
[24/52] Compiling IssueReporting XCTest.swift
[25/52] Compiling IssueReporting IsTesting.swift
[28/52] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/52] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[37/52] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/52] Compiling IssueReporting Rethrows.swift
[39/52] Compiling IssueReporting SwiftTesting.swift
[42/52] Compiling IssueReporting Unimplemented.swift
[43/52] Compiling IssueReporting WithExpectedIssue.swift
[50/52] Compiling ConcurrencyExtras UncheckedSendable.swift
[51/52] Emitting module IssueReporting
[52/52] Compiling IssueReporting WithIssueContext.swift
[53/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[54/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[55/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[56/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[57/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[58/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[59/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[60/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[61/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[62/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[63/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[64/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[65/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[66/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[67/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[68/138] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[69/138] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[70/138] Compiling OrderedCollections OrderedSet+Sendable.swift
[71/138] Compiling CombineSchedulers ImmediateScheduler.swift
[72/138] Compiling CombineSchedulers Deprecations.swift
[73/138] Compiling CombineSchedulers AnyScheduler.swift
[74/138] Compiling CombineSchedulers Concurrency.swift
[75/138] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[76/138] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[77/138] Compiling XCTestDynamicOverlay Exports.swift
[78/138] Compiling CombineSchedulers UIKit.swift
[79/138] Compiling CombineSchedulers UIScheduler.swift
[80/139] Compiling OrderedCollections OrderedSet+Codable.swift
[81/139] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[82/139] Compiling OrderedCollections OrderedSet+Descriptions.swift
[83/139] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/139] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/139] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/139] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[87/139] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[88/139] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[89/139] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[90/139] Compiling OrderedCollections OrderedDictionary+Values.swift
[91/139] Compiling OrderedCollections OrderedDictionary.swift
[92/139] Compiling OrderedCollections _Hashtable+Header.swift
[93/139] Compiling OrderedCollections OrderedDictionary+Codable.swift
[94/139] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[95/139] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[96/139] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[97/139] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[98/139] Compiling OrderedCollections _HashTable+Bucket.swift
[99/139] Compiling OrderedCollections _HashTable+BucketIterator.swift
[100/139] Compiling OrderedCollections _HashTable+Constants.swift
[101/139] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[102/139] Compiling OrderedCollections _HashTable+Testing.swift
[103/139] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[104/139] Compiling OrderedCollections _HashTable.swift
[105/139] Compiling OrderedCollections OrderedSet+SubSequence.swift
[106/139] Compiling OrderedCollections OrderedSet+Testing.swift
[107/139] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[108/139] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[109/139] Compiling OrderedCollections OrderedSet.swift
[110/139] Compiling OrderedCollections _UnsafeBitset.swift
[111/139] Emitting module XCTestDynamicOverlay
[112/139] Compiling XCTestDynamicOverlay Deprecations.swift
[113/139] Compiling Clocks UnimplementedClock.swift
[114/139] Compiling Clocks Timer.swift
[115/139] Compiling Clocks Lock.swift
[116/139] Compiling Clocks SwiftUI.swift
[117/139] Compiling Clocks AnyClock.swift
[118/139] Compiling Clocks _AsyncTimerSequence.swift
[119/139] Emitting module Clocks
[120/139] Compiling Clocks TestClock.swift
[121/139] Compiling Clocks ImmediateClock.swift
[122/139] Compiling CombineSchedulers TestScheduler.swift
[123/139] Compiling CombineSchedulers SwiftUI.swift
[126/139] Emitting module CombineSchedulers
[127/139] Compiling CombineSchedulers Lock.swift
[128/139] Compiling CombineSchedulers Timer.swift
[131/139] Compiling CombineSchedulers NSRecursiveLock.swift
[132/139] Compiling CombineSchedulers UnimplementedScheduler.swift
[133/139] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/139] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[135/139] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/139] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/139] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[138/139] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[139/139] Emitting module OrderedCollections
[140/162] Compiling Dependencies Deprecations.swift
[141/162] Compiling Dependencies Exports.swift
[142/162] Compiling Dependencies TimeZone.swift
[143/162] Compiling Dependencies URLSession.swift
[144/164] Compiling Dependencies UUID.swift
[145/164] Compiling Dependencies WithRandomNumberGenerator.swift
[146/164] Compiling Dependencies MainRunLoop.swift
[147/164] Compiling Dependencies OpenURL.swift
[148/164] Compiling Dependencies TypeName.swift
[149/164] Compiling Dependencies PreviewTrait.swift
[150/164] Compiling Dependencies Clocks.swift
[151/164] Compiling Dependencies Context.swift
[152/164] Compiling Dependencies Date.swift
[153/164] Compiling Dependencies FireAndForget.swift
[154/164] Compiling Dependencies Locale.swift
[155/164] Compiling Dependencies MainQueue.swift
[156/164] Compiling Dependencies Dependency.swift
[157/164] Compiling Dependencies DependencyContext.swift
[158/164] Compiling Dependencies DependencyKey.swift
[159/164] Emitting module Dependencies
[160/164] Compiling Dependencies DependencyValues.swift
[161/164] Compiling Dependencies Assert.swift
[162/164] Compiling Dependencies Calendar.swift
[163/164] Compiling Dependencies TestTrait.swift
[164/164] Compiling Dependencies WithDependencies.swift
[165/179] Compiling PointFreeHTML MediaQuery.swift
[166/179] Compiling PointFreeHTML HTMLRaw.swift
[167/179] Compiling PointFreeHTML HTMLTag.swift
/Users/admin/builder/spi-builder-workspace/Sources/PointFreeHTML/HTMLTag.swift:1:8: warning: file 'HTMLTag.swift' is part of module 'PointFreeHTML'; ignoring import
  1 | import PointFreeHTML
    |        `- warning: file 'HTMLTag.swift' is part of module 'PointFreeHTML'; ignoring import
  2 |
  3 | //
[168/180] Compiling PointFreeHTML HTMLPrinter.swift
[169/180] Compiling PointFreeHTML HTMLEmpty.swift
[170/180] Compiling PointFreeHTML HTMLForEach.swift
[171/180] Compiling PointFreeHTML HTMLDocumentProtocol.swift
[172/180] Compiling PointFreeHTML HTMLElement.swift
[173/180] Emitting module PointFreeHTML
/Users/admin/builder/spi-builder-workspace/Sources/PointFreeHTML/HTMLTag.swift:1:8: warning: file 'HTMLTag.swift' is part of module 'PointFreeHTML'; ignoring import
  1 | import PointFreeHTML
    |        `- warning: file 'HTMLTag.swift' is part of module 'PointFreeHTML'; ignoring import
  2 |
  3 | //
[174/180] Compiling PointFreeHTML HTMLGroup.swift
[175/180] Compiling PointFreeHTML HTMLInlineStyle.swift
[176/180] Compiling PointFreeHTML HTMLAttribute.swift
[177/180] Compiling PointFreeHTML HTMLBuilder.swift
[178/180] Compiling PointFreeHTML Doctype.swift
[179/180] Compiling PointFreeHTML HTML.swift
[180/180] Compiling PointFreeHTML Pseudo.swift
Build of target: 'PointFreeHTML' complete! (4.03s)
     580
5	/Users/admin/builder/spi-builder-workspace/.docs/coenttb/pointfree-html/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/coenttb/pointfree-html/main
File count: 580
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-coenttb-pointfree-html-main-42f29074.zip to s3://spi-docs-inbox/prod-coenttb-pointfree-html-main-42f29074.zip
Copying... [14%]
Copying... [20%]
Copying... [34%]
Copying... [41%]
Copying... [54%]
Copying... [61%]
Copying... [74%]
Copying... [81%]
Copying... [95%]
Copying... [100%]
Done.