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-translating, reference main (1173b2), with Swift 6.1 for Wasm on 2 Sep 2025 06:59:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/pointfree-html-translating.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-translating
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1173b27 Initial implementation of Swift HTML language support
Cloned https://github.com/coenttb/pointfree-html-translating.git
Revision (git rev-parse @):
1173b27062be38a65eeef74a42812a5e8f58145c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/pointfree-html-translating.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/pointfree-html-translating.git
https://github.com/coenttb/pointfree-html-translating.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "pointfree-html",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/pointfree-html.git"
    },
    {
      "identity" : "swift-translating",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-translating.git"
    }
  ],
  "manifest_display_name" : "pointfree-html-translating",
  "name" : "pointfree-html-translating",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "PointFreeHTMLTranslating",
      "targets" : [
        "PointFreeHTMLTranslating"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PointFreeHTMLTranslating_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLTranslating Tests",
      "path" : "Tests/PointFreeHTMLTranslating Tests",
      "sources" : [
        "PointFreeHtmLanguages Tests.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTMLTranslating"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PointFreeHTMLTranslating",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLTranslating",
      "path" : "Sources/PointFreeHTMLTranslating",
      "product_dependencies" : [
        "TranslatedString",
        "PointFreeHTML"
      ],
      "product_memberships" : [
        "PointFreeHTMLTranslating"
      ],
      "sources" : [
        "TranslatedString+HTML.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/coenttb/swift-translating.git
Fetching https://github.com/coenttb/pointfree-html.git
[1/855] Fetching swift-translating
[514/1902] Fetching swift-translating, pointfree-html
Fetched https://github.com/coenttb/swift-translating.git from cache (0.27s)
Fetched https://github.com/coenttb/pointfree-html.git from cache (0.28s)
Computing version for https://github.com/coenttb/pointfree-html.git
Computed https://github.com/coenttb/pointfree-html.git at 2.0.0 (0.81s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/6302] Fetching swift-dependencies
[6303/23696] Fetching swift-dependencies, swift-collections
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.42s)
[2957/17394] Fetching swift-collections
[11655/32766] Fetching swift-collections, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (2.94s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.01s)
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.70s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4577] Fetching swift-custom-dump
[4578/76425] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.47s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.52s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (5.02s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5505] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Computing version for https://github.com/coenttb/swift-translating.git
Computed https://github.com/coenttb/swift-translating.git at 0.3.0 (1.30s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.4 (0.52s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
[1/878] Fetching swift-concurrency-extras
[247/3295] Fetching swift-concurrency-extras, combine-schedulers
[2857/4587] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.31s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.31s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.32s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.78s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.69s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.57s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.55s)
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/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.4
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/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.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.2.1
Creating working copy for https://github.com/coenttb/pointfree-html.git
Working copy of https://github.com/coenttb/pointfree-html.git resolved at 2.0.0
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.1
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/coenttb/swift-translating.git
Working copy of https://github.com/coenttb/swift-translating.git resolved at 0.3.0
Building for debugging...
[0/15] Write sources
[14/15] Write swift-version-24593BA9C3E375BF.txt
[16/48] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/49] Emitting module IssueReportingPackageSupport
[18/49] Compiling IssueReportingPackageSupport _Test.swift
[19/50] Emitting module InternalCollectionsUtilities
[20/51] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/51] Compiling InternalCollectionsUtilities Integer rank.swift
[22/51] Compiling ConcurrencyExtras AsyncStream.swift
[23/51] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[25/51] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/51] Compiling InternalCollectionsUtilities Debugging.swift
[27/51] Compiling Language exports .swift
[28/51] Compiling InternalCollectionsUtilities Descriptions.swift
[29/51] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/51] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/51] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/51] Compiling ConcurrencyExtras UncheckedSendable.swift
[38/126] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[39/126] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[40/128] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[41/128] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[42/128] Compiling Language Language.swift
[43/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[44/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[45/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[46/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[47/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[48/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[49/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[50/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[55/128] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[56/128] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[57/135] Emitting module Language
[58/135] Compiling IssueReporting WithExpectedIssue.swift
[59/135] Compiling IssueReporting WithIssueContext.swift
[60/135] Compiling Language Language.locale.swift
[61/135] Compiling ConcurrencyExtras Result.swift
[62/135] Compiling OrderedCollections _HashTable+Testing.swift
[63/135] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[64/135] Compiling ConcurrencyExtras LockIsolated.swift
[65/135] Emitting module ConcurrencyExtras
[66/135] Compiling OrderedCollections _HashTable+Bucket.swift
[67/135] Compiling OrderedCollections _HashTable+BucketIterator.swift
[68/135] Compiling ConcurrencyExtras Task.swift
[69/135] Compiling OrderedCollections _HashTable+Constants.swift
[70/135] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[71/135] Compiling OrderedCollections OrderedSet+Initializers.swift
[72/135] Compiling OrderedCollections OrderedSet+Insertions.swift
[73/135] Compiling OrderedCollections OrderedSet+Invariants.swift
[74/135] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[75/135] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[76/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[77/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[78/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[83/136] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[84/136] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[85/136] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[86/136] Compiling OrderedCollections OrderedDictionary+Values.swift
[87/136] Emitting module IssueReporting
[91/136] Compiling OrderedCollections OrderedDictionary.swift
[92/136] Compiling OrderedCollections OrderedSet+Codable.swift
[93/136] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[94/136] Compiling OrderedCollections OrderedSet+Descriptions.swift
[95/136] Compiling OrderedCollections OrderedSet+Diffing.swift
[96/136] Compiling OrderedCollections OrderedSet+Equatable.swift
[97/136] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[98/136] Compiling OrderedCollections OrderedSet+Hashable.swift
[100/136] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[101/136] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[102/136] Compiling OrderedCollections OrderedDictionary+Elements.swift
[103/136] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[104/136] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[105/136] Compiling OrderedCollections OrderedDictionary+Codable.swift
[116/136] Compiling OrderedCollections _HashTable.swift
[117/136] Compiling OrderedCollections _Hashtable+Header.swift
[120/160] Compiling XCTestDynamicOverlay Exports.swift
[121/160] Compiling CombineSchedulers AnyScheduler.swift
[122/160] Compiling CombineSchedulers Concurrency.swift
[123/160] Emitting module CombineSchedulers
[124/160] Compiling CombineSchedulers ImmediateScheduler.swift
[125/160] Compiling CombineSchedulers Deprecations.swift
[126/161] Compiling CombineSchedulers UIKit.swift
[127/161] Compiling CombineSchedulers Timer.swift
[128/161] Emitting module OrderedCollections
[129/161] Compiling CombineSchedulers SwiftUI.swift
[130/161] Compiling CombineSchedulers TestScheduler.swift
[131/161] Compiling CombineSchedulers Lock.swift
[132/161] Compiling CombineSchedulers NSRecursiveLock.swift
[133/161] Compiling CombineSchedulers UIScheduler.swift
[142/161] Emitting module Clocks
[143/161] Compiling Clocks Timer.swift
[144/162] Compiling Clocks AnyClock.swift
[145/162] Emitting module XCTestDynamicOverlay
[146/162] Compiling XCTestDynamicOverlay Deprecations.swift
[147/163] Compiling CombineSchedulers UnimplementedScheduler.swift
[150/164] Compiling Clocks ImmediateClock.swift
[151/164] Compiling Clocks Lock.swift
[152/164] Compiling OrderedCollections OrderedSet+Sendable.swift
[153/164] Compiling OrderedCollections OrderedSet+SubSequence.swift
[154/164] Compiling OrderedCollections OrderedSet+Testing.swift
[155/164] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[156/164] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[157/164] Compiling OrderedCollections OrderedSet.swift
[158/164] Compiling OrderedCollections _UnsafeBitset.swift
[160/165] Compiling Clocks SwiftUI.swift
[161/165] Compiling Clocks _AsyncTimerSequence.swift
[162/165] Compiling Clocks TestClock.swift
[163/165] Compiling Clocks UnimplementedClock.swift
[165/189] Emitting module Dependencies
[166/192] Compiling Dependencies Locale.swift
[167/192] Compiling Dependencies MainQueue.swift
[168/192] Compiling Dependencies MainRunLoop.swift
[169/192] Compiling Dependencies Assert.swift
[170/192] Compiling Dependencies Calendar.swift
[171/192] Compiling Dependencies Clocks.swift
[172/192] Compiling Dependencies Deprecations.swift
[173/192] Compiling Dependencies Exports.swift
[174/192] Compiling Dependencies TypeName.swift
[175/192] Compiling Dependencies Context.swift
[176/192] Compiling Dependencies Date.swift
[177/192] Compiling Dependencies FireAndForget.swift
[178/192] Compiling Dependencies OpenURL.swift
[179/192] Compiling Dependencies TimeZone.swift
[180/192] Compiling Dependencies URLSession.swift
[181/192] Compiling Dependencies UUID.swift
[182/192] Compiling Dependencies WithRandomNumberGenerator.swift
[183/192] Compiling Dependencies AppEntryPoint.swift
[184/192] Compiling Dependencies PreviewTrait.swift
[185/192] Compiling Dependencies TestTrait.swift
[186/192] Compiling Dependencies WithDependencies.swift
[187/192] Compiling Dependencies Dependency.swift
[188/192] Compiling Dependencies DependencyContext.swift
[189/192] Compiling Dependencies DependencyKey.swift
[190/192] Compiling Dependencies DependencyValues.swift
[192/212] Compiling PointFreeHTML AtRule Media.swift
[193/212] Compiling PointFreeHTML AtRule.swift
[194/212] Compiling PointFreeHTML CustomStringConvertible.swift
[195/214] Compiling PointFreeHTML HTMLBuilder.swift
[196/214] Compiling PointFreeHTML HTMLDocument.swift
[197/214] Compiling PointFreeHTML HTMLDocumentProtocol.swift
[198/214] Compiling PointFreeHTML HTMLElement.swift
[199/214] Compiling PointFreeHTML HTMLEmpty.swift
[200/214] Compiling PointFreeHTML HTMLForEach.swift
[201/214] Emitting module PointFreeHTML
[202/214] Compiling PointFreeHTML Selector.swift
[203/214] Compiling PointFreeHTML String.swift
[204/214] Compiling PointFreeHTML HTMLPrinter.swift
[205/214] Compiling PointFreeHTML HTMLRaw.swift
[206/214] Compiling PointFreeHTML HTMLTag.swift
[207/214] Compiling PointFreeHTML Pseudo.swift
[208/214] Compiling PointFreeHTML Doctype.swift
[209/214] Compiling PointFreeHTML HTML.swift
[210/214] Compiling PointFreeHTML HTMLAttribute.swift
[211/214] Compiling PointFreeHTML HTMLGroup.swift
[212/214] Compiling PointFreeHTML HTMLInlineStyle.swift
[214/215] Compiling Language Locale.Language.swift
[215/215] Compiling Language Locale.swift
[217/219] Compiling Translated extensions.swift
[218/219] Emitting module Translated
[219/219] Compiling Translated Translated.swift
[221/228] Compiling TranslatedString exports.swift
[222/228] Compiling TranslatedString [Language].swift
[223/228] Compiling TranslatedString [String].swift
[224/228] Compiling TranslatedString Translations.swift
[225/228] Compiling TranslatedString TranslatedString.swift
[226/228] Compiling TranslatedString Date.swift
[227/228] Compiling TranslatedString NumberingAndSign.swift
[228/228] Emitting module TranslatedString
[230/232] Emitting module PointFreeHTMLTranslating
[231/232] Compiling PointFreeHTMLTranslating TranslatedString+HTML.swift
[232/232] Compiling PointFreeHTMLTranslating exports.swift
Build complete! (94.54s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "pointfree-html",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/pointfree-html.git"
    },
    {
      "identity" : "swift-translating",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-translating.git"
    }
  ],
  "manifest_display_name" : "pointfree-html-translating",
  "name" : "pointfree-html-translating",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "PointFreeHTMLTranslating",
      "targets" : [
        "PointFreeHTMLTranslating"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PointFreeHTMLTranslating_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLTranslating Tests",
      "path" : "Tests/PointFreeHTMLTranslating Tests",
      "sources" : [
        "PointFreeHtmLanguages Tests.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTMLTranslating"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PointFreeHTMLTranslating",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTMLTranslating",
      "path" : "Sources/PointFreeHTMLTranslating",
      "product_dependencies" : [
        "TranslatedString",
        "PointFreeHTML"
      ],
      "product_memberships" : [
        "PointFreeHTMLTranslating"
      ],
      "sources" : [
        "TranslatedString+HTML.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.