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 swift-translating, reference main (614018), with Swift 6.1 for Linux on 4 Nov 2025 17:18:12 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-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/swift-translating
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6140189 chore: disable nesting rule for namespacing flexibility
Cloned https://github.com/coenttb/swift-translating.git
Revision (git rev-parse @):
61401899641aa5bcac5b046e5ed28f60b31046f3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-translating.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-translating.git
https://github.com/coenttb/swift-translating.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "swift-translating",
  "name" : "swift-translating",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Translating",
      "targets" : [
        "Translating"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Language",
      "targets" : [
        "Language"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Translating+Dependencies",
      "targets" : [
        "Translating+Dependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SinglePlural",
      "targets" : [
        "SinglePlural"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Translated",
      "targets" : [
        "Translated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TranslatedString",
      "targets" : [
        "TranslatedString"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DateFormattedLocalized",
      "targets" : [
        "DateFormattedLocalized"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TranslatingTestSupport",
      "targets" : [
        "TranslatingTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Translations",
      "targets" : [
        "Translations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Translations",
      "module_type" : "SwiftTarget",
      "name" : "Translations",
      "path" : "Sources/Translations",
      "product_memberships" : [
        "Translations"
      ],
      "sources" : [
        "TranslatedString.init(ClosedRange).swift",
        "TranslatedString.init(Language).swift",
        "TranslatedString.swift"
      ],
      "target_dependencies" : [
        "Translating"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslatingTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TranslatingTestSupport",
      "path" : "Sources/TranslatingTestSupport",
      "product_memberships" : [
        "TranslatingTestSupport"
      ],
      "sources" : [
        "glossary.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Translating_Dependencies_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Translating+Dependencies Tests",
      "path" : "Tests/Translating+Dependencies Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Translating+Dependencies Tests.swift"
      ],
      "target_dependencies" : [
        "Translating+Dependencies"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translating_Dependencies",
      "module_type" : "SwiftTarget",
      "name" : "Translating+Dependencies",
      "path" : "Sources/Translating+Dependencies",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "Translating",
        "Translating+Dependencies",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Language.swift",
        "LanguagesKey.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translated",
        "TranslatedString"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Translating_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Translating Tests",
      "path" : "Tests/Translating Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Performance Tests.swift",
        "ReadmeVerificationTests.swift",
        "Translating Tests.swift"
      ],
      "target_dependencies" : [
        "Translating"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translating",
      "module_type" : "SwiftTarget",
      "name" : "Translating",
      "path" : "Sources/Translating",
      "product_memberships" : [
        "Translating",
        "Translations"
      ],
      "sources" : [
        "Date.swift",
        "DateComponents.swift",
        "String.swift",
        "Translated.init (english non-optional).swift",
        "Translated.init.swift",
        "TranslatedString.swift",
        "[String].swift",
        "[TranslatedString].swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translating+Dependencies",
        "SinglePlural",
        "Translated",
        "TranslatedString",
        "DateFormattedLocalized"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslatedString_Tests",
      "module_type" : "SwiftTarget",
      "name" : "TranslatedString Tests",
      "path" : "Tests/TranslatedString Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "TranslatedString Tests.swift"
      ],
      "target_dependencies" : [
        "TranslatedString"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TranslatedString",
      "module_type" : "SwiftTarget",
      "name" : "TranslatedString",
      "path" : "Sources/TranslatedString",
      "product_memberships" : [
        "Translating",
        "Translating+Dependencies",
        "SinglePlural",
        "TranslatedString",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Date.swift",
        "NumberingAndSign.swift",
        "TranslatedString.swift",
        "Translations.swift",
        "[Language].swift",
        "[String].swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "Translated"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Translated_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Translated Tests",
      "path" : "Tests/Translated Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Translated Tests.swift"
      ],
      "target_dependencies" : [
        "Translated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translated",
      "module_type" : "SwiftTarget",
      "name" : "Translated",
      "path" : "Sources/Translated",
      "product_memberships" : [
        "Translating",
        "Translating+Dependencies",
        "SinglePlural",
        "Translated",
        "TranslatedString",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Translated.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "Language"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SinglePlural_Tests",
      "module_type" : "SwiftTarget",
      "name" : "SinglePlural Tests",
      "path" : "Tests/SinglePlural Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "SinglePlural Tests.swift"
      ],
      "target_dependencies" : [
        "SinglePlural"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SinglePlural",
      "module_type" : "SwiftTarget",
      "name" : "SinglePlural",
      "path" : "Sources/SinglePlural",
      "product_memberships" : [
        "Translating",
        "SinglePlural",
        "Translations"
      ],
      "sources" : [
        "SinglePlural.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translated",
        "TranslatedString"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Language_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Language Tests",
      "path" : "Tests/Language Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Language Tests.swift"
      ],
      "target_dependencies" : [
        "Language"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Language",
      "module_type" : "SwiftTarget",
      "name" : "Language",
      "path" : "Sources/Language",
      "product_memberships" : [
        "Translating",
        "Language",
        "Translating+Dependencies",
        "SinglePlural",
        "Translated",
        "TranslatedString",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Language.locale.swift",
        "Language.swift",
        "Locale.Language.swift",
        "Locale.swift",
        "exports .swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DateFormattedLocalized_Tests",
      "module_type" : "SwiftTarget",
      "name" : "DateFormattedLocalized Tests",
      "path" : "Tests/DateFormattedLocalized Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Date Formatted Localized Tests.swift"
      ],
      "target_dependencies" : [
        "DateFormattedLocalized",
        "Language"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DateFormattedLocalized",
      "module_type" : "SwiftTarget",
      "name" : "DateFormattedLocalized",
      "path" : "Sources/DateFormattedLocalized",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "Translating",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "DateFormattedLocalized.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translating+Dependencies"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6392] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.51s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (1.30s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
[1/883] Fetching swift-concurrency-extras
[37/3405] Fetching swift-concurrency-extras, combine-schedulers
[1899/4697] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[4660/10249] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
[8252/82961] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (8.19s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (8.20s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (8.20s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (8.22s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.28s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (8.92s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (5.96s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.86s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.77s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.53s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.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.7.0
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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Building for debugging...
[0/22] Write sources
[17/22] Write swift-version-24593BA9C3E375BF.txt
[19/43] Compiling ConcurrencyExtras ActorIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/43] Compiling ConcurrencyExtras AnyHashableSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/43] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/44] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/44] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/45] Compiling Language exports .swift
[25/45] Wrapping AST for IssueReportingPackageSupport for debugging
[27/45] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/67] Emitting module IssueReportingTestSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/67] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/67] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/69] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/69] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/69] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/69] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/69] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/69] Compiling IssueReporting SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/69] Compiling IssueReporting UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/69] Compiling IssueReporting Warn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/69] Compiling IssueReporting AppHostWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/69] Compiling IssueReporting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/69] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/69] Compiling IssueReporting Rethrows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/69] Compiling IssueReporting ErrorReporting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/69] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/69] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/69] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/69] Compiling IssueReportingTestSupport XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/69] Compiling IssueReportingTestSupport SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/70] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/70] Compiling IssueReporting FailureObserver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/70] Compiling IssueReporting LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/70] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/70] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/70] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/70] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/70] Emitting module TranslatingTestSupport
[61/70] Compiling TranslatingTestSupport glossary.swift
[65/73] Wrapping AST for IssueReportingTestSupport for debugging
[66/73] Write Objects.LinkFileList
[68/96] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/96] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/96] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/97] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/97] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/97] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/97] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/97] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/97] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/97] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/97] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/97] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/98] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/98] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/98] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/98] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/98] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/99] Linking libIssueReportingTestSupport.so
[87/99] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/99] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/99] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/99] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/99] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/99] Compiling Clocks UnimplementedClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/100] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/100] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/125] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/125] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/125] Compiling Dependencies NotificationCenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/128] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/128] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/128] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/128] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/128] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/128] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/128] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/128] Compiling Dependencies Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/128] Compiling Dependencies FireAndForget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/128] Compiling Dependencies Locale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/128] Compiling Dependencies Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/128] Compiling Dependencies Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/128] Compiling Dependencies TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/128] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/128] Compiling Dependencies Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/128] Compiling Dependencies Clocks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/128] Compiling Dependencies Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/128] Compiling Dependencies Dependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/128] Compiling Dependencies DependencyContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/128] Compiling Dependencies DependencyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/128] Compiling Dependencies DependencyValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/128] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/128] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/128] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/129] Compiling Language Locale.Language.swift
[126/129] Compiling Language Language.locale.swift
[127/129] Compiling Language Language.swift
[128/129] Compiling Language Locale.swift
/host/spi-builder-workspace/Sources/Language/Locale.swift:8:8: warning: file 'Locale.swift' is part of module 'Language'; ignoring import
  6 | //  Created by Coen ten Thije Boonkkamp on 19/07/2024.
  7 | //
  8 | import Language
    |        `- warning: file 'Locale.swift' is part of module 'Language'; ignoring import
  9 |
 10 | public typealias _Language = Language
[129/129] Emitting module Language
/host/spi-builder-workspace/Sources/Language/Locale.swift:8:8: warning: file 'Locale.swift' is part of module 'Language'; ignoring import
  6 | //  Created by Coen ten Thije Boonkkamp on 19/07/2024.
  7 | //
  8 | import Language
    |        `- warning: file 'Locale.swift' is part of module 'Language'; ignoring import
  9 |
 10 | public typealias _Language = Language
[131/133] Compiling Translated extensions.swift
[132/133] Compiling Translated Translated.swift
[133/133] Emitting module Translated
[135/142] Compiling TranslatedString exports.swift
[136/142] Compiling TranslatedString [Language].swift
[137/142] Compiling TranslatedString [String].swift
[138/142] Compiling TranslatedString Translations.swift
[139/142] Compiling TranslatedString TranslatedString.swift
[140/142] Compiling TranslatedString Date.swift
[141/142] Emitting module TranslatedString
[142/142] Compiling TranslatedString NumberingAndSign.swift
[144/150] Compiling Translating_Dependencies LanguagesKey.swift
[145/150] Compiling Translating_Dependencies extensions.swift
[146/150] Emitting module Translating_Dependencies
[147/150] Compiling Translating_Dependencies Language.swift
[148/151] Compiling SinglePlural extensions.swift
[150/151] Emitting module SinglePlural
[151/151] Compiling SinglePlural SinglePlural.swift
[153/154] Compiling DateFormattedLocalized DateFormattedLocalized.swift
/host/spi-builder-workspace/Sources/DateFormattedLocalized/DateFormattedLocalized.swift:48:12: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
46 |     }
47 |
48 |     return TranslatedString { language in
   |            `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
49 |       let format = Date.FormatStyle(
50 |         date: date,
[154/154] Emitting module DateFormattedLocalized
[156/164] Compiling Translating Translated.init (english non-optional).swift
[157/165] Compiling Translating [String].swift
/host/spi-builder-workspace/Sources/Translating/[String].swift:25:6: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
23 |   /// Joins strings with a translated separator
24 |   public func joined(separator: TranslatedString) -> TranslatedString {
25 |     .init { language in
   |      `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
26 |       self.joined(separator: separator(language))
27 |     }
/host/spi-builder-workspace/Sources/Translating/[String].swift:37:13: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
35 |     guard self.count > 1 else { return .init(self[0]) }
36 |
37 |     return .init { language in
   |             `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
38 |       let localizedSeparator = TranslatedString(separator)(language)
39 |
/host/spi-builder-workspace/Sources/Translating/[String].swift:57:6: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
55 |   /// Formats a list with proper grammar and localized separators
56 |   public func formattedList(separator: ListSeparator = .and) -> Translated<Self> {
57 |     .init { _ in
   |      `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
58 |       switch separator {
59 |       case .and:
[158/165] Compiling Translating [TranslatedString].swift
/host/spi-builder-workspace/Sources/Translating/[TranslatedString].swift:14:6: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
12 | extension [TranslatedString] {
13 |   public func joined(separator: [String].Separator) -> TranslatedString {
14 |     .init { language in
   |      `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
15 |       self.map { $0(language) }.joined(separator: separator)(language)
16 |     }
/host/spi-builder-workspace/Sources/Translating/[TranslatedString].swift:20:6: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
18 |
19 |   public func joined(separator: String) -> TranslatedString {
20 |     .init { language in
   |      `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
21 |       self.map { $0(language) }.joined(separator: separator)
22 |     }
[159/165] Compiling Translating TranslatedString.swift
[160/165] Compiling Translating Translated.init.swift
[161/165] Compiling Translating exports.swift
[162/165] Compiling Translating Date.swift
/host/spi-builder-workspace/Sources/Translating/Date.swift:22:13: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
20 |     dateFormatter.timeStyle = timeStyle
21 |
22 |     return .init { language in
   |             `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
23 |       dateFormatter.locale = language.locale
24 |       return dateFormatter.string(from: self)
/host/spi-builder-workspace/Sources/Translating/Date.swift:35:13: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
33 |   ) -> TranslatedString {
34 |
35 |     return .init { language in
   |             `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
36 |       switch (dateStyle, timeStyle) {
37 |       case (.none, .none):
/host/spi-builder-workspace/Sources/Translating/DateComponents.swift:12:22: warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension TranslatedString {
12 |   private static let timeUnits:
   |                      |- warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: add '@MainActor' to make static property 'timeUnits' part of global actor 'MainActor'
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]> = [
14 |       .english: [
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[163/165] Compiling Translating DateComponents.swift
/host/spi-builder-workspace/Sources/Translating/Date.swift:22:13: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
20 |     dateFormatter.timeStyle = timeStyle
21 |
22 |     return .init { language in
   |             `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
23 |       dateFormatter.locale = language.locale
24 |       return dateFormatter.string(from: self)
/host/spi-builder-workspace/Sources/Translating/Date.swift:35:13: warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
33 |   ) -> TranslatedString {
34 |
35 |     return .init { language in
   |             `- warning: 'init(_:)' is deprecated: Use dictionary literal syntax instead for better performance. This initializer calls the closure for every language in the dependency.
36 |       switch (dateStyle, timeStyle) {
37 |       case (.none, .none):
/host/spi-builder-workspace/Sources/Translating/DateComponents.swift:12:22: warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension TranslatedString {
12 |   private static let timeUnits:
   |                      |- warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: add '@MainActor' to make static property 'timeUnits' part of global actor 'MainActor'
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]> = [
14 |       .english: [
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[164/165] Compiling Translating String.swift
[165/165] Emitting module Translating
/host/spi-builder-workspace/Sources/Translating/DateComponents.swift:12:22: warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension TranslatedString {
12 |   private static let timeUnits:
   |                      |- warning: static property 'timeUnits' is not concurrency-safe because non-'Sendable' type 'Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: add '@MainActor' to make static property 'timeUnits' part of global actor 'MainActor'
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     Translated<[(KeyPath<DateComponents, Int?>, SinglePlural<String>)]> = [
14 |       .english: [
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[167/170] Compiling Translations TranslatedString.init(Language).swift
[168/170] Compiling Translations TranslatedString.init(ClosedRange).swift
[169/170] Emitting module Translations
[170/170] Compiling Translations TranslatedString.swift
Build complete! (128.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "swift-translating",
  "name" : "swift-translating",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Translating",
      "targets" : [
        "Translating"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Language",
      "targets" : [
        "Language"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Translating+Dependencies",
      "targets" : [
        "Translating+Dependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SinglePlural",
      "targets" : [
        "SinglePlural"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Translated",
      "targets" : [
        "Translated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TranslatedString",
      "targets" : [
        "TranslatedString"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DateFormattedLocalized",
      "targets" : [
        "DateFormattedLocalized"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TranslatingTestSupport",
      "targets" : [
        "TranslatingTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Translations",
      "targets" : [
        "Translations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Translations",
      "module_type" : "SwiftTarget",
      "name" : "Translations",
      "path" : "Sources/Translations",
      "product_memberships" : [
        "Translations"
      ],
      "sources" : [
        "TranslatedString.init(ClosedRange).swift",
        "TranslatedString.init(Language).swift",
        "TranslatedString.swift"
      ],
      "target_dependencies" : [
        "Translating"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslatingTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TranslatingTestSupport",
      "path" : "Sources/TranslatingTestSupport",
      "product_memberships" : [
        "TranslatingTestSupport"
      ],
      "sources" : [
        "glossary.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Translating_Dependencies_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Translating+Dependencies Tests",
      "path" : "Tests/Translating+Dependencies Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Translating+Dependencies Tests.swift"
      ],
      "target_dependencies" : [
        "Translating+Dependencies"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translating_Dependencies",
      "module_type" : "SwiftTarget",
      "name" : "Translating+Dependencies",
      "path" : "Sources/Translating+Dependencies",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "Translating",
        "Translating+Dependencies",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Language.swift",
        "LanguagesKey.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translated",
        "TranslatedString"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Translating_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Translating Tests",
      "path" : "Tests/Translating Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Performance Tests.swift",
        "ReadmeVerificationTests.swift",
        "Translating Tests.swift"
      ],
      "target_dependencies" : [
        "Translating"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translating",
      "module_type" : "SwiftTarget",
      "name" : "Translating",
      "path" : "Sources/Translating",
      "product_memberships" : [
        "Translating",
        "Translations"
      ],
      "sources" : [
        "Date.swift",
        "DateComponents.swift",
        "String.swift",
        "Translated.init (english non-optional).swift",
        "Translated.init.swift",
        "TranslatedString.swift",
        "[String].swift",
        "[TranslatedString].swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translating+Dependencies",
        "SinglePlural",
        "Translated",
        "TranslatedString",
        "DateFormattedLocalized"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslatedString_Tests",
      "module_type" : "SwiftTarget",
      "name" : "TranslatedString Tests",
      "path" : "Tests/TranslatedString Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "TranslatedString Tests.swift"
      ],
      "target_dependencies" : [
        "TranslatedString"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TranslatedString",
      "module_type" : "SwiftTarget",
      "name" : "TranslatedString",
      "path" : "Sources/TranslatedString",
      "product_memberships" : [
        "Translating",
        "Translating+Dependencies",
        "SinglePlural",
        "TranslatedString",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Date.swift",
        "NumberingAndSign.swift",
        "TranslatedString.swift",
        "Translations.swift",
        "[Language].swift",
        "[String].swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "Translated"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Translated_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Translated Tests",
      "path" : "Tests/Translated Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Translated Tests.swift"
      ],
      "target_dependencies" : [
        "Translated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translated",
      "module_type" : "SwiftTarget",
      "name" : "Translated",
      "path" : "Sources/Translated",
      "product_memberships" : [
        "Translating",
        "Translating+Dependencies",
        "SinglePlural",
        "Translated",
        "TranslatedString",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Translated.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "Language"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SinglePlural_Tests",
      "module_type" : "SwiftTarget",
      "name" : "SinglePlural Tests",
      "path" : "Tests/SinglePlural Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "SinglePlural Tests.swift"
      ],
      "target_dependencies" : [
        "SinglePlural"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SinglePlural",
      "module_type" : "SwiftTarget",
      "name" : "SinglePlural",
      "path" : "Sources/SinglePlural",
      "product_memberships" : [
        "Translating",
        "SinglePlural",
        "Translations"
      ],
      "sources" : [
        "SinglePlural.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translated",
        "TranslatedString"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Language_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Language Tests",
      "path" : "Tests/Language Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Language Tests.swift"
      ],
      "target_dependencies" : [
        "Language"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Language",
      "module_type" : "SwiftTarget",
      "name" : "Language",
      "path" : "Sources/Language",
      "product_memberships" : [
        "Translating",
        "Language",
        "Translating+Dependencies",
        "SinglePlural",
        "Translated",
        "TranslatedString",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Language.locale.swift",
        "Language.swift",
        "Locale.Language.swift",
        "Locale.swift",
        "exports .swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DateFormattedLocalized_Tests",
      "module_type" : "SwiftTarget",
      "name" : "DateFormattedLocalized Tests",
      "path" : "Tests/DateFormattedLocalized Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Date Formatted Localized Tests.swift"
      ],
      "target_dependencies" : [
        "DateFormattedLocalized",
        "Language"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DateFormattedLocalized",
      "module_type" : "SwiftTarget",
      "name" : "DateFormattedLocalized",
      "path" : "Sources/DateFormattedLocalized",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "Translating",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "DateFormattedLocalized.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translating+Dependencies"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.