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 pointfree-html, reference main (0867cb), with Swift 6.1 for Linux on 25 Jul 2025 16:30:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/pointfree-html.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/coenttb/pointfree-html
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0867cb1 Release PointFreeHTML 2.0.0
Cloned https://github.com/coenttb/pointfree-html.git
Revision (git rev-parse @):
0867cb15127d9db0fe54e53d5a47fb5438d84710
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/pointfree-html.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/pointfree-html.git
https://github.com/coenttb/pointfree-html.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "pointfree-html",
  "name" : "pointfree-html",
  "path" : "/host/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" : "PointFreeHTMLTestSupport",
      "targets" : [
        "PointFreeHTMLTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PointFreeHTMLTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLTestSupport",
      "path" : "Sources/PointFreeHTMLTestSupport",
      "product_dependencies" : [
        "InlineSnapshotTesting",
        "DependenciesTestSupport"
      ],
      "product_memberships" : [
        "PointFreeHTMLTestSupport"
      ],
      "sources" : [
        "PointFreeHTML+SnapshotTesting.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PointFreeHTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML Tests",
      "path" : "Tests/PointFreeHTML Tests",
      "sources" : [
        "AtRule Media Tests.swift",
        "DoctypeTests.swift",
        "HTML Tests.swift",
        "HTMLAttribute Tests.swift",
        "HTMLBuilder Tests.swift",
        "HTMLDocumentProtocol Tests.swift",
        "HTMLElement Tests.swift",
        "HTMLEmpty Tests.swift",
        "HTMLForEach Tests.swift",
        "HTMLGroup Tests.swift",
        "HTMLInlineStyle Tests.swift",
        "HTMLPrinter Tests.swift",
        "HTMLRaw Tests.swift",
        "HTMLTag Tests.swift",
        "Performance Tests.swift",
        "Pseudo Tests.swift",
        "Selector Tests.swift",
        "String Tests.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTML",
        "PointFreeHTMLTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PointFreeHTML",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML",
      "path" : "Sources/PointFreeHTML",
      "product_dependencies" : [
        "Dependencies",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "PointFreeHTML",
        "PointFreeHTMLTestSupport"
      ],
      "sources" : [
        "AtRule Media.swift",
        "AtRule.swift",
        "CustomStringConvertible.swift",
        "Doctype.swift",
        "HTML.swift",
        "HTMLAttribute.swift",
        "HTMLBuilder.swift",
        "HTMLDocument.swift",
        "HTMLDocumentProtocol.swift",
        "HTMLElement.swift",
        "HTMLEmpty.swift",
        "HTMLForEach.swift",
        "HTMLGroup.swift",
        "HTMLInlineStyle.swift",
        "HTMLPrinter.swift",
        "HTMLRaw.swift",
        "HTMLTag.swift",
        "Pseudo.swift",
        "Selector.swift",
        "String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/apple/swift-collections.git
[1/16890] Fetching swift-collections
[2704/23181] Fetching swift-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.73s)
[7601/16890] Fetching swift-collections
[12162/32223] Fetching swift-collections, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
[4140/15333] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.97s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.6 (3.51s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4537/75943] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (5.80s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.86s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (6.34s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5482] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.31s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.53s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (0.93s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.99s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/868] Fetching swift-concurrency-extras
[453/2160] Fetching swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.51s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.53s)
[1/2410] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.53s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (2.14s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.96s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.87s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.0
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.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.6
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/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.2
Building for debugging...
[0/33] Write sources
[27/33] Compiling _SwiftSyntaxCShims dummy.c
[28/33] Write swift-version-24593BA9C3E375BF.txt
[30/99] Emitting module SwiftSyntax510
[31/99] Emitting module SwiftSyntax601
[32/99] Emitting module IssueReportingPackageSupport
[33/99] Emitting module InternalCollectionsUtilities
[34/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/100] Compiling SnapshotTesting Async.swift
[36/100] Compiling SnapshotTesting Internal.swift
[37/100] Emitting module SwiftSyntax600
[38/100] Compiling SwiftSyntax600 Empty.swift
[39/101] Emitting module SwiftSyntax509
[40/101] Compiling SwiftSyntax509 Empty.swift
[41/102] Compiling IssueReportingPackageSupport _Test.swift
[42/103] Compiling SwiftSyntax601 Empty.swift
[43/103] Compiling SwiftSyntax510 Empty.swift
[44/105] Compiling SnapshotTesting Diff.swift
[45/105] Compiling SnapshotTesting Diffing.swift
[46/105] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/105] Compiling SnapshotTesting Wait.swift
[48/105] Compiling SnapshotTesting Snapshotting.swift
[49/105] Compiling SnapshotTesting CGPath.swift
[50/105] Compiling SnapshotTesting AssertSnapshot.swift
[51/105] Compiling SnapshotTesting Any.swift
[52/105] Compiling SnapshotTesting CALayer.swift
[53/105] Compiling SnapshotTesting View.swift
[54/105] Compiling SnapshotTesting XCTAttachment.swift
[60/106] Wrapping AST for IssueReportingPackageSupport for debugging
[62/231] Emitting module SnapshotTesting
[63/251] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[64/251] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[65/253] Compiling SnapshotTesting UIViewController.swift
[66/253] Compiling SnapshotTesting URLRequest.swift
[67/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[68/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[69/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[70/253] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[71/253] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[72/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[73/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[74/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[75/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[76/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[77/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[78/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[79/260] Emitting module IssueReporting
[80/260] Compiling OrderedCollections OrderedDictionary.swift
[81/260] Compiling OrderedCollections OrderedSet+Codable.swift
[82/260] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[83/260] Compiling OrderedCollections OrderedSet+Descriptions.swift
[84/260] Compiling OrderedCollections OrderedSet+Diffing.swift
[85/260] Compiling OrderedCollections OrderedSet+Equatable.swift
[86/260] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[87/260] Compiling OrderedCollections OrderedSet+Hashable.swift
[88/260] Compiling OrderedCollections OrderedSet+Initializers.swift
[89/260] Compiling OrderedCollections OrderedSet+Insertions.swift
[90/260] Compiling IssueReporting WithExpectedIssue.swift
[91/260] Compiling IssueReporting WithIssueContext.swift
[92/260] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[93/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[94/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[95/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[96/260] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[97/260] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[98/260] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[99/260] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[100/260] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[101/260] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[102/260] Compiling SnapshotTesting UIImage.swift
[103/260] Compiling SnapshotTesting UIView.swift
[104/260] Compiling OrderedCollections OrderedDictionary+Codable.swift
[105/260] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[106/260] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[107/260] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[108/260] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[109/260] Compiling OrderedCollections OrderedDictionary+Elements.swift
[114/260] Compiling IssueReportingTestSupport SwiftTesting.swift
[115/260] Compiling IssueReportingTestSupport XCTest.swift
[116/260] Emitting module IssueReportingTestSupport
[117/261] Compiling ConcurrencyExtras LockIsolated.swift
[118/262] Compiling ConcurrencyExtras Result.swift
[119/262] Compiling ConcurrencyExtras MainSerialExecutor.swift
[120/262] Compiling ConcurrencyExtras Task.swift
[126/262] Compiling OrderedCollections _HashTable+Bucket.swift
[127/262] Compiling OrderedCollections _HashTable+BucketIterator.swift
[130/262] Emitting module ConcurrencyExtras
[133/262] Compiling OrderedCollections _HashTable+Constants.swift
[134/262] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[135/262] Compiling OrderedCollections _HashTable+Testing.swift
[136/262] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[137/262] Compiling OrderedCollections _HashTable.swift
[138/262] Compiling OrderedCollections _Hashtable+Header.swift
[173/262] Compiling ConcurrencyExtras UncheckedSendable.swift
[173/262] Wrapping AST for IssueReportingTestSupport for debugging
[174/262] Write Objects.LinkFileList
[176/263] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/263] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/263] Compiling OrderedCollections OrderedSet+Testing.swift
[179/263] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/263] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[181/263] Compiling OrderedCollections OrderedSet.swift
[182/263] Compiling OrderedCollections _UnsafeBitset.swift
[194/264] Emitting module OrderedCollections
[194/265] Linking libIssueReportingTestSupport.so
[203/289] Compiling XCTestDynamicOverlay Exports.swift
[204/289] Compiling Clocks SwiftUI.swift
[205/290] Emitting module XCTestDynamicOverlay
[206/290] Compiling Clocks Timer.swift
[207/290] Compiling CombineSchedulers AnyScheduler.swift
[208/290] Compiling CombineSchedulers Concurrency.swift
[209/290] Compiling CombineSchedulers UIScheduler.swift
[210/290] Compiling CombineSchedulers ImmediateScheduler.swift
[211/290] Compiling CombineSchedulers Deprecations.swift
[212/291] Compiling CombineSchedulers UIKit.swift
[213/291] Compiling CombineSchedulers Lock.swift
[214/291] Compiling CombineSchedulers NSRecursiveLock.swift
[215/291] Compiling CombineSchedulers SwiftUI.swift
[216/291] Compiling CombineSchedulers TestScheduler.swift
[217/291] Emitting module CombineSchedulers
[218/291] Compiling CombineSchedulers Timer.swift
[219/291] Compiling Clocks Lock.swift
[220/291] Compiling Clocks _AsyncTimerSequence.swift
[221/291] Compiling Clocks ImmediateClock.swift
[231/291] Compiling CombineSchedulers UnimplementedScheduler.swift
[232/301] Emitting module Clocks
[233/301] Compiling Clocks AnyClock.swift
[235/301] Compiling XCTestDynamicOverlay Deprecations.swift
[236/302] Compiling Clocks UnimplementedClock.swift
[238/302] Compiling Clocks TestClock.swift
[240/330] Compiling CustomDump StoreKit.swift
[241/330] Compiling CustomDump Swift.swift
[242/330] Compiling CustomDump SwiftUI.swift
[243/330] Compiling CustomDump UIKit.swift
[244/330] Compiling CustomDump GameKit.swift
[245/330] Compiling CustomDump KeyPath.swift
[246/330] Compiling CustomDump Photos.swift
[247/330] Compiling CustomDump Speech.swift
[248/356] Compiling Dependencies Exports.swift
[249/356] Compiling Dependencies TypeName.swift
[250/356] Compiling CustomDump CollectionDifference.swift
[251/356] Compiling CustomDump Identifiable.swift
[252/356] Compiling CustomDump Mirror.swift
[253/356] Compiling CustomDump String.swift
[254/356] Compiling Dependencies Dependency.swift
[255/356] Compiling Dependencies DependencyContext.swift
[256/356] Compiling Dependencies DependencyKey.swift
[257/356] Compiling Dependencies DependencyValues.swift
[258/356] Compiling CustomDump Unordered.swift
[259/356] Compiling CustomDump XCTAssertDifference.swift
[260/356] Compiling CustomDump XCTAssertNoDifference.swift
[261/356] Emitting module CustomDump
[262/356] Compiling Dependencies Context.swift
[263/356] Compiling Dependencies Date.swift
[264/356] Compiling Dependencies FireAndForget.swift
[265/359] Compiling Dependencies Assert.swift
[266/359] Compiling Dependencies Calendar.swift
[267/359] Compiling Dependencies Clocks.swift
[268/359] Compiling Dependencies OpenURL.swift
[269/359] Compiling Dependencies TimeZone.swift
[270/359] Compiling Dependencies URLSession.swift
[271/359] Compiling Dependencies Locale.swift
[272/359] Compiling Dependencies MainQueue.swift
[273/359] Compiling Dependencies MainRunLoop.swift
[274/359] Compiling Dependencies UUID.swift
[275/359] Compiling Dependencies WithRandomNumberGenerator.swift
[276/359] Compiling Dependencies AppEntryPoint.swift
[277/359] Compiling Dependencies Deprecations.swift
[280/359] Emitting module Dependencies
[285/359] Compiling Dependencies PreviewTrait.swift
[286/359] Compiling Dependencies TestTrait.swift
[287/359] Compiling Dependencies WithDependencies.swift
[289/381] Emitting module DependenciesTestSupport
[290/381] Compiling DependenciesTestSupport TestTrait.swift
[292/382] Compiling PointFreeHTML HTMLElement.swift
[293/382] Compiling PointFreeHTML HTMLEmpty.swift
[294/382] Compiling PointFreeHTML HTMLForEach.swift
[295/384] Compiling PointFreeHTML HTMLGroup.swift
[296/384] Compiling PointFreeHTML HTMLInlineStyle.swift
[297/384] Compiling PointFreeHTML HTMLPrinter.swift
[298/384] Compiling PointFreeHTML HTMLRaw.swift
[299/384] Compiling PointFreeHTML HTMLTag.swift
[300/384] Compiling PointFreeHTML Pseudo.swift
[301/384] Compiling PointFreeHTML Selector.swift
[302/384] Compiling PointFreeHTML String.swift
[308/385] Emitting module PointFreeHTML
[309/385] Compiling PointFreeHTML Doctype.swift
[310/385] Compiling PointFreeHTML HTML.swift
[311/385] Compiling PointFreeHTML HTMLAttribute.swift
[314/387] Compiling PointFreeHTML AtRule Media.swift
[315/387] Compiling PointFreeHTML AtRule.swift
[316/387] Compiling PointFreeHTML CustomStringConvertible.swift
[319/387] Compiling PointFreeHTML HTMLBuilder.swift
[320/387] Compiling PointFreeHTML HTMLDocument.swift
[321/387] Compiling PointFreeHTML HTMLDocumentProtocol.swift
[323/388] Compiling SnapshotTestingCustomDump CustomDump.swift
[324/388] Emitting module SnapshotTestingCustomDump
[326/389] Emitting module SwiftSyntax
[334/389] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[335/389] Compiling SwiftSyntax RawSyntaxValidation.swift
[381/389] Compiling SwiftSyntax SyntaxNodesAB.swift
[382/389] Compiling SwiftSyntax SyntaxNodesC.swift
[383/389] Compiling SwiftSyntax SyntaxNodesD.swift
[384/389] Compiling SwiftSyntax SyntaxNodesEF.swift
[385/389] Compiling SwiftSyntax SyntaxNodesGHI.swift
[386/389] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[387/389] Compiling SwiftSyntax SyntaxNodesOP.swift
[388/389] Compiling SwiftSyntax SyntaxNodesQRS.swift
[389/389] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[391/448] Compiling SwiftBasicFormat Syntax+Extensions.swift
[392/448] Compiling SwiftDiagnostics Message.swift
[393/449] Compiling SwiftDiagnostics Note.swift
[394/449] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[395/449] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[396/449] Compiling SwiftDiagnostics FixIt.swift
[397/449] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[398/449] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[399/449] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[400/449] Compiling SwiftParser Expressions.swift
[401/449] Compiling SwiftParser IncrementalParseTransition.swift
[402/449] Compiling SwiftParser IsValidIdentifier.swift
[403/449] Emitting module SwiftDiagnostics
[404/449] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[406/450] Compiling SwiftBasicFormat InferIndentation.swift
[407/450] Compiling SwiftBasicFormat BasicFormat.swift
[408/450] Emitting module SwiftBasicFormat
[409/450] Compiling SwiftBasicFormat Indenter.swift
[411/451] Compiling SwiftParser SwiftParserCompatibility.swift
[412/451] Compiling SwiftParser SwiftVersion.swift
[413/451] Compiling SwiftParser SyntaxUtils.swift
[414/451] Compiling SwiftParser TokenConsumer.swift
[415/451] Compiling SwiftParser TokenPrecedence.swift
[416/451] Compiling SwiftParser TokenSpec.swift
[417/451] Compiling SwiftParser TokenSpecSet.swift
[418/451] Compiling SwiftParser TopLevel.swift
[419/451] Compiling SwiftParser TriviaParser.swift
[420/451] Compiling SwiftParser Types.swift
[421/456] Compiling SwiftParser LexemeSequence.swift
[422/456] Compiling SwiftParser Lexer.swift
[423/456] Compiling SwiftParser RegexLiteralLexer.swift
[424/456] Compiling SwiftParser UnicodeScalarExtensions.swift
[425/456] Compiling SwiftParser Lookahead.swift
[426/456] Compiling SwiftParser LoopProgressCondition.swift
[427/456] Compiling SwiftParser Modifiers.swift
[428/456] Compiling SwiftParser Names.swift
[429/456] Compiling SwiftParser Nominals.swift
[430/456] Compiling SwiftParser Parameters.swift
[431/456] Compiling SwiftParser ParseSourceFile.swift
[432/456] Compiling SwiftParser Parser.swift
[433/456] Compiling SwiftParser Patterns.swift
[434/456] Compiling SwiftParser Recovery.swift
[435/456] Compiling SwiftParser Specifiers.swift
[436/456] Compiling SwiftParser Statements.swift
[437/456] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[438/456] Compiling SwiftParser StringLiterals.swift
[439/456] Emitting module SwiftParser
[444/456] Compiling SwiftParser Cursor.swift
[445/456] Compiling SwiftParser Lexeme.swift
[446/456] Compiling SwiftParser Attributes.swift
[447/456] Compiling SwiftParser Availability.swift
[448/456] Compiling SwiftParser CharacterInfo.swift
[449/456] Compiling SwiftParser CollectionNodes+Parsable.swift
[450/456] Compiling SwiftParser Declarations.swift
[451/456] Compiling SwiftParser Directives.swift
[452/456] Compiling SwiftParser ExperimentalFeatures.swift
[453/456] Compiling SwiftParser IsLexerClassified.swift
[454/456] Compiling SwiftParser LayoutNodes+Parsable.swift
[455/456] Compiling SwiftParser Parser+TokenSpecSet.swift
[456/456] Compiling SwiftParser TokenSpecStaticMembers.swift
[458/470] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[459/471] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[460/471] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[461/471] Compiling SwiftParserDiagnostics Utils.swift
[462/471] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[463/471] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[464/471] Compiling SwiftParserDiagnostics PresenceUtils.swift
[465/471] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[466/471] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[467/471] Emitting module SwiftParserDiagnostics
[468/471] Compiling SwiftParserDiagnostics MissingNodesError.swift
[469/471] Compiling SwiftParserDiagnostics MissingTokenError.swift
[470/471] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[471/471] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[473/487] Compiling SwiftSyntaxBuilder Indenter.swift
[474/487] Compiling SwiftSyntaxBuilder ListBuilder.swift
[475/487] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[476/487] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[477/488] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[478/488] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[479/488] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[480/488] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[481/488] Emitting module SwiftSyntaxBuilder
[482/488] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[483/488] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[484/488] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[485/488] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[486/488] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[487/488] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[488/488] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[490/492] Compiling InlineSnapshotTesting Exports.swift
[491/492] Compiling InlineSnapshotTesting AssertInlineSnapshot.swift
[492/492] Emitting module InlineSnapshotTesting
[494/496] Compiling PointFreeHTMLTestSupport exports.swift
[495/496] Emitting module PointFreeHTMLTestSupport
[496/496] Compiling PointFreeHTMLTestSupport PointFreeHTML+SnapshotTesting.swift
Build complete! (147.07s)
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"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "pointfree-html",
  "name" : "pointfree-html",
  "path" : "/host/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" : "PointFreeHTMLTestSupport",
      "targets" : [
        "PointFreeHTMLTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PointFreeHTMLTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLTestSupport",
      "path" : "Sources/PointFreeHTMLTestSupport",
      "product_dependencies" : [
        "InlineSnapshotTesting",
        "DependenciesTestSupport"
      ],
      "product_memberships" : [
        "PointFreeHTMLTestSupport"
      ],
      "sources" : [
        "PointFreeHTML+SnapshotTesting.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PointFreeHTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML Tests",
      "path" : "Tests/PointFreeHTML Tests",
      "sources" : [
        "AtRule Media Tests.swift",
        "DoctypeTests.swift",
        "HTML Tests.swift",
        "HTMLAttribute Tests.swift",
        "HTMLBuilder Tests.swift",
        "HTMLDocumentProtocol Tests.swift",
        "HTMLElement Tests.swift",
        "HTMLEmpty Tests.swift",
        "HTMLForEach Tests.swift",
        "HTMLGroup Tests.swift",
        "HTMLInlineStyle Tests.swift",
        "HTMLPrinter Tests.swift",
        "HTMLRaw Tests.swift",
        "HTMLTag Tests.swift",
        "Performance Tests.swift",
        "Pseudo Tests.swift",
        "Selector Tests.swift",
        "String Tests.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTML",
        "PointFreeHTMLTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PointFreeHTML",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML",
      "path" : "Sources/PointFreeHTML",
      "product_dependencies" : [
        "Dependencies",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "PointFreeHTML",
        "PointFreeHTMLTestSupport"
      ],
      "sources" : [
        "AtRule Media.swift",
        "AtRule.swift",
        "CustomStringConvertible.swift",
        "Doctype.swift",
        "HTML.swift",
        "HTMLAttribute.swift",
        "HTMLBuilder.swift",
        "HTMLDocument.swift",
        "HTMLDocumentProtocol.swift",
        "HTMLElement.swift",
        "HTMLEmpty.swift",
        "HTMLForEach.swift",
        "HTMLGroup.swift",
        "HTMLInlineStyle.swift",
        "HTMLPrinter.swift",
        "HTMLRaw.swift",
        "HTMLTag.swift",
        "Pseudo.swift",
        "Selector.swift",
        "String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.