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 Android on 2 Sep 2025 06:59:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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:         android
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-4609320-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/coenttb/pointfree-html.git
Fetching https://github.com/coenttb/swift-translating.git
[1/1047] Fetching pointfree-html
[912/1902] Fetching pointfree-html, swift-translating
Fetched https://github.com/coenttb/pointfree-html.git from cache (0.32s)
Fetched https://github.com/coenttb/swift-translating.git from cache (0.33s)
Computing version for https://github.com/coenttb/pointfree-html.git
Computed https://github.com/coenttb/pointfree-html.git at 2.0.0 (0.95s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/6302] Fetching swift-dependencies
[6303/23696] Fetching swift-dependencies, swift-collections
[13783/39068] Fetching swift-dependencies, swift-collections, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.42s)
[21699/32766] Fetching swift-collections, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (3.61s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.66s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.6 (4.90s)
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.39s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.45s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (4.99s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5505] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.07s)
Computing version for https://github.com/coenttb/swift-translating.git
Computed https://github.com/coenttb/swift-translating.git at 0.3.0 (2.02s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.4 (0.70s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/878] Fetching swift-concurrency-extras
[28/3295] Fetching swift-concurrency-extras, combine-schedulers
[1571/4587] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.26s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.27s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.28s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.23s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.61s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.47s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.42s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.31s)
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/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/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/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/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/swift-translating.git
Working copy of https://github.com/coenttb/swift-translating.git resolved at 0.3.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/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
Building for debugging...
[0/15] Write sources
[14/15] Write swift-version-24593BA9C3E375BF.txt
[16/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/49] Compiling InternalCollectionsUtilities Descriptions.swift
[18/49] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/49] Compiling ConcurrencyExtras ActorIsolated.swift
[20/49] Compiling ConcurrencyExtras AnyHashableSendable.swift
[21/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/49] Compiling InternalCollectionsUtilities Debugging.swift
[23/49] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/49] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/49] Emitting module IssueReportingPackageSupport
[28/49] Compiling IssueReportingPackageSupport _Test.swift
[29/50] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/50] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/50] Compiling InternalCollectionsUtilities UInt+reversed.swift
[32/50] Emitting module InternalCollectionsUtilities
[35/70] Compiling Language exports .swift
[36/70] Compiling ConcurrencyExtras MainSerialExecutor.swift
[37/126] Compiling ConcurrencyExtras UncheckedSendable.swift
[38/126] Compiling OrderedCollections OrderedDictionary+Elements.swift
[39/126] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[40/128] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[41/128] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[42/128] Compiling IssueReporting WithExpectedIssue.swift
[43/128] Compiling IssueReporting WithIssueContext.swift
[44/128] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[45/128] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[46/128] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[47/128] Compiling OrderedCollections OrderedDictionary+Values.swift
[48/135] Emitting module IssueReporting
[49/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[50/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[51/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[52/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[53/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[54/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[55/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[56/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[57/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[58/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[59/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[60/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[61/135] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[62/135] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[63/135] Compiling OrderedCollections OrderedDictionary+Codable.swift
[64/135] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[65/135] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[66/135] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[67/135] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[70/135] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[73/135] Compiling OrderedCollections OrderedSet+Initializers.swift
[74/135] Compiling OrderedCollections OrderedSet+Insertions.swift
[75/135] Compiling OrderedCollections OrderedSet+Invariants.swift
[76/135] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[77/135] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[78/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[79/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[80/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[81/135] Compiling OrderedCollections OrderedDictionary.swift
[82/135] Compiling OrderedCollections OrderedSet+Codable.swift
[83/135] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[84/135] Compiling OrderedCollections OrderedSet+Descriptions.swift
[85/135] Compiling OrderedCollections OrderedSet+Diffing.swift
[86/135] Compiling OrderedCollections OrderedSet+Equatable.swift
[87/135] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[88/135] Compiling OrderedCollections OrderedSet+Hashable.swift
[89/135] Compiling OrderedCollections OrderedSet+Sendable.swift
[90/135] Compiling OrderedCollections OrderedSet+SubSequence.swift
[91/135] Compiling OrderedCollections OrderedSet+Testing.swift
[92/135] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[93/135] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[94/135] Compiling OrderedCollections OrderedSet.swift
[95/135] Compiling OrderedCollections _UnsafeBitset.swift
[96/135] Compiling OrderedCollections _HashTable+Bucket.swift
[97/135] Compiling OrderedCollections _HashTable+BucketIterator.swift
[98/135] Compiling OrderedCollections _HashTable+Constants.swift
[99/135] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[100/135] Compiling OrderedCollections _HashTable+Testing.swift
[101/135] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[102/135] Compiling OrderedCollections _HashTable.swift
[103/135] Compiling OrderedCollections _Hashtable+Header.swift
[104/135] Emitting module OrderedCollections
[109/136] Compiling ConcurrencyExtras Result.swift
[110/136] Compiling ConcurrencyExtras Task.swift
[120/136] Compiling ConcurrencyExtras LockIsolated.swift
[121/136] Compiling Language Locale.Language.swift
[122/136] Emitting module ConcurrencyExtras
[133/138] Compiling Language Language.swift
[134/138] Emitting module Language
[135/138] Compiling Language Language.locale.swift
[138/161] Compiling CombineSchedulers UIScheduler.swift
[139/162] Compiling XCTestDynamicOverlay Exports.swift
[140/162] Emitting module CombineSchedulers
[141/162] Compiling CombineSchedulers Timer.swift
[142/162] Compiling CombineSchedulers UIKit.swift
[143/162] Compiling CombineSchedulers Lock.swift
[144/162] Compiling CombineSchedulers NSRecursiveLock.swift
[145/162] Compiling CombineSchedulers SwiftUI.swift
[146/162] Compiling CombineSchedulers TestScheduler.swift
[147/162] Compiling CombineSchedulers ImmediateScheduler.swift
[148/162] Compiling CombineSchedulers Deprecations.swift
[149/162] Compiling CombineSchedulers AnyScheduler.swift
[150/162] Compiling CombineSchedulers Concurrency.swift
[151/162] Compiling CombineSchedulers UnimplementedScheduler.swift
[152/163] Compiling Clocks Timer.swift
[153/164] Compiling Clocks Lock.swift
[154/164] Compiling Clocks _AsyncTimerSequence.swift
[155/164] Emitting module Clocks
[156/164] Compiling Clocks AnyClock.swift
[157/164] Compiling Clocks ImmediateClock.swift
[159/164] Compiling Clocks SwiftUI.swift
[160/164] Compiling Clocks TestClock.swift
[161/164] Emitting module XCTestDynamicOverlay
[162/164] Compiling XCTestDynamicOverlay Deprecations.swift
[163/165] Compiling Clocks UnimplementedClock.swift
[166/189] Compiling Dependencies Assert.swift
[167/189] Compiling Dependencies Calendar.swift
[168/189] Compiling Dependencies Clocks.swift
[169/189] Compiling Dependencies Context.swift
[170/189] Compiling Dependencies Date.swift
[171/189] Compiling Dependencies FireAndForget.swift
[172/189] Emitting module Dependencies
[173/192] Compiling Dependencies Locale.swift
[174/192] Compiling Dependencies MainQueue.swift
[175/192] Compiling Dependencies MainRunLoop.swift
[176/192] Compiling Dependencies UUID.swift
[177/192] Compiling Dependencies WithRandomNumberGenerator.swift
[178/192] Compiling Dependencies AppEntryPoint.swift
[179/192] Compiling Dependencies OpenURL.swift
[180/192] Compiling Dependencies TimeZone.swift
[181/192] Compiling Dependencies URLSession.swift
[182/192] Compiling Dependencies Deprecations.swift
[183/192] Compiling Dependencies Exports.swift
[184/192] Compiling Dependencies TypeName.swift
[185/192] Compiling Dependencies Dependency.swift
[186/192] Compiling Dependencies DependencyContext.swift
[187/192] Compiling Dependencies DependencyKey.swift
[188/192] Compiling Dependencies DependencyValues.swift
[189/192] Compiling Dependencies PreviewTrait.swift
[190/192] Compiling Dependencies TestTrait.swift
[191/192] Compiling Dependencies WithDependencies.swift
[193/212] Compiling PointFreeHTML AtRule Media.swift
[194/212] Compiling PointFreeHTML AtRule.swift
[195/212] Compiling PointFreeHTML CustomStringConvertible.swift
[196/214] Emitting module PointFreeHTML
[197/214] Compiling PointFreeHTML HTMLPrinter.swift
[198/214] Compiling PointFreeHTML HTMLRaw.swift
[199/214] Compiling PointFreeHTML HTMLTag.swift
[200/214] Compiling PointFreeHTML Pseudo.swift
[201/214] Compiling PointFreeHTML HTMLBuilder.swift
[202/214] Compiling PointFreeHTML HTMLDocument.swift
[203/214] Compiling PointFreeHTML HTMLDocumentProtocol.swift
[204/214] Compiling PointFreeHTML Doctype.swift
[205/214] Compiling PointFreeHTML HTML.swift
[206/214] Compiling PointFreeHTML HTMLAttribute.swift
[207/214] Compiling PointFreeHTML Selector.swift
[208/214] Compiling PointFreeHTML String.swift
[209/214] Compiling PointFreeHTML HTMLElement.swift
[210/214] Compiling PointFreeHTML HTMLEmpty.swift
[211/214] Compiling PointFreeHTML HTMLForEach.swift
[212/214] Compiling PointFreeHTML HTMLGroup.swift
[213/214] Compiling PointFreeHTML HTMLInlineStyle.swift
[215/215] Compiling Language Locale.swift
[217/219] Compiling Translated extensions.swift
[218/219] Compiling Translated Translated.swift
[219/219] Emitting module Translated
[221/228] Compiling TranslatedString exports.swift
[222/228] Compiling TranslatedString [Language].swift
[223/228] Compiling TranslatedString Translations.swift
[224/228] Compiling TranslatedString [String].swift
[225/228] Compiling TranslatedString TranslatedString.swift
[226/228] Compiling TranslatedString Date.swift
[227/228] Emitting module TranslatedString
[228/228] Compiling TranslatedString NumberingAndSign.swift
[230/232] Emitting module PointFreeHTMLTranslating
[231/232] Compiling PointFreeHTMLTranslating exports.swift
[232/232] Compiling PointFreeHTMLTranslating TranslatedString+HTML.swift
Build complete! (104.07s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.